
fashimpaur
User
Aug 31, 2000, 2:56 PM
Post #2 of 2
(352 views)
|
Is the Image map the same for all the pages? If so, cut and paste the code in an ascii file and do a server side include in your html. ie... assume you cut and pasted the image map html into a file named map.txt: then ... in the html, include the line: <!--#include file="map.txt" --> Voila, you just copy and paste this line every place you need the same image map and you have now saved yourself a ton of typing. HTH, Dennis
|