The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Header/Graphic ?
What is the exact size of the header area? I want to make the image/logo to fit in that space perfectly.
Thanks in advance. |
#2
|
||||
|
||||
I don't use the default skin, but can't you just view the properties of the default image and get the px x px size there?
|
#3
|
|||
|
|||
Quote:
Thats what is there now but i want to add the logo? Where would I put that in the code? |
#4
|
||||
|
||||
You should just be able to replace
Code:
<td align="$stylevar[center]"> <a href=""].php$session[sessionurl_q]"> <img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /> </a> </td> For example, here's mine: Code:
<td width=50% class="headerlogo"> <a href="$vboptions[forumhome].php$session[sessionurl_q]"> <img src="images/yourheaderimage.jpg" align="left" style="border:none;" width="654" height="119" alt="alt text here" /> </a> </td> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|