I'm working on an application using the html <map> tag where I'd like to automatically place a small image on a larger
image automatically.
For example, I've got a table of <map> coordinates such as:
<map name="Map">
<area shape="rect" coords="469,188,488,205" href="/courses/Start_Locs/Loc_Maps/baes.jpg">
Where I've got about 40 <area> coordinates stored in a DB that changes often.
I don't want to have to manually edit the main image every time a new coordinate is added or moved.
Anyone know of a way to do this, other than having to use GD or ImageMagick?
Thanks....
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php