vForums Support > vForums :: Support :: > Border around welcome table

Border around welcome table - Posted By Jake (jake) on 18th Feb 08 at 3:52pm
How do you get rid of it?

Re: Border around welcome table - Posted By Michael (wrighty) on 18th Feb 08 at 3:59pm
<script>
get('welcome_table','id').cellSpacing = '0';
</script>

Re: Border around welcome table - Posted By Jake (jake) on 18th Feb 08 at 4:06pm
Ok thank-you. Also, may I ask how to do images wrapped around forum? I know it's on proboards is it on vForums?

Re: Border around welcome table - Posted By Michael (wrighty) on 18th Feb 08 at 4:07pm
Which sense? Around the boards or round the WHOLE thing?

Re: Border around welcome table - Posted By Jake (jake) on 18th Feb 08 at 4:09pm
Whole thing. Like banner, Bg, and base / foot.

Re: Border around welcome table - Posted By Michael (wrighty) on 18th Feb 08 at 4:11pm
try this thread:

http://support.virtualforums.co.uk/board/coderequest/topic/7236/action/view_topic/page/1/-forum-block/#reply-4

Re: Border around welcome table - Posted By Jake (jake) on 18th Feb 08 at 4:35pm
I put

Code:
 
  1. <div style="text-align: center;">
  2. <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Background.png); margin: auto; text-align: left;">
  3. <div style="width: 100%;background: url(http://www.jakejohnson.org/gfxdcc/Banner.png)">­</div>
 


In global header

&

Code:
 
  1. <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Bottom.png)">­</div>
  2. </div>
 


in global footer, and it doesn't work. It is 900px wide.

Re: Border around welcome table - Posted By Marc (cr0w) on 18th Feb 08 at 4:40pm
Can we get a link to where you're using this code, please?

Re: Border around welcome table - Posted By Jake (jake) on 18th Feb 08 at 4:53pm
http://gfx.virtualforums.co.uk/

I'll change the skin to default.. 1 second.

edit : ok I changed it to default.

Re: Border around welcome table - Posted By Marc (cr0w) on 18th Feb 08 at 5:01pm
Your boards need to be smaller than 900px; that's why the block isn't showing up. {Wink}

Re: Border around welcome table - Posted By Jake (jake) on 18th Feb 08 at 5:10pm
Ok, now the border shows, what about the banner and bottom image?

Re: Border around welcome table - Posted By Michael (wrighty) on 18th Feb 08 at 8:03pm
Code:
 
  1. <div style="text-align: center;"><div align="center"><img src="http://www.jakejohnson.org/gfxdcc/Banner.png">­</div><div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Background.png); margin: auto; text-align: left;">
  2.  
 




Code:
 
  1. <div align="center"><img src="http://www.jakejohnson.org/gfxdcc/Bottom.png">­</div>
  2. </div>
 



Try that..... {Unsure}

Re: Border around welcome table - Posted By Marc (cr0w) on 18th Feb 08 at 8:21pm
Code:
 
  1. <div style="text-align: center;">
  2. <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Background.png); margin: auto; text-align: left;">
  3. <div style="width: 100%;background: url(http://www.jakejohnson.org/gfxdcc/Banner.png);height: 75px">­</div>
 


Code:
 
  1. <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Bottom.png);height: 75px">­</div>
  2. </div>
 


You were missing the height attribute. {Wink}

Re: Border around welcome table - Posted By Michael (wrighty) on 18th Feb 08 at 8:22pm
Mine worked! {Tongue Out}

Re: Border around welcome table - Posted By Marc (cr0w) on 18th Feb 08 at 8:22pm
 
Mine worked! {Tongue Out}


But it's slower than just CSS. {Wink}

Re: Border around welcome table - Posted By Michael (wrighty) on 18th Feb 08 at 8:22pm
So? By what? 1 ms?