I need HTML help for iMaps?

  • Thread starter Thread starter S.hamrock
  • Start date Start date
S

S.hamrock

Guest
I know how to make an image map, and I know how to make a table so that it is positioned at the very top of the screen- none of those pesky pictures that are not inline with the background. Something is wrong with my image map though. When I load the preview of the website, it says there is an error on the page. Everything looks exactly the way I want it to, but the image map hotspot cannot be found. Help?

If you need to ask questions, IM me on my YIM. My screenname is S.hamrockxx
 
You could run it through an HTML validator such as that at http://www.w3.org

Tip: It is not recommended to use table-based layouts. Tables should only be used for displaying tabular data. It is highly recommended to use <div> tags, with absolute positions.
 
Back
Top