Alright, I use the same image for my main page and my forums as you can see in the link below. On the main page I have it as an image map so that users can click different buttons to go to different areas. How would I go about making it the same in vBulletin?
here is my image map code from the main site...
Code:
<map name="Map0">
<area href="http://nightmaremotorsports.com" shape="rect" coords="68, 6, 131, 29">
<area href="http://www.nightmaremotorsports.com/forum/" shape="rect" coords="200, 6, 255, 27">
<area href="http://store" shape="rect" coords="325, 6, 372, 26">
<area href="index.php?p=Tutorials" shape="rect" coords="433, 4, 508, 27">
</map>
<map name="Map1">
<area href="#top" shape="rect" coords="634, 5, 726, 28">
</map>
the website is
http://www.nightmaremotorsports.com if you want to take a look.