Weyoun the gowd damn Dominion Vorta who certainly didn't dance wrote:
> 50 <br /> tags takes up 400 bytes of data.
50 <br> tags (assuming HTML rather than XHTML) takes 200 bytes -- not 400.
See the directory listing here:
http://www.goddamn.co.uk/tobyink/scratch/
Look at the file "50br.html". This is 201 bytes in size (the extra 1 byte
is for the line break at the end).
> This GIF file, 1000 pixels long, 1 pixel wide, white, is 63 bytes in size.
> www.dancingborg.co.uk/white.gif
>
> Even allowing for:
>
> <div align="right">
> <img src="images/white.gif" />
> </div>
>
> That's 59 bytes of data. In total that's 122 bytes of data. That's 327%
> more efficient than doing 50 <br />s.
Total crap. You're completely ignoring the extra HTTP request for an
external image file, which would add on about an extra quarter of a KB,
making the line breaks far more efficient.
Of course, even more efficient would be this:
<p style="height:99em"> </p>
Which is 33 bytes. However, the OP seems to have some kind of CSS allergy.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me -
http://www.goddamn.co.uk/tobyink/?page=132