What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Banner with image links showing border

Mgauf

New member
Hello all.

New to the forum. I am old school website designer from the 1990s and 2000s. BBEdit. Code everything from a blank page, etc.
I have a banner that I cut into 4 separate pieces, 3 of which are links. I can't seem to get rid of the hairline border around each of the cells housing those images.the borders appear in Safari, Firefox and Chrome. Here's the code:
<table border="0" width="725">
<tr>
<td><img src="images/HmPgLogo.jpg" alt="Painted Axe Logo" width="216" height="106" border="0"></td>
<td><img src="images/GalleryBut.jpg" alt="Painted Axe Gallery" width="181" height="106" border="0"></td>
<td>
<a href="#About"><img src="images/AboutBut.jpg" alt="Painted Axe About" width="145" height="106" border="0"></a>
</td>
<td>
<a href="#Contact"><img src="images/ContactBut.jpg" alt="Painted Axe Contact" width="181" height="106" border="0"></a>
</td>
</tr>
</table>

I've also attached a pic of the banner. Any help would be greatly appreciated. Thanks in advance.
 

Attachments

  • Screenshot 2024-01-06 at 6.36.05 PM.png
    Screenshot 2024-01-06 at 6.36.05 PM.png
    359.5 KB · Views: 1
Back
Top