#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Jul 31, 2006 17:18:01 GMT -8
This code will enable you to use text sizes from 0 (unreadable) to 250 and beyond (HUGE!!!)
It goes in your Global Footer..
<script type="text/javascript"> <!-- /* Extended text sizes by Todge */
if(location.href.match('action=display')) { var posts = document.getElementsByTagName('td'); for(t=0; t<posts.length; t++) { if(posts[t].colSpan == '3' && posts[t].vAlign == 'top' && posts[t].innerHTML.match('google_ad_section_start')) { var getSizes = posts[t].getElementsByTagName('font'); for(a=0; a<getSizes.length; a++) { if(getSizes[a].size != '' && getSizes[a].className != 'quote') { getSizes[a].style.fontSize = getSizes[a].size*6+'px'; getSizes[a].removeAttribute('size'); }}}}} // --> </script>
Just use the UBBC tags as normal.. BIG TEXT[/size]
Editted to not effect quote boxes...
|
|