Welcome Guest [Log In] [Register]
Viewing Single Post From: [CODE] Box for rules (or anything!) in post page!
PaperPeach
Member
[ *  * ]
Code:
 
<script type="text/javascript">
<!--
// Ultimate Box In Posts v1.0
// created by ~Misty, ifcode.com, 2005

if(location.href.match('act=Post'))
{
document.write('</div>')
document.write('<br><br>')
document.write(' RULES HERE ')
}
else
{
document.write('')
}
//-->
</script>


Footers ;)
Offline Profile Quote Post
[CODE] Box for rules (or anything!) in post page! · Code Snippets