Hyperlinks and Jpg

  • 19 years ago

    Hi


    I have a picture,
    <IMG SRC="logo.jpg" WIDTH="400" HEIGHT="400>
    I want the top half area width=400, height=200 to link to index.html and the remainding area to link to page2.html.


    Thanks for any help.

  • 19 years ago

    <img src="logo.jpg" width="400" height="400" border="0" alt="" usemap="#logo">
    <map name="logo">
    <area alt="" coords="0,0,399,199" href="index.html">
    <area alt="" coords="0,399,399,200" href="page2.html">
    </map>

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“You can stand on the shoulders of giants OR a big enough pile of dwarfs, works either way.”