P
Paul Kissock
I have created an image map like so but everytime the text wraps it
leaves a huge 5/6 line gap but if you remove the map part and just
show the image it wraps perfectly.
<table align="right"
<tr><td>
<img src='file.asp?uploadid=181' alt="Organisation Chart for the Trust
Informatics Directorate" usemap="#Informatics" border="0">
<map name="Informatics">
<area shape="rect" coords="134,2 283,74" href="InformDir.htm" />
<area shape="rect" coords="0,114,113,171" href="Information.htm" />
<area shape="rect" coords="152,114,265,169" href="ICT.htm" />
<area shape="rect" coords="304,113,415,169" href="SD&S.htm" />
</map>
</td></tr>
</table>
Can anyone help?
leaves a huge 5/6 line gap but if you remove the map part and just
show the image it wraps perfectly.
<table align="right"
<tr><td>
<img src='file.asp?uploadid=181' alt="Organisation Chart for the Trust
Informatics Directorate" usemap="#Informatics" border="0">
<map name="Informatics">
<area shape="rect" coords="134,2 283,74" href="InformDir.htm" />
<area shape="rect" coords="0,114,113,171" href="Information.htm" />
<area shape="rect" coords="152,114,265,169" href="ICT.htm" />
<area shape="rect" coords="304,113,415,169" href="SD&S.htm" />
</map>
</td></tr>
</table>
Can anyone help?