|
-
Table is bumping row down, not aligning to top. Help!
Hey guys, I'm having the weirdest problem with one of my tables...
The page can be viewed here: http://thekevbot.com/fresh/kw/proper...6404/info.html
For some reason, the two right columns that contain the property information are being bumped down, and refuse to align with the top of the image.
Here's my table code:
Code:
<table width="710" border="0" cellpadding="0">
<tr>
<td valign="top" width="355" cellpadding="0">
<p><img src="images/main.jpg" border="0" alt="6404 Chukur Drive"></p>
</td>
<td valign="top" width="186" cellpadding="0">
<h2>Area</h2>
<h2>Type</h2>
<h2>Property Size</h2>
<h2>House Size</h2>
<h2>Storeys</h2>
<h2>Beds</h2>
<h2>Baths</h2>
<h2>Basement</h2>
<h2>MLS®</h2>
</td>
<td valign="top" align="right" width="169">
<h3>Dallas</h3>
<h3>Single-Family</h3>
<h3>19,311 Sq Ft</h3>
<h3>6400 Sq Ft</h3>
<h3>Two Storey</h3>
<h3>3</h3>
<h3>2</h3>
<h3>Full Unfinished</h3>
<h3>88321</h3>
</td>
</tr>
</table>
Can anybody see where this thing is muffing up? This problem has been eluding me for the better part of a week... -_-
Last edited by khaag; 04-29-2011 at 02:37 PM.
Reason: Spelling error
-
valign is deprecated, use:
Code:
<td align="right" width="169" style="vertical-align:top;">
-
You sir, are da bomb! I knew it was something silly like that. Thanks, worked like a charm.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks