The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Replace Logo Image With Text
I have replaced the logo image with text. This is the code i used in my header template:
Code:
<vb:if condition="$stylevar['titleimage']"> <div> <a name="top"></a> <h1>Special Forces</h1> <h2>Roll Of Honour</h2> </div> </vb:if> Thanks. :up: |
#2
|
|||
|
|||
Here you go, you can add CSS directly to tags. Change as you need.
Code:
<vb:if condition="$stylevar['titleimage']"> <div> <a name="top"></a> <h1 style="font-size:18px;color:#000000;">Special Forces</h1> <h2 style="font-size:16px;color:#FFFFFF;">Roll Of Honour</h2> </div> </vb:if> |
Благодарность от: | ||
Craigr |
#3
|
||||
|
||||
Quote:
I have an adsense advert that appears to the right if i have an image. When i add the above text it then appears below. Any idea how to fix that? |
#4
|
|||
|
|||
Perhaps this will help:
Code:
<vb:if condition="$stylevar['titleimage']"> <div style="float:left;margin-left:10px;"> <a name="top"></a> <h1 style="font-size:18px;color:#000000;">Special Forces</h1> <h2 style="font-size:16px;color:#FFFFFF;">Roll Of Honour</h2> </div> </vb:if> |
#5
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|