PDA

View Full Version : sections and product layouts


Deborah
16-Jul-2003, 11:16 AM
I'm using a product layout as:
product image then description ranged left, then next product on new line with description and image ranged right and so on.
I would like to have just the sections with two products on the same line so you'd have:
product image, description then next product image, description, then new line and so on.
Is this possible to do? I can change the table in 'Act_sectionline.html' to 4 columns, specify the cell widths and it puts the products in the correct layout but repeats them side by side, if I put in 'netquotevar.next' is puts the next product down onto the next line and not next to the other product even though I've not specified it.

Am I trying to achieve something that I can't do?

Thanks Deb:confused:

Ben
16-Jul-2003, 04:31 PM
Hi Deb

Do the following threads help?
http://community.actinic.com/showthread.php?s=&threadid=820&highlight=products+columns
http://community.actinic.com/showthread.php?s=&threadid=1415&highlight=products+columns

Ben

Deborah
17-Jul-2003, 11:59 AM
Hi Ben,
Thanks for that, I used the tip from Chris Dicken which said to go into 'Design/Options/Sections' and then to simply specify how many columns I want in the sections. How simple was that then!!

The only thing is that the section images/text won't line up at the top of each column. I've got 2 columns and would like each row to line up at the top regardless of how deep each column is. In the 'Act_sectionLine.html' page I've made sure the cells are aligned at the top but it still doesn't do anything. The distances between the rows are not even so not sure what is governing the vertical placement of the cells.

Any help hugely appreciated,
Many thanks Deborah :(

cdicken
18-Jul-2003, 03:10 PM
Go to 'Design | Text | Website | HTML' and in the 11th line down, change it to read:

<TD WIDTH="%d%%" valign="top">

i.e. add valign="top" into the tag there.

Deborah
21-Jul-2003, 09:32 AM
Thanks for that, all okay now. I would never have found that html without your prompting.