Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 7, 2005 12:02:32 GMT
Global Header
This will make it appear like the ads are at the top of the page.
<script type="text/javascript"> <!-- /* Move Welcome Table Below Ads */ var table=document.getElementsByTagName("table")[0]; document.write('<table width="92%" cellspacing="1" cellpadding="0" border="0" align="center" class="bordercolor"><tr><td width="100%">'+table.innerHTML+'<\/td><\/tr><\/table>'); table.style.display="none"; //--> </script>
Then, to remove the remaining gap above the ads, use this. Also in Global Header:
<script type="text/javascript"> <!-- document.getElementsByTagName("br")[0].style.display='none'; document.getElementsByTagName("br")[1].style.display='none'; //--> </script>
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Dec 14, 2005 0:47:26 GMT
great code, except i also have your pm bar with admin panel code & when i add this it makes the pm bar disappear. anyway to fix it?
NVM, i fixed it.
|
|