forte
New Member
Posts: 159
inherit
150548
0
Oct 2, 2018 21:31:42 GMT -8
forte
159
December 2009
chantaroctober
|
Post by forte on Nov 29, 2010 20:39:46 GMT -8
Hey errbody, I've been working on a project and I was going through my headers when I spotted these codes:
<script type="text/javascript"> <!-- document.getElementsByTagName('table')[0].cellSpacing = 0; //--> </script>
<script type="text/javascript"> <!-- document.getElementsByTagName('td').item(2).style.display="none"; //--> </script>
They didn't change anything that I could see on my test board, and I don't remember adding them or where I found them. If anyone recognizes them could you please tell me what they're for?
|
|
inherit
125499
0
Nov 8, 2011 4:03:57 GMT -8
moneyman18
:-
952
June 2008
moneyman18
|
Post by moneyman18 on Nov 30, 2010 6:33:12 GMT -8
The first one is used to remove the border from the welcome table and the second one hides the "Hey x, you have x messages..." cell.
|
|
forte
New Member
Posts: 159
inherit
150548
0
Oct 2, 2018 21:31:42 GMT -8
forte
159
December 2009
chantaroctober
|
Post by forte on Nov 30, 2010 6:52:33 GMT -8
Thank you. =)
|
|