PDA

View Full Version : Image Map on homepage


MarcusG
Dec-31-2009, 12:30 PM
I am attempting to only have a single image map on my homepage with clickable links. I have placed the code in my biobox, but the image is not showing up. Could anyone help me with this?

Thanks

Marcus

www.greenlightphotography.net (http://www.greenlightphotography.net)

jfriend
Dec-31-2009, 02:08 PM
I don't know what you're trying to do exactly, but an image will show up when you have an img tag in your HTML which you do not have in your bio.

As example:

<img src="http://cdn.smugmug.com/img/homepages/baldy-base/Popular-Photos-2.jpg" border="0">

That would show like this:

http://cdn.smugmug.com/img/homepages/baldy-base/Popular-Photos-2.jpg

Conceptually, an image map works by putting an image on the page, putting an image map tag in your page and then pointing the image to the image map. See her (http://www.w3schools.com/TAGS/tag_map.asp)e for details.