Unlimited Text Sizes Code:

Global Footer:

<script type="text/javascript"><!--
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>

Code Database:

If you have a Code Database (a forum that serves as a collection of scripts) on your message board, you may paste the following code into that forum to add it your own code list.

[b]Title:[/b] [url=http://proboards.gamingmedley.com/codes/unlimited-text-sizes.html]Unlimited Text Sizes[/url]
[b]Creator:[/b] Todge
[b]Cross-Browser:[/b] Yes
[b]Placement:[/b] Global Footer
[code]<script type="text/javascript"><!--
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>[/code]