brendita
10-05-2005, 05:28 PM
Can anyone see why this is leaving a margin on the right-hand side of my page? I can't see it...
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Main.aspx.vb" Inherits="ScottClarkLaw.Main"%>
<%@ Register TagPrefix="cc1" Namespace="skmMenu" Assembly="skmMenu" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Offices of Scott M. Clark</title>
</HEAD>
<body leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" height="10%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align="center" bgColor="gainsboro"><FONT color="navy" size="7">Offices of Scott M.
Clark</FONT></TD>
</TR>
</TABLE>
<TABLE id="Table5" height="10" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align="center"><cc1:menu id="Menu1" runat="server" ItemPadding="0" HighlightTopMenu="False" GridLines="None"
Layout="Horizontal" Cursor="Pointer" ForeColor="Navy" Width="500px" zIndex="1000" MenuFadeDelay="1">
<SelectedMenuItemStyle ForeColor="#C04000"></SelectedMenuItemStyle>
</cc1:menu></TD>
</TR>
</TABLE>
<TABLE id="Table2" height="85%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align="center">Welcome!</TD>
</TR>
</TABLE>
<TABLE id="Table3" height="5%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR vAlign="bottom">
<td width="30%" bgColor="gainsboro"><FONT size="1">Copyright 2005 by <B>Law Offices Of
Scott M. Clark</B><BR>
All Rights Reserved</FONT></td>
<td width="35%" bgColor="gainsboro"></td>
<TD width="35%" bgColor="gainsboro"></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Main.aspx.vb" Inherits="ScottClarkLaw.Main"%>
<%@ Register TagPrefix="cc1" Namespace="skmMenu" Assembly="skmMenu" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Offices of Scott M. Clark</title>
</HEAD>
<body leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" height="10%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align="center" bgColor="gainsboro"><FONT color="navy" size="7">Offices of Scott M.
Clark</FONT></TD>
</TR>
</TABLE>
<TABLE id="Table5" height="10" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align="center"><cc1:menu id="Menu1" runat="server" ItemPadding="0" HighlightTopMenu="False" GridLines="None"
Layout="Horizontal" Cursor="Pointer" ForeColor="Navy" Width="500px" zIndex="1000" MenuFadeDelay="1">
<SelectedMenuItemStyle ForeColor="#C04000"></SelectedMenuItemStyle>
</cc1:menu></TD>
</TR>
</TABLE>
<TABLE id="Table2" height="85%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align="center">Welcome!</TD>
</TR>
</TABLE>
<TABLE id="Table3" height="5%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR vAlign="bottom">
<td width="30%" bgColor="gainsboro"><FONT size="1">Copyright 2005 by <B>Law Offices Of
Scott M. Clark</B><BR>
All Rights Reserved</FONT></td>
<td width="35%" bgColor="gainsboro"></td>
<TD width="35%" bgColor="gainsboro"></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>