Ten Twenty seems to put borders on Tables automatically, anything I can do with CSS to make them go away?:
http://tritoncommunities.com/neighborhoods/wolf-ranch/fremont/floor-plans/
Here is my table code:
<table border="”0″">
<tbody>
<tr>
<td>
<h5 style="text-align: center;">First Floor</h5>
</td>
<td>
<h5 style="text-align: center;">Second Floor</h5>
</td>
</tr>
<tr>
<td>
<p style="text-align: center;"><img class="size-thumbnail wp-image-1094 aligncenter" title="Fremont Model The Overlook at Wolf Ranch First Floor" src="http://tritoncommunities.files.wordpress.com/2010/09/escalante-first-floor-10241.jpg?w=117" alt="Fremont Model The Overlook at Wolf Ranch First Floor" width="300" height="383" /></p>
</td>
<td><img class="aligncenter size-thumbnail wp-image-1102" title="Fremont Model The Overlook at Wolf Ranch Second Floor" src="http://tritoncommunities.files.wordpress.com/2010/09/fremont-second-floor.jpg?w=115" alt="Fremont Model The Overlook at Wolf Ranch Second Floor" width="300" height="392" /></td>
</tr>
</tbody>
</table>