On 05-04-2005, at 10:23, Jeroen van der Ham wrote:
On 05-04-2005 09:22, Steve Lianoglou wrote:
<img src="/images/clear.gif" width="${1:width}" height="{2:height}" alt="Make some Room" />$3
Aaargh! Use XHTML and CSS !
<div class="makeSpace"/> css: .makeSpace { width=x; height=y; } ;-)
I have to agree.. this clear-image stuff is horrible... but of course.. it does work, on the other hand :-p. But I think using a div box works even on IE's rather sorry excuse for a box-model implementation (trouble only starts when you add borders, padding or margin). .. .. .. I really hate IE... ;-).