One of my table cells isn't letting the width be fully used up. It acts as if there's a 2 inch margin on the right side of one of the cells.
Could you help me fix this? The code is below.
Thank you!!
Ryan
------------------------------------------
<html>
<head>
<style type="text/css">
.border
{
border-style: ridge;
border-left-width: 3px;
border-right-width: 3px;
border-top-width: 3px;
border-bottom-width: 3px
}
</style>
</HEAD>
<body>
<TABLE BORDER="0" WIDTH="780" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD class="border" WIDTH="118" valign="top" align="left" bgcolor="#663399">
<ul id="sectionNav">
<li>link</li>
<li>link</li>
<li>link></li>
<li>link</li>
</ul>
</TD>
<TD class="border" WIDTH="25" border="1" valign="top">a</TD>
<!-- Content begins here -->
<TD WIDTH="455" class="border" VALIGN="top" align="right"><BR>
Why doesn't this go to the far right of the table cell, but stops about 2 inches befoer
</TD>
</TR>
</TABLE>
</body>
</html>
Could you help me fix this? The code is below.
Thank you!!
Ryan
------------------------------------------
<html>
<head>
<style type="text/css">
.border
{
border-style: ridge;
border-left-width: 3px;
border-right-width: 3px;
border-top-width: 3px;
border-bottom-width: 3px
}
</style>
</HEAD>
<body>
<TABLE BORDER="0" WIDTH="780" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD class="border" WIDTH="118" valign="top" align="left" bgcolor="#663399">
<ul id="sectionNav">
<li>link</li>
<li>link</li>
<li>link></li>
<li>link</li>
</ul>
</TD>
<TD class="border" WIDTH="25" border="1" valign="top">a</TD>
<!-- Content begins here -->
<TD WIDTH="455" class="border" VALIGN="top" align="right"><BR>
Why doesn't this go to the far right of the table cell, but stops about 2 inches befoer
</TD>
</TR>
</TABLE>
</body>
</html>