The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
First, here's the link to my site: http://www.vermontoutdoors.net/
Now, the banner in the upper right. I'd like to move that up about 10 pixels. I've tried a valign tag in the table but it's already middle aligned. And top aligning it shoves it up above the visual borders of that 'cell' in the style. I've tried changing the height of the table but doing that screws up the background images below that 'cell'. Is there some other method that I can use to move that banner up about 10 pixels to make it look a bit more centered vertically in that background graphic? |
#2
|
|||
|
|||
![]() Quote:
|
#3
|
||||
|
||||
![]()
Where would I put that?
This is what I have and it's still on the bottom of that background image: Code:
<td height="133" align="center" valign="middle" id="header_right_cell" margin-top: 10px> <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />$random_banner[$random_number]</if> </td> |
#4
|
|||
|
|||
![]()
That goes in a separate CSS file.
Or, open the banner in an image editing program, and add a bit more transparent space to the bottom, and it should raise it a bit. |
#5
|
|||
|
|||
![]()
Use the class="css name" and add the margin-top: 10px; in your additional css under the css name.
|
#6
|
||||
|
||||
![]()
use valign="top"
then as Adam21 suggested add HTML Code:
style="margin-top:10px" |
#7
|
||||
|
||||
![]()
In header template:
Find: HTML Code:
<a href="http://www.treadlightly.org/"><img src="http://www.vermontoutdoors.net/images/offhighwaymotorcyclebanner.gif" alt="" border="0" /></a> HTML Code:
<a href="http://www.treadlightly.org/"><img src="http://www.vermontoutdoors.net/images/offhighwaymotorcyclebanner.gif" alt="" border="0" /></a><br /><br /> |
#8
|
||||
|
||||
![]()
Thanks all. The last explanation was the best for my knowledge level of HTML and CSS. And it looks fine.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|