Forum Moderators: not2easy
Sometimes Internet Explorer doesn't like it and renders it as a broken image, so I'm wondering if theres another tag I can use to do the same thing? Would DIV be able to do this?
Thanks in advance...
<span style="width:15px;height:31px;"><spacer type="block" height="31" width="15"></span>
Method 2:
(still using spacer, but a little more neat)
<img src=empty.gif border=0 width=0 height=0 hspace=10
vspace=20 alt="" style="visibility:hidden">
this is 20x40 spacer. if you want 21x41, set width=1, height=1.
this method has an advantage to a "regular" spacing method, that it doesn't show images as a spacer and doesn't show placeholders when images are off.
<edit>added style="visibility:hidden"</edit>