|
BamseIsUnix -> RE: Review please topdepo.com ranklist (2/18/2004 7:30:15)
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- "http://www.w3.org/TR/html4/loose.dtd"--> Don't define doctype like this. I'm glad you've taken the effort to define one, but this is the wrong way. The URI to DTD file is inside comments, so the browser can't "see" it. The right way is: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> The site looks great, but don't use tables for layout if you really don't need to do so. It confuses the search engines. Use CSS over HTML. THe browser gets headache. To know what I mean, click here (it's your site): http://validator.w3.org/check?uri=http%3A%2F%2Fwww.topdepo.com%2F Regards, Bamse
|
|
|
|