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 Jul 24, 2005 16:14:28 GMT -8
Main FooterAlthough it is possible to change the size of text in the news fader with UBBC ([si ze=2]TEXT[/size]), this will let you change the default size to the correct number of pixels
<script type="text/javascript"> <!-- /* resize news fader text*/ var size=" 14px"; var td=document.getElementsByTagName('td'); for(t=0;t<td.length;t++){ if(td[t].vAlign=="middle" && td[t].align=="center" && td[t].height=="60"){ td[t].firstChild.style.fontSize=size; }} //--> </script>
|
|