gib65
10-07-2009, 07:55 PM
Hello,
I'm trying to program a couple unordered lists into my web page and I encountering a problem.
I can't seem to align them with the top of the cell. They act as if there's an extra list item above the first one.
Here's the URL to the page: http://www.cactusridgerr.com/CCRR/comfort.htm
Here's the code for the bottom two cells with the lists in them:
<tr>
<td style="vertical-align: top; padding-left: 0px; padding-top: 0px;">
<ul type="disc" style="margin: 1em;">
<li>Elegant dining room</li>
<li>Fireside lounge</li>
<li>Library and computer room</li>
<li>Craft room & country kitchen</li>
</ul>
</td>
<td style="vertical-align: top; padding-left: 0px; padding-top: 0px;">
<ul type="disc" style="margin: 1em;">
<li>Wellness and exercise spa</li>
<li>Beauty salon</li>
<li>Theater and multi-purpose room</li>
</ul>
</td>
</tr>
Does anyone know why they refuse to be aligned with the top of the cells?
I'm trying to program a couple unordered lists into my web page and I encountering a problem.
I can't seem to align them with the top of the cell. They act as if there's an extra list item above the first one.
Here's the URL to the page: http://www.cactusridgerr.com/CCRR/comfort.htm
Here's the code for the bottom two cells with the lists in them:
<tr>
<td style="vertical-align: top; padding-left: 0px; padding-top: 0px;">
<ul type="disc" style="margin: 1em;">
<li>Elegant dining room</li>
<li>Fireside lounge</li>
<li>Library and computer room</li>
<li>Craft room & country kitchen</li>
</ul>
</td>
<td style="vertical-align: top; padding-left: 0px; padding-top: 0px;">
<ul type="disc" style="margin: 1em;">
<li>Wellness and exercise spa</li>
<li>Beauty salon</li>
<li>Theater and multi-purpose room</li>
</ul>
</td>
</tr>
Does anyone know why they refuse to be aligned with the top of the cells?