HTML within WP Page - FF Compatibility Issue

Discussion in 'HTML & Website Design' started by skorpion, Dec 6, 2009.

  1. #1
    I've pasted the following code into the source code of a wordpress page.

    It is a sliced PS layout. It displays perfect in IE but in Chrome and FF the image slices are separated vertically.

    click on "WEB DESIGN" in the nav bar.

    source:
    <center>
    	<p><!-- Save for Web Slices (hostingicons.psd) --></p>
    	<table border="0" cellpadding="0" cellspacing="0" height="365" width="658">
    		<tbody>
    			<tr>
    				<td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Ready to Go Website" border="0" height="156" src="http://URLREMOVED.com/images/Readtogo.gif" width="223" /></a></td>
    				<td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Full Custom Website" border="0" height="156" src="http://URLREMOVED.com/images/Fullcustom.gif" width="215" /></a></td>
    				<td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Mini Website" border="0" height="156" src="http://URLREMOVED.com/images/Mini.gif" width="220" /></a></td>
    			</tr>
    			<tr>
    				<td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Custom Wordpress Website" border="0" height="160" src="http://URLREMOVED.com/images/Customwordpress.gif" width="223" /></a></td>
    				<td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Pre Developed Websites" border="0" height="160" src="http://URLREMOVED.com/images/Predev.gif" width="215" /></a></td>
    				<td><a href="http://URLREMOVED.com/compare_websites"> <img alt="Personal Website" border="0" height="160" src="http://URLREMOVED.com/images/personal.gif" width="220" /></a></td>
    			</tr>
    			<tr>
    				<td colspan="3"><a href="http://URLREMOVED.com/compare_websites"> <img alt="Compare Our Website Packages" border="0" height="49" src="http://URLREMOVED.com/images/compare_websites.gif" width="658" /></a></td>
    			</tr>
    		</tbody>
    	</table>
    	<br />
    	<table border="0" cellpadding="0" cellspacing="0" height="365" id="Table_01" width="658"></table>
    <!-- End Save for Web Slices --></center>
    
    HTML:
    Thank you!
     
    Last edited: Dec 6, 2009
    skorpion, Dec 6, 2009 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Then your markup is wrong. Never, ever trust IE to do anything right. You should be using FF or Chrome to design your site while testing for when IE screws things up.

    You have 9 HTML errors and 2 CSS errors that need fixing first.
     
    Last edited: Dec 6, 2009
    drhowarddrfine, Dec 6, 2009 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #3
    btw, breaking up your site's address is only an irritation to those trying to help you and nothing else. Your site is already indexed on Google.
     
    drhowarddrfine, Dec 6, 2009 IP
  4. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #4
    I don't see any differences between FF and IE.
     
    drhowarddrfine, Dec 6, 2009 IP