I want to post this image hyperlink on my blog, but I want it to open in a NEW window when people click it. How do I alter its HTML code?
I’ve been trying to insert target=”_blank” but it’s not working, so I’m either using the wrong code or inserting it in the wrong place. Help, please??
The link is:
normally this is how i open links in new windows using pictures
No border around the image, but still a link:
Still don’t have a full hyperlink as you need to space out your code for YA or it gets cut off. Although the target=”” attribute may work, it is NOT correctly used within a standard link code unless you use frames or a taget container.
Besides, web sites do NOT control how a User’s browser opens web links. Today’s browsers have option on how to treat web links. Plus, Users can right-click any link and select to open in a new window or tab. Could use the JavaScript one, but that will not work with those smart enough to control their browser’s use of JS.
Ron