Question : Tabel Cell Not Align correctly

See Image, I have a table in .aspx where the second column is not aligning at the top. Want to display Registration Summary, Confirmation page.

Need another pair of eyes, your help is appreciated.

 
 
Registration Summary Page
339057
 
 
Registration Summary Page
339057
 
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
<table>
<tr>
<td style="width: 325px"><h2>Organization Information</h2>
<p><asp:Label runat="server" ID="OrgNameSummary">Organization Name:  </asp:Label> <asp:Label runat="server" ID="OrgnameEntry"> <%=OrgName.Text%></asp:Label></p>
<p><asp:Label runat="server" ID="OrgNickNameSummary">Organization NickName:  </asp:Label> <asp:Label runat="server" ID="OrgNickNameEntry"><%=OrgNickName.Text%> </asp:Label></p>
<p><asp:Label runat="server" ID="OrgDescSummary">Organization Description:  </asp:Label> <asp:Label runat="server" ID="OrgDescEntry"> <%=OrgDescDDL.Text%></asp:Label></p>
<p><asp:Label runat="server" ID="OrgMemSizeSummary">Organization Member Size:  </asp:Label> <asp:Label runat="server" ID="OrgMemberSizeEntry"><%=OrgMemberSizeDDL.Text%> </asp:Label></p>
<p><asp:Label runat="server" ID="OrgPrimaryZipSummary">Organization Primary Zip:  </asp:Label> <asp:Label runat="server" ID="OrgPrimaryZipEntry"> <%=OrgZipCode.Text%></asp:Label> </p>
                                    </td>
                                   
<td style="width: 325px;"><h2>Account Information</h2>
<p><asp:Label runat="server" ID="UserNameSummary">UserName:  </asp:Label> <asp:Label runat="server" ID="UserNameEntry"/> </p>
<p><asp:Label runat="server" ID="PasswordSummary">Password:  </asp:Label> <asp:Label runat="server" ID="PasswordEntry"/></p>
<p><asp:Label runat="server" ID="SecurityQuestionSummary">Security Question:  </asp:Label> <asp:Label runat="server" ID="SecurityQuestionEntry"/> </p>
<p><asp:Label runat="server" ID="SecurityAnswerSummary">Security Answer:  </asp:Label> <asp:Label runat="server" ID="SecurityAnswerEntry"/> </p>
</td>
</tr>

<tr>
<td><h2>Organization Contact Information</h2>
<p><asp:Label runat="server" ID="OrgContactNameSummary">Organization Contact Name:  </asp:Label> <asp:Label runat="server" ID="OrgContactNameEntry"><%=OrgContactName.Text%> </asp:Label> </p>
<p><asp:Label runat="server" ID="OrgContactPhoneSummary">Organization Contact Phone:  </asp:Label> <asp:Label runat="server" ID="OrgContactPhoneEntry"> <%=OrgContactPhone.Text%> </asp:Label> </p>

<p><asp:Label runat="server" ID="OrgContactEmailSummary">Organization Contact Email:  </asp:Label> <asp:Label runat="server" ID="OrgContactEmailEntry"> <%=OrgContactEmail.Text%> </asp:Label></p>
</td>
                                    
<td><h2>Organization Contact Role </h2>
<p><asp:Label runat="server" ID="OrgContactUserRole" Text="Site Admin"/></p>
</td>
</tr>
</table>

Answer : Tabel Cell Not Align correctly

Actually I do not see the problem, is it possible that you have zoomed in on the browser?  Maybe try to reset the view to 100%.
Random Solutions  
 
programming4us programming4us