inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 18, 2005 17:14:14 GMT -8
Someone asked for this so thought it should be added Basically, it just aligns the profile to either the center or the right. Global Footer<script type="text/javascript"> <!-- /* Align mini-profile */
var ialign="center";
var td=document.getElementsByTagName('td') for (m=0;m<td.length;m++) { if (td[m].className.match(/windowbg/i) && td[m].width=="20%"){ td[m].align=ialign; } } //--> </script>Change the red to right to align the mini-profile to the right.
|
|