PDA

View Full Version : Customising Netquotevar:next


con
26-Feb-2003, 10:20 AM
I've been trying to build a standard side nav of the sections and subsections but I can control the space between the sectionLines.

I've looked in the Act_sectionline.html template and found the
NETQUOTEVAR:NEXT variable. THis seems to but a min of 5 pixels between the sectionlines. I want them seperated by 1 pixel.

Anyone know how I can do this?

cdicken
27-Feb-2003, 10:42 AM
Check out 'Design | Text | Website | HTML'. In lines 9, 10, 11 and 12 is some table code that does around the section links.

It is there to enable Actinic to lay out section links in columns accross the page.

You can put in a cellpadding and cellspacing value of 0 in line 9 to reduce the space.