The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What if I want two Title Images?
I want to have two title images. One on the left side of the page and one on the right side of the page. Where do I add the second title image? What code would I use and in what template?
Thanks so much!! |
#2
|
||||
|
||||
Do you mean the board logo or in the header?
In the header template you'll see a place for ad_location header logo or whatever, just put something in that template. |
#3
|
|||
|
|||
Thanks FRDS. That worked!
Now one last question. http://seattlems.com/ - How can I get rid of the left and right pxls in the header (on the left and right side). On the far left in the header there is alot of pixels and on the right fewer but still enough. Any suggestions? |
#4
|
||||
|
||||
try adding
style="padding: 0px; margin: 0px;" to your image tags ex: <img src="header.gif" style="padding: 0px; margin: 0px;"> |
#5
|
|||
|
|||
This would be a design flaw with you're website. You currently have this within your CSS:
Code:
body { background: #FFFFFF url(images/AHQ/misc/bg.gif) repeat-x; color: #000000; font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; margin: 5px 10px 0px 10px; padding: 0px; <img src="http://forums.digitalpoint.com/images/misc/dps_logo.gif"> } But this will also remove the pixels on the forum - you may want a div tag with a style 'command' to fix that. (eg: "<div style='margins: 5px 10px 5px 10px'>") |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|