Still couldn't get this method to work so a did my own, because also looking at the css in this on it will show differently in different browsers and go out of line.....
Here's my code that i used to make it fit in all browsers,
Leave the vbulletin.css in it's original state
In your header template find
Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
Replace with:
Code:
<tr>
<td width="23%"><img src="images/andromeda/misc/header_left.gif" alt="" width="23%" height="100"/></td><td><a href="index.php"><img src="images/andromeda/misc/logo.gif" alt= "Free PSP ISO Downloads" width="54%" height="100" border="0"/></a></td><td align="right"><img src="images/andromeda/misc/header_right.gif" alt="" width="23%" height="100"/></td>
</tr>
Demo:
http://www.devils-shadow.com/forums/forum.php
Putting your own image locations & sizes in the fields i've marked red
BTW doing it this way your pointing to the logo image directly so changing the "Titleimage" Stylevar will not change the logo