2 of 11 Images in Table not Hyperlinking in FF - HELP?
#1
I realize this should be done w/ css but I've got this table on an existing website and the two images below in red aren't linking as the others are.

The urls are correct, images paths are all correct.

This issue is only with Firefox and Chrome. They work fine in IE.

Can anyone help?? I'd really appreciate it!

Code:
<table id="Table_01" width="940" height="545" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td colspan="7">
            <img src="images/category-thumbs-sliced_01.png" width="940" height="101" alt=""></td>
    </tr>
    <tr>
        <td rowspan="4">
            <img src="images/category-thumbs-sliced_02.png" width="16" height="444" alt=""></td>
        <td>
            <a href="http://***.com/category/bedroom"><img src="images/thumb-bedroom.png" width="293" height="207" alt=""></a></td>
        <td rowspan="4">
            <img src="images/category-thumbs-sliced_04.png" width="15" height="444" alt=""></td>
        <td>
            <a href="http://***.com/category/dining-room"><img src="images/thumb-dining.png" width="293" height="207" alt=""></a></td>
        <td rowspan="4">
            <img src="images/category-thumbs-sliced_06.png" width="15" height="444" alt=""></td>
        <td>
            <a href="http://***.com/category/office-library"><img src="images/thumb-office-library.png" width="293" height="207" alt=""></a></td>
        <td rowspan="4">
            <img src="images/category-thumbs-sliced_08.png" width="15" height="444" alt=""></td>
    </tr>
    <tr>
        <td>
            <img src="images/category-thumbs-sliced_09.png" width="293" height="15" alt=""></td>
        <td>
            <img src="images/category-thumbs-sliced_10.png" width="293" height="15" alt=""></td>
        <td>
            <img src="images/category-thumbs-sliced_11.png" width="293" height="15" alt=""></td>
    </tr>
    <tr>
        <td>
            <a href="http://***.com/category/misc"><img src="images/thumb-misc.png" width="293" height="207" alt=""></a></td>
        <td>
            <a href="http://***.com/category/living-room-parlor"><img src="images/thumb-living-parlor.png" width="293" height="207" alt=""></a></td>
        <td>
            <a href="http://***.com/category/entry-hallway"><img src="images/thumb-entry-hallway.png" width="293" height="207" alt=""></a></td>
    </tr>
    <tr>
        <td>
            <img src="images/category-thumbs-sliced_15.png" width="293" height="15" alt=""></td>
        <td>
            <img src="images/category-thumbs-sliced_16.png" width="293" height="15" alt=""></td>
        <td>
            <img src="images/category-thumbs-sliced_17.png" width="293" height="15" alt=""></td>
    </tr>
</table>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)