Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Remove Gap Above Welcome Table (10th Dec 07 at 4:01am UTC) | | Description: Just a one-liner code to remove the gap above the welcome table.
Placement: Global Header
Code: - <script type="text/javascript">
- <!--
- //Remove Gap Above Welcome Table
-
- document.getElementsByTagName("br")[0].style.display="none";
- //-->
- </script>
| |
rroll.to— Shorten a link, rickroll your friends. |
|
Dreg[Bot] Moderator
Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
pmYesh im sneaky! | Re: Remove Gap Above Welcome Table (31st Dec 07 at 5:58pm UTC) | | or just use CSS
#welcome_table { margin-top: -15px; } | |
Now obsession rules my mind This commotion makes me blind Searching out who ever runs Or has stolen away my life
But i've already said
Don't ever back down Don't ever turn around My end has come So now I come for you.... |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Remove Gap Above Welcome Table (31st Dec 07 at 6:02pm UTC) | | or just use CSS #welcome_table { margin-top: -15px; }
Shh. | |
rroll.to— Shorten a link, rickroll your friends. |
|