Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Xhtml Question

Options
  • 15-11-2004 1:13pm
    #1
    Closed Accounts Posts: 2


    Hey folks I was wondering if anybody knows if imagemapping is comptible with xhtml and if so could someone reccomend a decent mapping program for Mac. Cheers


Comments

  • Registered Users Posts: 2,157 ✭✭✭Serbian


    Jobe wrote:
    Hey folks I was wondering if anybody knows if imagemapping is comptible with xhtml and if so could someone reccomend a decent mapping program for Mac. Cheers

    I'm pretty sure image mapping is compatible with XHTML. Dreamweaver is pretty simple to use from image mapping but it doesn't come cheap. You can download the 30 day trial and see if you like it first though.

    [EDIT]
    Just tested it and Image Maps validate no problem, you just have to specify an ALT tag on the area tag. EG:
    <img src="books_video.gif" alt="Books" width="98" height="15" border="0" usemap="#Map" />
    <map name="Map" id="Map">
      <area shape="rect" coords="42,1,109,24" href="#" alt="Image Map" />
    </map>
    


Advertisement