vForums Support Banner


Visit vForums

 

Welcome Guest! Please Login or Register
vForums Support :: vForums :: Support :: Border around welcome table - View Topic (Page 1 of 2)Page: 1 2
Topic Rating: *****
Printable View
Jake
Junior Member
**

<(o.O<) (>O.o)>

Posts: 127
Status: Offline
Gender: Male
Location: United States
Joined:  
Reputation: 0%  


pmwwwmsn
Border around welcome table (18th Feb 08 at 3:52pm UTC)
How do you get rid of it?

Image
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
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:  
Reputation: 0%  


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?

Image
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
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:  
Reputation: 0%  


pmwwwmsn
Re: Border around welcome table (18th Feb 08 at 4:09pm UTC)
Whole thing. Like banner, Bg, and base / foot.

Image
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Border around welcome table (18th Feb 08 at 4:11pm UTC)
try this thread:

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

<(o.O<) (>O.o)>

Posts: 127
Status: Offline
Gender: Male
Location: United States
Joined:  
Reputation: 0%  


pmwwwmsn
Re: Border around welcome table (18th Feb 08 at 4:35pm UTC)
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.

Image
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


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:  
Reputation: 0%  


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.

Image
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


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. {Wink}

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:  
Reputation: 0%  


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?

Image
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Border around welcome table (18th Feb 08 at 8:03pm UTC)
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}
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Border around welcome table (18th Feb 08 at 8:21pm UTC)
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}

rroll.to— Shorten a link, rickroll your friends.
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Border around welcome table (18th Feb 08 at 8:22pm UTC)
Mine worked! {Tongue Out}
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Border around welcome table (18th Feb 08 at 8:22pm UTC)
 
Mine worked! {Tongue Out}


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

rroll.to— Shorten a link, rickroll your friends.
 Printable View
Page: 1 2

All times are GMT+0 :: The current time is 10:51am
Page generated in 0.4264 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums