View Full Version : Another person in NEED!!!
Growthspurt115
May-21-2007, 09:31 PM
i need help. i created a custom header and tried to create an image map to link to the galleries,etc, but when you click them it just goes to a black page. i do have one link on there to another website and that one works so i wasnt sure if there is a setting on my smug mug or what. maybe i just did my code wrong. if someone could help i would appreciate it. you can go to my site and click the links to see what i am talking about www.boswellphotos.com (http://www.boswellphotos.com) Thank You.
Allen
May-21-2007, 09:50 PM
i need help. i created a custom header and tried to create an image map to link to the galleries,etc, but when you click them it just goes to a black page. i do have one link on there to another website and that one works so i wasnt sure if there is a setting on my smug mug or what. maybe i just did my code wrong. if someone could help i would appreciate it. you can go to my site and click the links to see what i am talking about www.boswellphotos.com (http://www.boswellphotos.com) Thank You.
Your page came up blank here in Firefox.
I had to add the red </div> for anything to show.
<img src="http://www.boswellphotos.com/photos/153773064-L.jpg" usemap="#imgmap" border="0" height="350" width="850">
</div>
Then change none to block for your image to show.
#myImageMap {
display: block;
width: 960px;
height: 314px;
margin: 0 auto;}
cursor: pointer;}
Looks like the links in the map work.
Growthspurt115
May-21-2007, 10:05 PM
THANKS!!!!! You are the man!! i have been struggling to figure that out for a LONG time and it was a few simple changes, thanks again i really appreciate it!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.