View Full Version : Margins


kicker91
12-01-2003, 03:17 AM
okay..this is probably the stupidest question, but what order do margins go in? xD

margin: a,b,c,d;

pb&j
12-01-2003, 08:09 AM
never a stupid question if asked.

The order goes in a clockwise rotation : TOP, RIGHT, BOTTOM, and LEFT.

if you want to specify all four sides the same, just enter one value...

margin: e;

kicker91
12-01-2003, 10:42 PM
thank you :D