|
Post by Random Guy on Jun 26, 2004 13:06:08 GMT -6
This may sound like a stupid question, but I figure you can help. I'm new to the whole, Proboards thing... And I was wondering how you center the banner at the top and the Forum Information at the bottom? Thanks for your time.
|
|
|
Post by Whoser Master on Jun 26, 2004 13:10:59 GMT -6
Hold on, I'll find the code for ya.
|
|
|
Post by Random Guy on Jun 26, 2004 13:15:11 GMT -6
Ok, thanks. And by the way, I love Whose Line is it Anyway.
|
|
|
Post by Whoser Master on Jun 26, 2004 13:19:11 GMT -6
You should signup for it, here's the code:
<script> var newtr = document.getElementsByTagName('table')[1].insertRow(); var newtd = newtr.insertCell(); newtd.colSpan=2;newtd.className="windowbg2";newtd.align="center"; newtd.innerHTML = document.getElementsByTagName('td')[2].innerHTML; document.getElementsByTagName('td')[2].innerHTML=''; </script>
|
|
|
Post by Random Guy on Jun 26, 2004 13:23:48 GMT -6
I may in the future, but right now I'm busy all next week in real life, and also I want to fix up my board. I'll probably join at a later date though.
|
|
|
Post by Whoser Master on Jun 26, 2004 13:25:29 GMT -6
well copy that code into your header, I'll close this topic now.
|
|