The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Header Background
http://www.communityofchrist.us/index.php
I have the width of my site restricted to 770 pixels to accomidate 800x600 users. However, when viewing profiles, the page stretches outward, causing gray-colored gaps on both sides of the banner. (That's because I have the myspace hack installed). How do I change the gray color into an image background? I would like to set the background of the header to this: http://www.communityofchrist.us/images/misc/Filler.jpg That way, it won't look ugly when it stretches. |
#2
|
||||
|
||||
Unable to connect ... site is down?
|
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
Any thoughts on this?
See screenshots for more info. |
#5
|
||||
|
||||
I'm guessing this is fixed 'cause I don't see the problem on the site.
|
#6
|
|||
|
|||
It's not fixed. The index has no problem, but when I go into the profiles, the sides stretch outward. So what I want do to is break the banner into three parts: left-side, middle, and right-side. The middle would be filled with a gradient which matches the rest of the banner. That way, if the sides expand outward, it won't look ugly. Here is the (current) code for my header:
Quote:
http://www.communityofchrist.us/imag...white_left.jpg http://www.communityofchrist.us/images/misc/Filler.jpg http://www.communityofchrist.us/imag...hite_right.jpg I hope that makes sense. |
#7
|
||||
|
||||
something along the lines of
HTML Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr style="background:url(http://www.communityofchrist.us/images/misc/Filler.jpg) repeat-x"> <td align="left"><img src="http://www.communityofchrist.us/images/misc/vbulletin3_logo_white_left.jpg" width="499" height="112" border="0" alt="$vboptions[bbtitle]" /></a></td> <td> </td> <td align="right"><img src="http://www.communityofchrist.us/images/misc/vbulletin3_logo_white_right.jpg" width="235" height="112" alt="" border="0" /></td> </tr> </table> |
#8
|
|||
|
|||
Excellent! Thank you, sir.
Now I am experiencing the same gray gaps on the bottom of the page. See my second screenshot. How would I go about fixing that? Thanks again! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|