|
I have a very large banner on my forum so I have coded it with image maps. I have completed the coding and everything is at the right place, although there is but one problem. I coded it in W3Schools live editor and now I have no idea of how to make the code work as my actual banner. I have tried to insert the code in the macro set which makes the code work in the preview there but not on the forum I have also tried to do it with <div>'s but that also failed. I am not any good using div's though so that might have been the problem. But does anyone know how to do it? I run an InvisionFree board just so you know
|
|
|
|
Wanna post the code here so I can try?
And are you using InvisionFree or ZetaBoards?
|
|
|
|
|
Wanna post the code here so I can try? And are you using InvisionFree or ZetaBoards? I might be missing something but... I run an InvisionFree board just so you know
|
|
|
|
|
Here you are. <html> <img src="http://i237.photobucket.com/albums/ff215/ninthjake/Web%20Logos%20and%20Icons/BannerDesign1900px.jpg" width="900" height="400" alt="Banner" usemap="#bannermap" />
<map name="bannermap"> <area shape="circle" coords="170,170,130,200" alt="Aware Gamers" href="http://z6.invisionfree.com/AwareGamers/index.php?" /> <area shape="rect" coords="880,0,415,95" alt="Aware Gamers" href="http://z6.invisionfree.com/AwareGamers/index.php?" /> </map> </html>
And yes I run an InvisionFree board Thanks for the help.
Last Edit: Nov 27, 2009 23:53:14 GMT by NinthJake
|
|
|
|
Wanna post the code here so I can try? And are you using InvisionFree or ZetaBoards? I might be missing something but... I run an InvisionFree board just so you know A good chunk of IF forums converted to ZB, thus there is some ambiguity. That's why I wanted to clarify. Jake: First, remove the HTML tags. They are not necessary for IF. Next, if you insert it in your headers without the HTML tags, it should at least appear. I need to know where exactly you want it to appear though, assuming that doesn't work for you.
|
|
|
|
|
Got it to work now. I removed the logo completely and only added the code above the Header area. Thank you Chris
|
|
|
|
No problem.
|
|
|
|