|
One of the best tricks that I like to use is create a 1x1 transparent image and just set its height to change the space between things, instead of using <p> or <br>, like this:
<br><img sc="blank.gif" width="1" height="10"><br>
Works well on graphic-intense sites where spacing is critical.
|