The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
When I add new code to navbar on my site it breaks the background color on some of my templates!
Also, how do I center a logo in header? currently its =left my broken navbar.. thanks! |
#2
|
|||
|
|||
![]()
change =left to =center
![]() remove the class="vbmenu_control" when you are doing the template edit example Code:
<td class="vbmenu_control"><a href="arcade.php">Arcade</a></td> Code:
<td><a href="arcade.php">Arcade</a></td> ![]() |
#3
|
|||
|
|||
![]()
Thank you!! Fixed my broken templates in a jiffy!! I cant believe I didnt ask sooner!
now for my header logo issue, lol. I actually dont have a =left her is my code.... PHP Code:
Nevermind. I played witht he code and figured it outI changed it to... PHP Code:
but now I would like to add a left and right image that reapeats so that the image stretches ![]() |
#4
|
|||
|
|||
![]()
You can use CSS for the background. Something such as:
Code:
style="background: #FFFFFF url("./path/to/image.gif");" |
#5
|
|||
|
|||
![]()
That is some useful info! but I dont know if thats what I need for logo streaching..take a sliver ov the logo end pieces then name them something like Logo_left and Logo_right then repeat I dont know templating very well only lagistics. I assume it will be some kind of
<img src="path/to/logo_right.gif" border="0" repeat-y; that is a very ruff guess lol, but it should also be =right and vis versa for the left logo image then the meet up with the center logo image.....Im I making any sence lol I think Im gonna add a few backgrounds to some of my styles now though lol |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|