I am facing an issue with the HTML code enclosed within a div:
<a href="http://www.mysql.com">
<img src="images/php-power-micro2.png" alt="Image not available" title="PHP" border="0"/>
</a>
<a href="http://www.php.net">
<img src="images/mysql-power.jpg" alt="Image not available" border="0" title="MySQL"/>
</a>
When I view this code, it displays output with an underscore!? between the images:
Interestingly, when there is only one image-link present, the underscore disappears.
I am trying to figure out why this behavior occurs and how I can remove the underscore. Any suggestions?