| Re: html help ! Well they are just images. They created the images & then used the map area (hot spots) to make areas on that image clickable. The image is created using an image program like Photoshop or PaintShop. And then you use HTML code to make the areas clickable, like they did here (it seems using FrontPage):
<map name="FPMap1">
<area target="main" href="groundfl.htm#Hall" shape="rect" coords="86, 147, 182, 262">
<area target="main" href="groundfl.htm#Bathroom" shape="rect" coords="7, 148, 87, 262">
<area target="main" href="groundfl.htm#Lounge" shape="rect" coords="181, 149, 286, 263">
<area target="main" href="groundfl.htm#Bedroom 5" shape="rect" coords="7, 77, 87, 149">
<area target="main" href="groundfl.htm#Kitchen" shape="rect" coords="86, 78, 197, 148">
<area target="main" href="groundfl.htm#Dining Room" shape="rect" coords="196, 76, 287, 148">
<area target="main" href="groundfl.htm#Terrace" shape="rect" coords="6, 18, 287, 75">
<area target="main" href="groundfl.htm" shape="default">
<area target="main" href="groundfl.htm" coords="0, 0, 10000, 10000" shape="rect">
</map> |