Very-left/right spacer.

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Harry
Posts: 8
Joined: Sat 29. May 2004, 00:47

Very-left/right spacer.

Post by Harry »

Hey!
Just as there are empty cells for having empty space between left/right and main, can i create empty cells between bordeer of document and left/rigt? I can't use margin left/right, because they will also give me a margin at the top, which is supposed to have 0px margin. !
Harry
Posts: 8
Joined: Sat 29. May 2004, 00:47

Post by Harry »

I figured out.
To get a 10px margin between the edge and the menu, i did put this in 'Left' template:

Code: Select all

<div style="margin-left: 10px;">{NAV_TABLE_COLUMN}</div>
Post Reply