PDA

View Full Version : Help!!


adwhitworth
24-Apr-2003, 02:42 PM
I am trying to setup catalogue but am having some problems with the layout. I am using the Curves theme just while I set some things up. If you look at the attached image, I have the layout with the picture and the description etc but I have that red area (which is just blank) but i am highlighting it. How do I remove it as it makes be descriptions look a bit odd.:(

adwhitworth
24-Apr-2003, 03:30 PM
Also, it is centre-ing the sections page as well. I'm guessing its something to do with the template but whatever I change doesn't seem to work. :(

cdicken
25-Apr-2003, 11:15 AM
You need to change two things:

1) Open Act_Primary.html in Notepad. Search for NETQUOTEAVR:BULK, and then find the <TABLE> tab that it is within. t should look like this:

<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="CENTER">

Change it to

<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="LEFT">

2) Open Act_ProductBody.html in Notepad. Search for:

<TABLE WIDTH="500" COLS="3" BORDER="0" CELLPADDING="10" CELLSPACING="0" ALIGN="CENTER">

and change it to

<TABLE WIDTH="600" COLS="3" BORDER="0" CELLPADDING="10" CELLSPACING="0" ALIGN="LEFT">

Both these files are in your 'Site1' folder.

I would suggest getting hold of the 'Designing with Actinic Developer' guide (link below) to learn more about designing with Actinic.

adwhitworth
26-Apr-2003, 12:52 PM
Thanks Chris - Very useful :)