Foros del Web » Creando para Internet » HTML »

Como le hago

Estas en el tema de Como le hago en el foro de HTML en Foros del Web. Tengo este código <table cellspacing=0 cellpadding=0 border=0 width=100%> <tr> <td width="50%"> <table width=93% border=1 cellpadding=2 cellspacing=2 align=center style="border-collapse: collapse;"> <td width="15%" style="font-family: Arial; font-size: 8 ...
  #1 (permalink)  
Antiguo 03/03/2003, 09:42
 
Fecha de Ingreso: julio-2002
Mensajes: 105
Antigüedad: 21 años, 8 meses
Puntos: 0
Como le hago

Tengo este código

<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr>
<td width="50%">
<table width=93% border=1 cellpadding=2 cellspacing=2 align=center style="border-collapse: collapse;">
<td width="15%" style="font-family: Arial; font-size: 8 pt;" bgcolor="#0C6053"><div align="right"><font color="white"><strong>&nbsp;&nbsp;Problema</strong></font></div></td>
<td width="85%" style="font-family: Arial; font-size: 8 pt;"><textarea style="font-family: Arial; font-size: 8 pt;" name="Problema" cols="53" rows="9"></textarea></td>
</table>
<td>
<td width="50%">
<table width=93% border=1 cellpadding=2 cellspacing=2 align=center style="border-collapse: collapse;">
<td width="15%" style="font-family: Arial; font-size: 8 pt;" bgcolor="#0C6053"><div align="right"><font color="white"><strong>&nbsp;&nbsp;Problema</strong></font></div></td>
<td width="85%" style="font-family: Arial; font-size: 8 pt;"><textarea style="font-family: Arial; font-size: 8 pt;" name="Problema" cols="53" rows="9"></textarea></td>
</table>
</td>
</tr>
</table>

que cuando lo ejecuto con una resolución de 800x600 sale perfecto en pantalla, pero cuando le cambio la resolución a 1024 x 768 sale defasado.


Alguién podra pobrar el codigo para que vean que es lo que hace y asi me puedan entender...


¿Cómo le hago para controlar esro... ?
  #2 (permalink)  
Antiguo 03/03/2003, 09:49
Avatar de Cain  
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 2 meses
Puntos: 17
Corregido y centrado

Código:
<div align="center">
 <table align="center" cellspacing=0 cellpadding=0 border=0 width=800>
<tr>
<td width="50%">
<table width=93% border=1 cellpadding=2 cellspacing=2 align=center style="border-collapse: collapse;">
<td width="15%" style="font-family: Arial; font-size: 8 pt;" bgcolor="#0C6053"><div align="right"><font color="white"><strong>  Problema</strong></font></div></td>
<td width="85%" style="font-family: Arial; font-size: 8 pt;"><textarea style="font-family: Arial; font-size: 8 pt;" name="Problema" cols="53" rows="9"></textarea></td>
</table>
<td>
<td width="50%">
<table width=93% border=1 cellpadding=2 cellspacing=2 align=center style="border-collapse: collapse;">
<td width="15%" style="font-family: Arial; font-size: 8 pt;" bgcolor="#0C6053"><div align="right"><font color="white"><strong>  Problema</strong></font></div></td>
<td width="85%" style="font-family: Arial; font-size: 8 pt;"><textarea style="font-family: Arial; font-size: 8 pt;" name="Problema" cols="53" rows="9"></textarea></td>
</table>
</td>
</tr>
</table> 
</div> 
__________________
M a l d i t o F r i k i
  #3 (permalink)  
Antiguo 03/03/2003, 09:58
 
Fecha de Ingreso: julio-2002
Mensajes: 105
Antigüedad: 21 años, 8 meses
Puntos: 0
Como le hago

Pero NO quiero que salga el scrollbar de la parte inferior.
Además de que teniendo la resolución 800x600 que sale bien, será posible que salga igual que en la 1204 x 768
  #4 (permalink)  
Antiguo 03/03/2003, 10:04
Avatar de Cain  
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 2 meses
Puntos: 17
Igual no te puede quedar por la sencilla razón que a mayor resolución, mayor espacio disponible.

Intenta acomodar la tabla con porcentajes para asegurarte que te quede bien, y ten en cuenta que Internet no es una pantalla de televisión estática, que los usuarios pueden necesitar el scroll bar y que no es lo mismo 800x600 en un Windows 95 que en un Windows XP con las barras anchas
__________________
M a l d i t o F r i k i
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:25.