|
w3.org
»
w3.org - html-tidy
how can I disable <style> element's movement?
View:
Threaded
Chronologically
All Messages
New views
1 Messages —
Rating Filter:
0
1
2
3
4
5
Alert me
how can I disable <style> element's movement?
by 风色
:: Rate this Message:
Reply to Author
|
View Threaded
|
Show Only this Message
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!
Free embeddable forum
powered by
Nabble
Forum Help