|
Post by Bradley on Jun 16, 2005 21:19:08 GMT -5
This will center the mini-profiles shown while viewing threads. Can also align them to the right.
GlobalFooter
<script type="text/javascript"> <!-- tds = document.getElementsByTagName('td'); for(t=0;t<tds.length;t++){ if(tds[t].width=="20%" && tds[t].className.match(/windowbg/i) && tds[t].vAlign=="top") { tds[t].align='center'; } } //--> </script>
|
|