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?

Also, I tried to re-create the same problem with the script tag, but I'm unable to do it in a simple document.

cheers,
-steve

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



Reply via email to