I'm trying to include some onmouseover text I have on my site when indexing. I've tried putting <!--ZOOMRESTART--> and <!--ZOOMSTOP--> around the text I want to have indexed, but Zoom continues to ignore it.
Code is as follows:
<li><a href="javascript:void(0);" onmouseover="return overlib('Volunteers are needed for nursing homes on a weekly basis. <br> <br> Check with Joe (555-4597).', CAPTION, ' Nursing Homes<br> ', ABOVE, LEFT);" onmouseout="return nd();">Volunteers</a></li>
At this point the only word being indexed is Volunteers. Is there a way to get the red text indexed?
Thanks for your help.
Code is as follows:
<li><a href="javascript:void(0);" onmouseover="return overlib('Volunteers are needed for nursing homes on a weekly basis. <br> <br> Check with Joe (555-4597).', CAPTION, ' Nursing Homes<br> ', ABOVE, LEFT);" onmouseout="return nd();">Volunteers</a></li>
At this point the only word being indexed is Volunteers. Is there a way to get the red text indexed?
Thanks for your help.
Comment