|
Post by Isa The Great on Jul 26, 2009 10:10:32 GMT -5
This has been asked for several times, so here it is..
It will change the standard size of the text in posts to whatever you decide.. ProBoards default is '2'.. Put it in your Global Footer, or the footer of the board(s) you want it to effect.
<script type="text/javascript"> <!-- // Alter standard font size in posts..
var posts = document.getElementsByTagName('font'); for(p=0; p<posts.length; p++) { if(posts[p].innerHTML.match(/google_ad_section_start/)) { posts[p].size = '1'; }} // --> </script>
|
|