vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Welcome table background

[F] Welcome table background - Posted By Alex Bailey (system) on 12th Mar 08 at 10:01pm
Well i got a code for it , but it doesn't seem to work.

Code:
 
  1. <style>
  2. .welcome {
  3. background-image: url('http://i186.photobucket.com/albums/x225/blakfox16/bannerepeat.png');
  4. background-repeat: repeat-x;
  5. }
  6. </style>
  7.  
 


I don't know whats wrong with it {Sad}

Re: Welcome table background - Posted By Tim (grievous) on 12th Mar 08 at 10:03pm
Your putting it in the right place?

I wonder if the { } are out of place.

Does anything show up at all when you put it in?

Re: Welcome table background - Posted By Alex Bailey (system) on 12th Mar 08 at 10:07pm
Everything is in the right place.

Re: Welcome table background - Posted By Tim (grievous) on 12th Mar 08 at 10:08pm
Where did you get the code from?

It could be out-dated, or the image is having issues.

Re: Welcome table background - Posted By Marc (cr0w) on 12th Mar 08 at 10:16pm
Code:
 
  1. <style>
  2. .welcome {
  3. background-image: url(http://i186.photobucket.com/albums/x225/blakfox16/bannerepeat.png);
  4. background-repeat: repeat-x;
  5. }
  6. </style>
 


{Smile}

Re: Welcome table background - Posted By Tim (grievous) on 12th Mar 08 at 10:17pm
Wat did you change?

Re: Welcome table background - Posted By Marc (cr0w) on 12th Mar 08 at 10:19pm
 
Wat did you change?


Should be url(IMAGE URL); no quotes. {Wink}

Re: Welcome table background - Posted By Tim (grievous) on 12th Mar 08 at 10:22pm
 
 
Wat did you change?


Should be url(IMAGE URL); no quotes. {Wink}
Oh ok, I see now.

Re: Welcome table background - Posted By Alex Bailey (system) on 12th Mar 08 at 10:29pm
Nope still doesnt work

Re: Welcome table background - Posted By Michael (wrighty) on 12th Mar 08 at 10:30pm
Works fine for me on my forum. A link to your forum would help.

Re: Welcome table background - Posted By Alex Bailey (system) on 12th Mar 08 at 10:33pm
www.eremix.vforums.co.uk

But the code is on a interface skin which isn't viewable to guests or members. Using IE7 also so it could be a cross browser problem

Re: Welcome table background - Posted By Michael (wrighty) on 12th Mar 08 at 10:33pm
CSS is 100% crossbrowser, could be that you have your forum width set to the same width as your banner.

Re: Welcome table background - Posted By Alex Bailey (system) on 12th Mar 08 at 10:35pm
Banner width is 1000
forum width 750. Its perfect fit for my but not for people with a bigger screen res

Re: Welcome table background - Posted By Michael (wrighty) on 12th Mar 08 at 10:39pm
Well the banner 'box' isn't going to stretch to fill the page.

It's stuck at the size of the banner. You need a '100%' banner code... (Code Index)

Re: Welcome table background - Posted By Alex Bailey (system) on 12th Mar 08 at 10:46pm
I asked for that code in the first place then you told me that code >.> {Tongue Out}
But thanks for helping me out now.

Re: Welcome table background - Posted By Michael (wrighty) on 12th Mar 08 at 10:47pm
No you didn't...... {Unsure}


Anyway, Filled!