Posted by Jim Moe on 12/09/06 09:10
sean.p.leary@gmail.com wrote:
> Try this page: http://mranderson.dyndns.org/imgtest2.asp
>
Very primitive coding style.
- Use of tables for layout
- Use of "tag soup" instead of CSS. (Classes were indicated but no CSS
file was specified.)
- Use of tables + tag soup to replace the markup already available in HTML.
- Spacer GIFs !?!
Just running the code through HTML-tidy <http://tidy.sourceforge.net>
was enough to clear the problem; the head section had a missing required
<title>. Adding a DTD (doctype) was a bonus.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Navigation:
[Reply to this message]
|