Jump to content

Image maps


Zatei

Recommended Posts

I'm confused on the target attribute. A link will be opened in a new web browser or tab if the value is _blank. You can force the links to open in the same web page if you give the value a unique name.I tried that and the link opened in a new tab.Am i doing something wrong?This is the source:

<html><head><title>Target links</title></head><a href="http://www.google.com/" target="window"name="window" >Here</a></html>
The posts on the bottom are of my other question but i decided to edit my thread instead of making one.
Link to comment
Share on other sites

according to the w3schools example, you are missing "ismap" in your code...<img src="fname.png"ismap width="146" height="126">
Thank you for your help. Let me look at things before making threads like these.Anyways,thanks!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...