On 22.03.2004 23:25, Steve Krulewitz wrote:

You need to put the correct DOCTYPE into the document in order
to get Mozilla out of quirks mode. Check the Moz FAQ for all
the details.


I've tried the following document:

<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/REC-html40/strict.dtd";>
<html>
<head>
<title>title</title>
</head>
<body>
<form action="">
<textarea name="blah" rows="10" cols="10"/>
</form>
</body>
</html>

Even though the page info reports "Render Mode: Standards compliance mode", this does not get rendered properly on Firefox 0.8 -- the last 3 tags appear in the textarea's text box. Am I doing something wrong?

The above is HTML, not XHTML (HTML DTD + no XHTML namespace).


Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to