|
Post by Simpsons Rule on Dec 7, 2003 18:32:41 GMT -5
To move "Hey X, You have X messages" underneath your logo, as seen on this forum, use this code. Place it in all your Headers.
<script> var newtr = document.getElementsByTagName('table')[1].insertRow(); var newtd = newtr.insertCell(); newtd.colSpan=2;newtd.className="windowbg";newtd.align="center"; newtd.innerHTML = document.getElementsByTagName('td')[2].innerHTML; document.getElementsByTagName('td')[2].innerHTML=''; </script>
|
|
|
Post by josephguzman on May 23, 2004 16:40:54 GMT -5
Hi, Thank you for all the assistance, but I ran into a snag... I attempted to utilize the code to center the logo, pasted in the header, but I does not seem to work. What can I do the center my logo? astronomer.proboards23.com/index.cgiThank you. Joe
|
|
|
Post by JZSquared on May 25, 2004 20:15:50 GMT -5
Hi, Thank you for all the assistance, but I ran into a snag... I attempted to utilize the code to center the logo, pasted in the header, but I does not seem to work. What can I do the center my logo? astronomer.proboards23.com/index.cgiThank you. Joe I believe that one of your other codes is interfering with your centering code... Take all of them out (except for the logo one) and put each one back in one at a time until you find the one that's causing the problem... Because I know the code works, I've used it myself many times before...
|
|
mwci
New Member
Posts: 1
|
Post by mwci on Jan 23, 2007 17:56:16 GMT -5
I too did not get the script to work, however my only other codes are codes to allow tables -_- And if I were to take out all of the table code I would be working on my site for weeks. (just putting this code in took close to 30 minutes)
|
|
|
Post by Simpsons Rule on Jan 23, 2007 18:16:58 GMT -5
|
|