http://details.at/imglinktest.cfm
There are two small icons, and you can see an underscore between them.
I didn't put that there.
In the body of the page, all I have is this code.
<a href="http://google.com">
<img src="../graphics/edit.gif" alt="edit" title="click this icon to edit your page">
</a>
<a href="http://google.com">
<img src="../graphics/delete.gif" alt="delete" title="click this icon to delete your page">
</a>
Now, If I put a BR tag between them, the underscore disappears, but they are vertically stacked.
I need them side by side. Not sure why this is happening. Happens in all browsers.
There are two small icons, and you can see an underscore between them.
I didn't put that there.
In the body of the page, all I have is this code.
<a href="http://google.com">
<img src="../graphics/edit.gif" alt="edit" title="click this icon to edit your page">
</a>
<a href="http://google.com">
<img src="../graphics/delete.gif" alt="delete" title="click this icon to delete your page">
</a>
Now, If I put a BR tag between them, the underscore disappears, but they are vertically stacked.
I need them side by side. Not sure why this is happening. Happens in all browsers.