PDA

View Full Version : Reduce overall height of product line


Jim K
26-Nov-2003, 12:10 PM
Hi

We are currently designing our site to sell car spares. Basically by part number, short description and price. No other detail really needed.

As we have about 9500 lines of parts we need to reduce the height each line takes to a minimum.

We are using the section default of "No image or description. Laid out in single line", but there are still a couple of blank lines that are surplus. Is there a way to eliminate these please?

Ta

Jim

James M
27-Nov-2003, 10:50 AM
Hi Jim

If you go to Advanced | Template Manager, then Change the view so you see the Grey view, then go to the Section Tab, and click Product Line.

Within this template there will be some <br> tags, which will be adding gaps in the products...

By removing these, it would remove the gaps on the product pages.

Where exactly do these gaps appear?
________
PRILOSEC SICKNESS (http://www.classactionsettlements.org/lawsuit/prilosec/)

Jim K
27-Nov-2003, 12:56 PM
The surplus lines are between the product line seperator and the description and also between the product description and the next separator line. Thus making the overall section page much longer than necessary.

Your suggestion has improved the situation greatly.

Many Thanks

Jim

cdicken
28-Nov-2003, 03:20 PM
Open up Act_ProductBody.html and look for NETQUOTEVAR:PRODUCTBULK.

Above it, you will see a table tag with the cellpadding set to "10". This is the table that lays out your products. Try changing the cellpadding value to 3 or 4.

Also, try removing the line

NETQUOTEVAR:INCLUDE Act_ProductSeparator.html

from your Act_ProductLine.html template.