[thelist] Critique

Eric Engelmann eric at geonetric.com
Wed, 11 Aug 1999 09:34:36 -0500


> http://www.funkmusic.co.uk/demo/template.html

Nice. Bright, clean layout.

Coupla thinga to consider:

* Consider moving the stylesheet info to an external file. Kinda defeats the
purpose of stylesheets to insert the code in each and every page.

* AFAIK, the hspace and vspace attributes won't do anything in a <table>
tag.

* Line 54: should there be a </tr> around here somewhere?

* Line 55: <div align="center"><center> <-- why the duplication? I'm pretty
sure the div align attribute is well supported.

* NT4 IE 3.03: The spacing gets kinda whacked in IE3, everything seems much
more spaced out. Also, the right side vertical bar is slightly off in this
browser. That might be fixable with a spacer gif, or by reducing the font
size in the right vertical cell, since I think its caused by the width of
the right <td> cell, possibly the non-breaking space. But its not terribly
noticeable, I'd ignore it rather than mess with it.

* NT4 IE5: Looks fine.

* NT4 NN4.6: Fine.

Otherwise, not bad at all. Good luck on this tight deadline!

- Eric