vimota
07-17-2003, 11:36 PM
How do I make an image link that when it goes to the page the frame doesn't get stuck???
|
View Full Version : Help plz!!!!! vimota 07-17-2003, 11:36 PM How do I make an image link that when it goes to the page the frame doesn't get stuck??? Orange Juice 07-17-2003, 11:47 PM I think I understand your problem, and if I do, you need to add "target="_blank" to your link. Example: <a href="URL of the site you want to link to" target="_blank"><img src="image URL"></a> Hope this helps! - OJ Dude128 07-18-2003, 01:25 AM target="_blank" opens the link in a new window. if you want it to open in the same page, but without frames, try target="_top" instead vimota 07-18-2003, 12:18 PM Thanks for both of you!!!! It worked..very good. |