This topic was locked 12th Mar 08 at 10:47pm by Michael |
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | [F] Welcome table background (12th Mar 08 at 10:01pm UTC) Resolved | | Well i got a code for it , but it doesn't seem to work.
 Code: - <style>
- .welcome {
- background-image: url('http://i186.photobucket.com/albums/x225/blakfox16/bannerepeat.png');
- background-repeat: repeat-x;
- }
- </style>
-
I don't know whats wrong with it | |
ting-tong2k6@hotmail.com |
|
Tim Senior Member
    banned.
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/1beast10-2s9.jpeg) The only easy day was yesterday. Posts: 698 Status: Offline Gender: Male Location: Under your bed..in your closet..in your head Age: 34 Joined:
pmmsn | Re: Welcome table background (12th Mar 08 at 10:03pm UTC) | | 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? | |
|
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | Re: Welcome table background (12th Mar 08 at 10:07pm UTC) | | Everything is in the right place. | |
ting-tong2k6@hotmail.com |
|
Tim Senior Member
    banned.
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/1beast10-2s9.jpeg) The only easy day was yesterday. Posts: 698 Status: Offline Gender: Male Location: Under your bed..in your closet..in your head Age: 34 Joined:
pmmsn | Re: Welcome table background (12th Mar 08 at 10:08pm UTC) | | Where did you get the code from?
It could be out-dated, or the image is having issues. | |
|
|
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: Welcome table background (12th Mar 08 at 10:16pm UTC) | |  Code: - <style>
- .welcome {
- background-image: url(http://i186.photobucket.com/albums/x225/blakfox16/bannerepeat.png);
- background-repeat: repeat-x;
- }
- </style>
| |
rroll.to— Shorten a link, rickroll your friends. |
|
Tim Senior Member
    banned.
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/1beast10-2s9.jpeg) The only easy day was yesterday. Posts: 698 Status: Offline Gender: Male Location: Under your bed..in your closet..in your head Age: 34 Joined:
pmmsn | Re: Welcome table background (12th Mar 08 at 10:17pm UTC) | | Wat did you change? | |
|
|
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: Welcome table background (12th Mar 08 at 10:19pm UTC) | |
Should be url(IMAGE URL); no quotes. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Tim Senior Member
    banned.
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/1beast10-2s9.jpeg) The only easy day was yesterday. Posts: 698 Status: Offline Gender: Male Location: Under your bed..in your closet..in your head Age: 34 Joined:
pmmsn | Re: Welcome table background (12th Mar 08 at 10:22pm UTC) | | Should be url(IMAGE URL); no quotes. Oh ok, I see now.
| |
|
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | Re: Welcome table background (12th Mar 08 at 10:29pm UTC) | | Nope still doesnt work | |
ting-tong2k6@hotmail.com |
|
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: Welcome table background (12th Mar 08 at 10:30pm UTC) | | Works fine for me on my forum. A link to your forum would help. | |
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | Re: Welcome table background (12th Mar 08 at 10:33pm UTC) | | 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 | |
ting-tong2k6@hotmail.com |
|
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: Welcome table background (12th Mar 08 at 10:33pm UTC) | | CSS is 100% crossbrowser, could be that you have your forum width set to the same width as your banner. | |
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | Re: Welcome table background (12th Mar 08 at 10:35pm UTC) | | Banner width is 1000 forum width 750. Its perfect fit for my but not for people with a bigger screen res | |
ting-tong2k6@hotmail.com |
|
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: Welcome table background (12th Mar 08 at 10:39pm UTC) | | 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) | |
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | Re: Welcome table background (12th Mar 08 at 10:46pm UTC) | | I asked for that code in the first place then you told me that code >.> But thanks for helping me out now. | |
ting-tong2k6@hotmail.com |
|