Quote:
Originally Posted by SᴩiDᴇЯ
I have my code like this in vb4.2.0
<vb:if condition="$stylevar['titleimage']"><a name="top" href="{vb:link forumhome}" id="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></vb:if>
so how do i add this to it?
PHP Code:
<!-- Full width Logo Code Start -->
<div><a href="http://www.topholdens.com./forum.php"><img src="images/styles/gametime_red/style/logo.png" width="1240" height="172" alt="Top Holdens" /></a></div>
<!-- Full width Logo Code End -->
Please can you help me with this.
|
backup your template to wordpad etc.
you dont add the code, you replace it.
replace
PHP Code:
<vb:if condition="$stylevar['titleimage']"><a name="top" href="{vb:link forumhome}" id="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></vb:if>
with
PHP Code:
<!-- Full width Logo Code Start -->
<div><a href="http://www.topholdens.com./forum.php"><img src="images/styles/gametime_red/style/logo.png" width="1240" height="172" alt="Top Holdens" /></a></div>
<!-- Full width Logo Code End -->
do you intend to use another image, the one you currently have is gonna look kinda stretched at 1240px