Forum Moderators: not2easy
.someclass { margin: 2px; }
and have both classes applied to the div
<div align=left class="text, someclass">blah blah blah</div>
How do I define 2 pixel, 2 pixel, 2 pixel, 2 pixel for top, bottom, left & right margin? I forgot the exact syntax.
If they are all the same, you can use the shortcut methof benihana mentioned. If they're different the order is Top, Right, Bottom, Left. You can remember the order because you'll be in TRouBLe if you don't. :)