MyBB Community Forums

Full Version: Two parts of the logo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Huh?

I am not looking for that I am looking for a way to have the link to vmk.com as an image which is the blue part in my first post.
As i told u , wheter we will use image map!! using 1 single block image for all the 3 parts

or u will havr to divide them , and give the one with link this code

<a href="http://vmk.disney.go.com/vmk/en_US/index?name=VMKHomePage"><img src="images/misc/VMKLogoButton.gif" alt="Go To Disney's Virtual Magic Kingdom" border="0" />

which u have already done

regards
where do I put that code?
Replace mybb logo, which is in the header template
find
<a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a>
replace it with the provided code in the previous post , and all the other parts, i dont have them actually Confused

regards
Use a table
<table width="100%">
<tr>
<td>Logo</td>
<td class="headermiddle">&nbsp;</td>
<td>The link</td>
</tr>
</table>
Change the class to whatever you have.
ok all done,

Thanks for your help
Pages: 1 2