inherit
23537
0
Jul 23, 2008 19:52:48 GMT -8
siteman21
535
April 2004
siteman21
|
Post by siteman21 on Aug 27, 2005 11:35:16 GMT -8
The code below has somthing wrong with it. when i took it out of my globle header another code i had problems with(menu images-text) began to work. Somthing about this code below makes the image to text code not work. Please check it out and make sure the right people know
<script type="text/javascript"> <!-- pmBar = document.getElementsByTagName('table')[0].insertRow(1).insertCell(0); pmBar.className='windowbg'
text = document.getElementsByTagName('td')[2].getElementsByTagName('font')[0].innerHTML text=text.replace(/Hey (.+?), you have (.+?) message/gi,'hey (.+?)') imdate = text.split(/<br>/i) pmBar.innerHTML='<table width="100%"><tr><td>'+imdate[0]+'</td><td align="right">'+imdate[1]+'</td></tr></table>'
document.getElementsByTagName('tr')[1].getElementsByTagName('td')[1].style.display='none' document.getElementsByTagName('font')[1].style.display='none' // --> </script>
|
|
inherit
23537
0
Jul 23, 2008 19:52:48 GMT -8
siteman21
535
April 2004
siteman21
|
Post by siteman21 on Aug 27, 2005 11:40:17 GMT -8
fond another one. The V4game code made my info center screw up. i took it out and it was fixed. please take notice of that
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Aug 27, 2005 14:20:18 GMT -8
Please post in the code support board next time.
|
|
inherit
23537
0
Jul 23, 2008 19:52:48 GMT -8
siteman21
535
April 2004
siteman21
|
Post by siteman21 on Aug 28, 2005 11:29:26 GMT -8
but its not a support thing... im not haveing a problem. im just stating what i found. but none the less i will. but if i get yelled at there lol im comming for you
|
|