PDA

View Full Version : product layout and spacing


johnlam
31-Jul-2003, 08:42 AM
hi,

can anyone tell me how to modify the layout in the product line to close the space between the line break and the product listed?

Also can anyone tell me how to modify the layout in the client area after the visitor has logged in.

please see www.cutpriceprinterink.co.uk layout is ok in normal area (although I would like to close the spaces) but goes off in client area and I cannot find where to chagne :confused:

login and pass are both adm and click the epson area as only the first 2 products in epson have a tempory full price.

Many thanx if anyone can help

John

jmedinger
31-Jul-2003, 09:00 AM
John,

Have you tried looking at the generated code online and then tracking that back to a template?

I would suggest that the first places to try are
Act_ProductSeparator.html and Act_ProductLine.html for the product spacing

Cheers

Jos

cdicken
01-Aug-2003, 08:49 AM
Also in 'Act_ProductBody.html' there is the <table> tags for the table that contains all the products. The cellpadding will be set to '10' but you can reduce this to make everything go a little closer together.

The 'Designing with Actinic Developer' guide (a link is in my signature) will give you an overview of templates to get you started.

johnlam
03-Aug-2003, 02:07 PM
many thanx everyone, looks like reducing the cell padding did it, I didnt realise the cell was padded :D