Forum Moderators: open
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>example page</title>
<style type='text/css'>
* {margin:0; padding:0;}
body {font:13px/1.231 arial,sans-serif;}
p {margin:10px 0;}
</style>
</head>
<body>
<p>Hello world.</p>
</body>
</html>
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>example page</title>
<style type='text/css'>
* {margin:0; padding:0;}
body {font:13px/1.231 arial,sans-serif;}
p {margin:10px 0;}
</style>
</head>
<body>
<p>Hello world.</p>
</body>
</html>
javascript:(function(e){(e&&e.tagName=='TEXTAREA')?e.value=e.value.replace(/\[code\]\s*((.|\s)*?)\s*\[\/code\]\r?\n?/g,function(m,c){return'[quote][pre][code]'+c.replace(/( {2,})/g,'$1$1')+'[/co de][/pre][/quote]'}):alert('Error: document structure is not recognized.')})(document.getElementsByName('post_content')[0]);