Quote:
Originally Posted by Toby
Change your DOCTYPE definition to this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
I've been using a doctype that looks like this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
Is my code outdated and not up to standard? Wouldn't surprise me if it was. I'm not too knowledgeable with the doctype statement. I know it has something to do with why type of HTML your site is written in, right?
