2 of 11 Images in Table not Hyperlinking in FF - HELP?

Discussion in 'HTML & Website Design' started by skorpion, Jan 31, 2010.

  1. #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!

    
    
    <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>
    		[COLOR="Red"]<td>
    			<a href="http://***.com/category/office-library"><img src="images/thumb-office-library.png" width="293" height="207" alt=""></a></td>[/COLOR]
    		<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>
    		[COLOR="Red"]<td>
    			<a href="http://***.com/category/entry-hallway"><img src="images/thumb-entry-hallway.png" width="293" height="207" alt=""></a></td>[/COLOR]
    	</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>
    Code (markup):
     
    skorpion, Jan 31, 2010 IP
  2. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #2
    But it works. Can you write the url here?
     
    s_ruben, Feb 1, 2010 IP
  3. skorpion

    skorpion Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This has been SOLVED! Was a conflicting div id width set on my homepage.
     
    skorpion, Feb 1, 2010 IP