[thelist] PAGE OPTIMIZATION: source readability v. download weight

Chris W. Parker cparker at swatgear.com
Wed Jun 12 13:57:00 CDT 2002


> Often I smush them all onto one line:
> <table><tr><td>
> Something long
> </td><td>
> Something beside that long one
> </td></tr></tr><td>
> Something else long
> </td></tr><table>

but as far as i know (at least in IE), every new line creates a space on
the screen. so...

<td>hello</td>

is tighter on screen than...

<td>
hello
</td>

is.

is this not true?


chris.



More information about the thelist mailing list