L.D. wrote: >I hadn't realized that making clickable "maps" was so simple. The only >place I'd probably have a problem is on the polygon; it doesn't seem to >follow a pattern I can understand. <G> The polygon is a straight-sided irregular shape described by x,y coordinates, with top left of the image as 0,0. So, each set of coords consists of a pair: first figure = number of pixels horizontally from the left side of the image <comma> second figure = number of pixels vertically down from the top of the image. The polygon is automatically closed, so you don't need to repeat the coords for the first vertex. It's best to use the abbreviations for the shape definition i.e. circ, rect or poly. Netscape 4 doesn't recognize "rectangle". HTH Jake