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.
Announcement
Collapse
No announcement yet.
Help!!
Collapse
X
-
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.
Comment
Comment