designer problems

J

Jimmy

Hi

I am trying to get the layout of my page right.If I move my 'land' column to
the right it messes up the rest of my table..

what is wrong here?

code:




<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE cellSpacing="0" cellPadding="2" border="0">
<tr>
<td valign="top" width="847" style="WIDTH: 847px">
<asp:panel id="pnlStreetAddr" Runat="server"
CssClass="pnlBorderBottom" visible="false" Width="816px"
Height="152px">
<TABLE style="WIDTH: 648px; HEIGHT: 156px" cellSpacing="0"
cellPadding="2" border="0">
<TR>
<TD style="WIDTH: 93px; HEIGHT: 23px" width="93">Adres
</TD>
<TD style="WIDTH: 529px; HEIGHT: 23px" colSpan="3"><B>
<asp:Label id="lblCurStreetAddr"
runat="server"></asp:Label></B></TD>
</TR>
<TR vAlign="top">
<TD style="WIDTH: 93px; HEIGHT: 26px"><B>Nieuw adres</B></TD>
<TD style="WIDTH: 81px; HEIGHT: 26px">Straat:</TD>
<TD style="WIDTH: 444px" vAlign="top" colSpan="2">
<asp:TextBox id="txtNewStreetAddr" Width="304px" Height="48px"
Runat="server" Font-Names="Arial"
TextMode="MultiLine"></asp:TextBox></TD>
<TR vAlign="top">
<TD style="WIDTH: 93px; HEIGHT: 9px">&nbsp;</TD>
<TD style="WIDTH: 81px; HEIGHT: 9px">Stad</TD>
<TD style="WIDTH: 444px; HEIGHT: 9px" colSpan="2">
<asp:TextBox id="txtNewSuburb" Width="144px"
Runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 93px; HEIGHT: 5px">&nbsp;</TD>
<TD style="WIDTH: 81px; HEIGHT: 5px">provincie</TD>
<TD style="WIDTH: 92px; HEIGHT: 5px">postcode</TD>
<TD style="WIDTH: 339px; HEIGHT: 5px">land</TD>
</TR>
<TR>
<TD style="WIDTH: 93px">&nbsp;</TD>
<TD style="WIDTH: 81px">
<asp:TextBox id="txtNewState" Runat="server"
width="72px"></asp:TextBox></TD>
<TD style="WIDTH: 92px">
<asp:TextBox id="txtNewPostCode" Runat="server"
width="80px"></asp:TextBox></TD>
<TD style="WIDTH: 339px" align="top">
<asp:DropDownList id="ddlNewCountry" Width="136px"
Runat="server"></asp:DropDownList></TD>
</TR>
</TABLE>
</asp:panel>
</td>
</tr>
</TABLE>
</form>
</body>
</HTML>


ch Jimmy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top