|
Post by Ross on Jan 7, 2006 18:00:45 GMT -5
This lets you use the [br] tag in your personal text to put a line break. It goes in the Global Footer
<script type="text/javascript"> <!-- var tt = document.getElementsByTagName("td"); for(i=0; i<tt.length; i++) if(tt.width == '20%' && tt.innerHTML.match(/Posts:/i)) { tt.innerHTML = tt.innerHTML.replace(/\[br\]/gi,'<br/>'); } //--> </script>
|
|