jueves, 14 de octubre de 2010

width manual

[CodingHorror]
 1 <table style="border-color: Gray; border: 1;">
 2         <tr>
 3             <td>
 4                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 5                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 6             </td>
 7             <td>
 8                 <asp:Label ID="lblContacto" runat="server" Text="Contacto:" />
 9             </td>
10             <td>
11                 <c1:TextBox ID="txtContactoText" runat="server" CausesValidation="false"
12                     Width="300"></c1:TextBox>
13             </td>
14             <td>
15                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
16             </td>

No hay comentarios:

Publicar un comentario