I put togather this website: http://www.theriverviewinn.com
The site is built with Joomla. The home page consists of two tables. The two tables align vertically in IE/Firefox but they align vertically in chrome/safari ... I tried many times but no luck ... here is the HTML code for the home page:
<h3><font face="book antiqua,palatino">Home</font> </h3>
<table cellspacing="5" cellpadding="5" width="900">
<tr>
<iframe align="left" src="http://www.theriverviewinn.com/rvstie/images/FrontPageSlide/slide.html" width="730" height="490">
<p>Your browser does not support iframes.</p>
</iframe>
</tr>
<tr>
<td>
<p>
<font face="book antiqua" size="3"> We offer a variety of amenities designed to exceed your expectations, including:</font>
</p>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="5" width="700">
<tr>
<td><p><font face="book antiqua" size="3">
• Complimentary breakfast <br />
• McKenzie’s Lounge <br />
• Indoor heated pool & deck <br /> overlooking the Cumberland River <br />
</font></p>
</td>
<td><p><font face="book antiqua" size="3">
• Free high-speed wireless internet <br />
• Complimentary USA Today <br />
• Business center <br />
• Fitness Center <br />
• Meeting space & banquet facilities <br /></font></p>
</td>
</tr>
</table>
Any hints???? Could be a problem with the Joomla CSS?