i have an image with 525 width. I need to place a link at the right side of the image. I know area tag is better to do this. But i don’t know this tag. Could you please give me the coords attributes for this
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The area tag works as described here: http://www.w3schools.com/TAGS/tag_area.asp. But why won’t you use a CSS style to position the link absolute above the image?