miss orif Junior Member
 
Posts: 56 Status: Offline Gender: Female Joined:
pm | | Welcome Table Background Image (10th Dec 07 at 5:25pm UTC) | | | Can't we have it back? Or is there a code for it? My forum looks daft without it... The banner's to small and I can't make it any bigger and I need the background to make it look normal size. | |
|
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | | Re: Welcome Table Background Image (10th Dec 07 at 6:39pm UTC) | | I'll make a code for this; just wait an hour and a half. [at school right now, ends in an hour.] | |
rroll.to— Shorten a link, rickroll your friends. |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | | Re: Welcome Table Background Image (10th Dec 07 at 6:50pm UTC) | | Class is boring, changed my mind.
Here ya go:
 Code: - <script type="text/javascript">
- <!--
- //Welcome Table Background Image by Cr0w
-
- var backImg = "http://www.virtualforums.co.uk/images/home.gif"; //URL to image
-
- document.getElementById("welcome_table").getElementsByTagName("td")[0].style.cssText = "background-image: url("+backImg+")";
- //-->
- </script>
Global headers. | |
rroll.to— Shorten a link, rickroll your friends. |
|