Jake Junior Member
 
<(o.O<) (>O.o)> Posts: 127 Status: Offline Gender: Male Location: United States Joined:
pmwwwmsn | | Border around welcome table (18th Feb 08 at 3:52pm UTC) | | | How do you get rid of it? | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Border around welcome table (18th Feb 08 at 3:59pm UTC) | | <script> get('welcome_table','id').cellSpacing = '0'; </script> | |
|
Jake Junior Member
 
<(o.O<) (>O.o)> Posts: 127 Status: Offline Gender: Male Location: United States Joined:
pmwwwmsn | | Re: Border around welcome table (18th Feb 08 at 4:06pm UTC) | | | Ok thank-you. Also, may I ask how to do images wrapped around forum? I know it's on proboards is it on vForums? | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Border around welcome table (18th Feb 08 at 4:07pm UTC) | | | Which sense? Around the boards or round the WHOLE thing? | |
|
Jake Junior Member
 
<(o.O<) (>O.o)> Posts: 127 Status: Offline Gender: Male Location: United States Joined:
pmwwwmsn | | Re: Border around welcome table (18th Feb 08 at 4:09pm UTC) | | | Whole thing. Like banner, Bg, and base / foot. | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | |
Jake Junior Member
 
<(o.O<) (>O.o)> Posts: 127 Status: Offline Gender: Male Location: United States Joined:
pmwwwmsn | | Re: Border around welcome table (18th Feb 08 at 4:35pm UTC) | | I put
 Code: - <div style="text-align: center;">
- <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Background.png); margin: auto; text-align: left;">
- <div style="width: 100%;background: url(http://www.jakejohnson.org/gfxdcc/Banner.png)"></div>
In global header
&
 Code: - <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Bottom.png)"></div>
- </div>
in global footer, and it doesn't work. It is 900px wide. | |
|
|
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: Border around welcome table (18th Feb 08 at 4:40pm UTC) | | | Can we get a link to where you're using this code, please? | |
rroll.to— Shorten a link, rickroll your friends. |
|
Jake Junior Member
 
<(o.O<) (>O.o)> Posts: 127 Status: Offline Gender: Male Location: United States Joined:
pmwwwmsn | | Re: Border around welcome table (18th Feb 08 at 4:53pm UTC) | | http://gfx.virtualforums.co.uk/
I'll change the skin to default.. 1 second.
edit : ok I changed it to default. | |
|
|
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: Border around welcome table (18th Feb 08 at 5:01pm UTC) | | Your boards need to be smaller than 900px; that's why the block isn't showing up. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Jake Junior Member
 
<(o.O<) (>O.o)> Posts: 127 Status: Offline Gender: Male Location: United States Joined:
pmwwwmsn | | Re: Border around welcome table (18th Feb 08 at 5:10pm UTC) | | | Ok, now the border shows, what about the banner and bottom image? | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Border around welcome table (18th Feb 08 at 8:03pm UTC) | |  Code: - <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;">
-
 Code: - <div align="center"><img src="http://www.jakejohnson.org/gfxdcc/Bottom.png"></div>
- </div>
Try that..... | |
|
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: Border around welcome table (18th Feb 08 at 8:21pm UTC) | |  Code: - <div style="text-align: center;">
- <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Background.png); margin: auto; text-align: left;">
- <div style="width: 100%;background: url(http://www.jakejohnson.org/gfxdcc/Banner.png);height: 75px"></div>
 Code: - <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Bottom.png);height: 75px"></div>
- </div>
You were missing the height attribute. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Border around welcome table (18th Feb 08 at 8:22pm UTC) | | Mine worked! | |
|
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: Border around welcome table (18th Feb 08 at 8:22pm UTC) | | Mine worked!
But it's slower than just CSS. | |
rroll.to— Shorten a link, rickroll your friends. |
|