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.