Simon Porter wrote:

>Well perhaps you could explain how this is done. Give me an example or
>something (No not the uber complicated wired.com).

http://validator.w3.org/ ?

Could you also elaborate on the comment about XHTML tags.
Empty tags in XHTML need a slash before the tag end, like this:
<link rel="stylesheet" type="text/css" href="style/main.css" />
<br />
<hr />
etc

Also all tags and attribute names need to be lower-case and attribute values quoted, but the code already had these done correctly. Good job.




_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to