vForums Support > vForums :: Support :: > Welcome Table Background Image

Welcome Table Background Image - Posted By miss orif (clobopallymad) on 10th Dec 07 at 5:25pm
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.

Re: Welcome Table Background Image - Posted By Marc (cr0w) on 10th Dec 07 at 6:39pm
I'll make a code for this; just wait an hour and a half. {Smile} [at school right now, ends in an hour.]

Re: Welcome Table Background Image - Posted By Marc (cr0w) on 10th Dec 07 at 6:50pm
Class is boring, changed my mind. {Tongue Out}

Here ya go:
Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. //Welcome Table Background Image by Cr0w
  4.  
  5. var backImg = "http://www.virtualforums.co.uk/images/home.gif"; //URL to image
  6.  
  7. document.getElementById("welcome_table").getElementsByTagName("td")[0].style.cssText = "background-image: url("+backImg+")";
  8. //-->
  9. </script>
 


Global headers. {Smile}