#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Jul 22, 2009 17:09:49 GMT -8
This script centers the area of the mini-profile that is above the avatar section which is the username, rank, stars, custom title, and status message.
Global Footers.
<script type="text/javascript"><!--
if(location.href.match(/on=(displ|search2|viewpr|pmv|(user)?rece|cal\w+iew)/)){ for(var td = document.getElementsByTagName("td"), x = 6; x < td.length; x++){ if(td[x].width == "20%" && td[x].getElementsByTagName("center")[0]){
var _div = document.createElement("div"); _div.style.width = "100%"; _div.style.textAlign = "center";
var _node = td[x].firstChild.nextSibling;
while(_node.nodeName.toUpperCase() != "CENTER"){ _div.appendChild(_node.previousSibling); _node = _node.nextSibling; }
td[x].insertBefore(_div, td[x].firstChild);
} } }
//--></script>
|
|