Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

NinthJake

NinthJake Avatar
The Ninth

**
Official Member

78


November 2009
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 :P

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

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Wanna post the code here so I can try?

And are you using InvisionFree or ZetaBoards?

Simie

Simie Avatar

******
ProScripter

1,052


May 2006
Chris Avatar
Wanna post the code here so I can try?

And are you using InvisionFree or ZetaBoards?


I might be missing something but...

NinthJake Avatar
I run an InvisionFree board just so you know


NinthJake

NinthJake Avatar
The Ninth

**
Official Member

78


November 2009
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 :P

Thanks for the help.


Last Edit: Nov 27, 2009 23:53:14 GMT by NinthJake

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Simie Avatar
Chris Avatar
Wanna post the code here so I can try?

And are you using InvisionFree or ZetaBoards?


I might be missing something but...

NinthJake Avatar
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. :P



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.

NinthJake

NinthJake Avatar
The Ninth

**
Official Member

78


November 2009
Got it to work now. I removed the logo completely and only added the code above the Header area.

Thank you Chris :D

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
No problem. :)

newBookmarkLockedFalling