Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 3, 2005 19:43:26 GMT
Global FootersThis will align the mini-profile. Change the red 'center' to 'right' to align it right instead <script type="text/javascript"> <!-- /* align mini-profile by ross */
var ialign="center";
if(location.href.match(/action=(display|gotopost|(pm)?(calendar)?view|(user)?recent|search2)/)) { var td = document.getElementsByTagName('td') for (m=0; m<td.length; m++) { if(td[m].className.match(/^windowbg(2)?$/i) && td[m].width == "20%") { td[m].align = ialign; } } } //--> </script>
|
|