Lydie Soler
|
Wednesday 17 August 2005 8:44:50 am
hI, does anyone know how to link an image stored in the media part from an article? you may tell me to do this:
<object id="162" size="original" align="center" />
well I would like to add map to this image... just like the following html code...
<img src="cube.bmp" usemap="#cube" alt="" style="border-style:none" /> <map id="cube" name="cube">
<area shape="poly" coords="24,70,235,5,443,71,235,138" href="evaluation" title="" />
<area shape="poly" coords="23,73,22,354,231,422,234,141" href="modelisation" title="" />
<area shape="poly" coords="237,141,442,75,444,353,238,419" href="integration" title="" />
<area shape="default" nohref="nohref" alt="" />
</map>
so I would like to replace the src.... maybe with an url to the media image.... Thanks for help
|