sportigurl
01-20-2003, 06:22 PM
Hey. I used hyperlink images and now I need to know how to target them. I didn't see it on lissaexplains but I'm sure there's a way! Please help me!
|
View Full Version : hyperlink images targeting sportigurl 01-20-2003, 06:22 PM Hey. I used hyperlink images and now I need to know how to target them. I didn't see it on lissaexplains but I'm sure there's a way! Please help me! Alcy 01-20-2003, 09:35 PM <a href="page.html" target="_blank"><img src="image.gif"></a> Change the target to whatever you'd like. This one will target to a new window. pb&j 01-21-2003, 04:53 AM I am guessing that you are referring to targetting meaning you have a frames setup? If so, just enter the NAME value you used for the certain frame into the TARGET value of your links. Example... If you named the right side frame "rightside" and your navigation links are on the "leftside", then your links should look like... <a href="page.html" target="rightside"><img src="image.gif"></a> |