linea continua en asl sin usar celdas?
Publicado por Sergio (14 intervenciones) el 06/03/2008 18:15:59
Hola
Tengo este código:
<table>
<tr>
<td>
<asp:label id="Label8" Height="21px" Width="96px" Runat="server">Buscar</asp:label>
<igtxt:webtextedit id="WebTextEdit1" Width="256px" runat="server"></igtxt:webtextedit>
</td>
</tr>
</table>
Pero al reproducirlo en el IE7 me aparece la label arriba y el webtextedit debajo...??? En teoriía no debería aparecer seguido?
Si usara dos celdas distintas se que no habría problema:
<table>
<tr>
<td>
<asp:label id="Label8" Height="21px" Width="96px" Runat="server">Buscar</asp:label></td>
<td>
<igtxt:webtextedit id="WebTextEdit1" Width="256px" runat="server"></igtxt:webtextedit>
</td>
</tr>
</table>
Pero por motivos demasiado largos no puedo usar dos celdas distintas... y si las uso debería ocultar TODO el contorno/cuadro de la celda... cambiandole el color imagino a blanco.. cosa que tampoco se si se puede y no se hacer :-P a ver is alguien se la sabe!
Gracias
Tengo este código:
<table>
<tr>
<td>
<asp:label id="Label8" Height="21px" Width="96px" Runat="server">Buscar</asp:label>
<igtxt:webtextedit id="WebTextEdit1" Width="256px" runat="server"></igtxt:webtextedit>
</td>
</tr>
</table>
Pero al reproducirlo en el IE7 me aparece la label arriba y el webtextedit debajo...??? En teoriía no debería aparecer seguido?
Si usara dos celdas distintas se que no habría problema:
<table>
<tr>
<td>
<asp:label id="Label8" Height="21px" Width="96px" Runat="server">Buscar</asp:label></td>
<td>
<igtxt:webtextedit id="WebTextEdit1" Width="256px" runat="server"></igtxt:webtextedit>
</td>
</tr>
</table>
Pero por motivos demasiado largos no puedo usar dos celdas distintas... y si las uso debería ocultar TODO el contorno/cuadro de la celda... cambiandole el color imagino a blanco.. cosa que tampoco se si se puede y no se hacer :-P a ver is alguien se la sabe!
Gracias
Valora esta pregunta


0