inherit
39608
0
Nov 26, 2011 18:53:00 GMT -8
iDunk
Previously Computerpros
2,533
April 2005
computerpros
|
Post by iDunk on Jun 28, 2005 12:33:50 GMT -8
I need a code that puts the whole welcome table (including menubar) under the ads? Any help appreciated. -Computerpros
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 28, 2005 13:09:03 GMT -8
Top of the Global Header <script> /*Moves Ads to the Top of the Forum*/ document.write("<div id='welcometable'></div>") var wTable = document.getElementsByTagName("TABLE")[0] wTable.parentNode.removeChild(wTable) wTable.style.marginTop="25px" document.body.replaceChild(wTable,document.getElementById('welcometable')) </script>
|
|
inherit
39608
0
Nov 26, 2011 18:53:00 GMT -8
iDunk
Previously Computerpros
2,533
April 2005
computerpros
|
Post by iDunk on Jun 28, 2005 14:50:57 GMT -8
Top of the Global Header <script> /*Moves Ads to the Top of the Forum*/ document.write("<div id='welcometable'></div>") var wTable = document.getElementsByTagName("TABLE")[0] wTable.parentNode.removeChild(wTable) wTable.style.marginTop="25px" document.body.replaceChild(wTable,document.getElementById('welcometable')) </script> Hey.....thanks alot. -Computerpros
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 28, 2005 16:04:05 GMT -8
Welcome
|
|