- From: Eric <e.richards@clear.net.nz>
- Date: Tue, 14 Nov 2000 15:24:53 +1300
- To: "Virtuallender" <virtuallender@bossmail.de>, <html-tidy@w3.org>
you are right on error message, But this will work alright ============================================== <!DOCTYPE html PUBLIC "-//W3C//DTD html 4.0 transitional//EN"> <html> <head> <meta name="generator" content="HTML Tidy, see www.w3.org"> <meta http-equiv="Content-Type" content= "text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="not sure yet"> <title>yes</title> <script type="text/javascript" language="javascript"> <!-- to hide script/text from old browsers file://--> </script> </head> <body bgcolor="#FFFFFF"> <noscript>Your Javascript is not turned on</noscript> <script type="text/javascript" language="javascript"> <!-- to hide script/text from old browsers //--> </script> </body> </html> ================================================== ----- Original Message ----- From: Virtuallender To: html-tidy@w3.org Sent: Tuesday, November 14, 2000 7:21 AM Subject: Tidy Bug Report to Dave Raggett Hallo Dave, my name is Caspar-David. My english is not very well, but i try to explain. I use TIDY as a third part integration with NoteTab Light. When a noscript-Tag is placed in the header (head - /head -section) of the HTML-File instead of the correct place in der body, i allways get following message from TIDY: line 30 column 1 - Warning: </head> isn't allowed in <body> elements line 32 column 1 - Warning: <body> isn't allowed in <body> elements When the noscript-Tag is placed in the body-section, all seems fine. I think the interpretation of the warnings is incorrect, because the rest of the HTML-structure is correct implemented: html head title /title noscript /noscript /head body /body /html So you see, there are no warnings about the incorrect placement of the noscript-Tag. I think this must be changed or am i wrong? I dont explore any problems with Netscape or MSIE when noscript-Tag is placed in the header-section. But Netscape sometimes ignores CSS-Styles like margin when noscript-Tag is placed in der body-section. So i use noscript in der header and not in the body. Thank you and BYE Caspar-David
Received on Monday, 13 November 2000 21:31:34 UTC