td border

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Apr 2009
Posts: 33
Reputation: ritu verma is an unknown quantity at this point 
Solved Threads: 1
ritu verma ritu verma is offline Offline
Light Poster

td border

 
0
  #1
Oct 11th, 2009
I want to ahve td border,But there is no property border,Can somebody tell me how to set td boder?
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 66
Reputation: reach_yousuf is an unknown quantity at this point 
Solved Threads: 12
reach_yousuf reach_yousuf is offline Offline
Junior Poster in Training
 
0
  #2
Oct 12th, 2009
Hi
Use the following Code
  1. <table>
  2.  
  3. <tr>
  4. <td style="border:dotted">
  5. <asp:Label ID="Label1" runat="server" Text=""></asp:Label>
  6. </td>
  7. </tr>
  8. </table>

Mark as solved if it helps..
Yousuf
Software Developer
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC