table

Reply

Join Date: Feb 2007
Posts: 7
Reputation: paeez is an unknown quantity at this point 
Solved Threads: 0
paeez paeez is offline Offline
Newbie Poster

table

 
0
  #1
Sep 3rd, 2007
hi..iv created a table and placed labels in every row of the table....
when i run it,all the labels misplace in the page as if they have not placed in the rows...
what should i do?
i have another question about the size of a the page...
what size it should be and where i should set it....
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 3
Reputation: jonathan.pucket is an unknown quantity at this point 
Solved Threads: 0
jonathan.pucket jonathan.pucket is offline Offline
Newbie Poster

Re: table

 
0
  #2
Sep 4th, 2007
So you have code that looks like this:

<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<asp:Label runat="server" ID="label1" Text="Some Label Text" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="label2" Text="Some More label Text" />
</td>
</tr>
</table>



right?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 497 | Replies: 1
Thread Tools Search this Thread



Tag cloud for ASP.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC