sanders720
Programmer
I have an html document that has images referenced as follows:
<a href="ManualP4.htm#highvoltagearea"><img src="defaultgraphics/highvoltagearea.jpg" alt="High Voltage Area" width="75" height="50"></a>
When I click on the image, the pages moves to the text description for that image lower on the same page, as follows:
<a name = "highvoltagearea" id = "highvoltagearea"> </a>
<p>The area is high voltage. In addition to general user precautions, chemical and/or explosive precaution should be taken.</p>
My question is, how can I get the relevant text to the image to be bold, or a different color? There are about 20 of these descriptions with 20 corresponding images. When I click on a new image, everything should be set back to the regular font and the new image should be bold, or a different color.
Thanks in advane for any help you can provide.
<a href="ManualP4.htm#highvoltagearea"><img src="defaultgraphics/highvoltagearea.jpg" alt="High Voltage Area" width="75" height="50"></a>
When I click on the image, the pages moves to the text description for that image lower on the same page, as follows:
<a name = "highvoltagearea" id = "highvoltagearea"> </a>
<p>The area is high voltage. In addition to general user precautions, chemical and/or explosive precaution should be taken.</p>
My question is, how can I get the relevant text to the image to be bold, or a different color? There are about 20 of these descriptions with 20 corresponding images. When I click on a new image, everything should be set back to the regular font and the new image should be bold, or a different color.
Thanks in advane for any help you can provide.