The latest build of this product (v5.2.0) was released 24 years ago,
which was before this thread was created.
Posted 23 years ago
by gwbill
- Washington State

Somehow, SpiderWriter is adding a bunch of unprintable characters in my image maps. Here is an example:
<IMG height=30 src="MenuIcons/NotablesNorm120.jpg" width=120
useMap=#NotablesMap border=0 name=NotablesMap0>
<MAP NAME="NotablesMap">
<AREA SHAPE="RECT" COORDS="0,0,120,30" HREF="NotableEvents/NotableEventsA.html" ALT="Notable Events"
on-Mouse-Over="if(document.images)
	 	 	 	 	document.NotablesMap0.src='MenuIcons/NotablesOv120.jpg';" onMouseOut="if(document.images) document.NotablesMap0.src='MenuIcons/NotablesNorm120.jpg';"
>
</MAP>
I keep taking them out, but they continue to return. Does anyone have any idea where the repeated sets of " 	" are coming from? It seems to add another set everytime I save the page after an edit.
Bill
<IMG height=30 src="MenuIcons/NotablesNorm120.jpg" width=120
useMap=#NotablesMap border=0 name=NotablesMap0>
<MAP NAME="NotablesMap">
<AREA SHAPE="RECT" COORDS="0,0,120,30" HREF="NotableEvents/NotableEventsA.html" ALT="Notable Events"
on-Mouse-Over="if(document.images)
	 	 	 	 	document.NotablesMap0.src='MenuIcons/NotablesOv120.jpg';" onMouseOut="if(document.images) document.NotablesMap0.src='MenuIcons/NotablesNorm120.jpg';"
>
</MAP>
I keep taking them out, but they continue to return. Does anyone have any idea where the repeated sets of " 	" are coming from? It seems to add another set everytime I save the page after an edit.
Bill