PDA

View Full Version : Vbulleting BG Help?



tdog360
20-01-2011, 05:55 PM
Hello all,

I come here today to seek help with properly aligning my Vbulletin backgrond. I do know CSS and HTML, and have tried various methods with CSS, though it still does not want to seem to work. It just keeps repeating my banner for some odd reason. Here is my code:


<style type="text/css" id="vbulletin_css">
#header {
background-image: url('skins/habbo/images/misc/banner.png');
background-repeat: no-repeat;
align: center;
width: 875px;
height: 115px;
}
#infobit {
text-align: left;
float: right;
margin-top: 28px;
margin-right: 75px;
}
#logo {
background-image: url('');
background-repeat: no-repeat;
width: 308px;
height: 56px;
float: left;
margin-top: 30px;
margin-left: 50px;
}
</style>
<!-- base --><!-- base --><!-- base --></head><body background="index_files/habbogrey.png">
<img src"" alt="" style="position:absolute; left: 25; top: 50; z-index: 35" border="1">
<!-- logo -->
<a name="top"></a>


and a screenhot of the problem, what I am trying to do is get my background to look like this forum(not the same image but you get the point) Also, yes I know it's a free skin, but only until I get more staff lol. I also know that it says img src ="", because I did that, but even still it does't want to sem to work. But it is not spose to be repeating the pool image as that's teh banner. I do have a background in mind but am looking for the proper code lol.

http://img228.imageshack.us/img228/7028/62596428.jpg

coolchris322
20-01-2011, 06:32 PM
#header {
background-image: url('skins/habbo/images/misc/banner.png') no-repeat;

thts ur issue sorted right there ;)

---------- Post added 20-01-2011 at 06:32 PM ----------

just remove the background-repeat: part ;)

tdog360
21-01-2011, 01:45 AM
#header {
background-image: url('skins/habbo/images/misc/banner.png') no-repeat;

thts ur issue sorted right there ;)

---------- Post added 20-01-2011 at 06:32 PM ----------

just remove the background-repeat: part ;)

LOL I feel so stupid

Fiendly
21-01-2011, 07:23 AM
LOL I feel so stupid

Don't feel stupid!
There are no stupidness in internet coding, everyone learns sometime!

Nice to know that your problem is solved :)

coolchris322
21-01-2011, 08:05 AM
im glad to have helped another vbulletin person :D makes the vb people grow (ipb is taking over)

Want to hide these adverts? Register an account for free!