- From: ʯÈð <shirui@comsenz.com>
- Date: Fri, 18 Sep 2009 12:48:57 +0800
- To: "html-tidy" <html-tidy@w3.org>
Received on Friday, 18 September 2009 06:47:31 UTC
input: <div> <style> xxx </style> </div> tidy output: <html> <head> <style> xxx </style> </head> <body> <div></div> </body> </html> but I want this: <html> <head> </head> <body> <div> <style> xxx </style> </div> </body> </html> How can I disable the style element's movement? Thanks a lot!
Received on Friday, 18 September 2009 06:47:31 UTC