Forum Moderators: open
ive been messing with my webby for a bit now on and off, and am trying to make it work well, and look nice etc.
i was wanting to validate it with the w3c(?) validator but ...
i cant do this because i dont know what sort of 'code' ive been writing..
ie xhtml 1.0 trans or whatever..
none of these mean anythig to me. my site uses css and , now i come to thjink about it, not alot else.
<sorry, no urls>
any ideas what ive been doing so that i can set the doctype correctly for whatever reasons this needs to be done for.
confused..? well think how i feel ;)
cheers as ever
nat
[edited by: tedster at 6:17 pm (utc) on April 3, 2003]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html40/loose.dtd">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
W3C's DTD on HTML 4.01 Transitional [w3.org]
[edited by: lorax at 1:01 pm (utc) on April 4, 2003]