Foros del Web » Creando para Internet » HTML »

Alineacion base en html

Estas en el tema de Alineacion base en html en el foro de HTML en Foros del Web. Hola foreros, estoy haciendo una web en HTML, y mi problema es que cuando quiero ingresar una tabla en el pie me permita ubicarse de ...
  #1 (permalink)  
Antiguo 21/06/2010, 18:39
 
Fecha de Ingreso: mayo-2006
Mensajes: 31
Antigüedad: 17 años, 11 meses
Puntos: 0
Alineacion base en html

Hola foreros, estoy haciendo una web en HTML, y mi problema es que cuando quiero ingresar una tabla en el pie me permita ubicarse de acuerdo a la ventana del explorer, seria algo asi como un boton atras, el tema esta que cuando la abro en un monitor de 24" la parte de abajo de la web me queda arriba.

GRACIAS.
  #2 (permalink)  
Antiguo 21/06/2010, 21:31
Avatar de C2am  
Fecha de Ingreso: enero-2009
Ubicación: Rosario, Argentina
Mensajes: 2.005
Antigüedad: 15 años, 3 meses
Puntos: 306
Respuesta: Alineacion base en html

mejor postea el codigo que usas: css y html
saludos
__________________
El mundo nada puede contra un hombre que canta en la miseria.
-- Ernesto Sábato--
  #3 (permalink)  
Antiguo 24/06/2010, 17:47
 
Fecha de Ingreso: mayo-2006
Mensajes: 31
Antigüedad: 17 años, 11 meses
Puntos: 0
Respuesta: Alineacion base en html

te dejo en html !!

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RSI Clientes</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.Estilo2 {
font-family: "trebuchet MS";
font-size: 11px;
}
.Estilo7 {font-family: "trebuchet MS"; font-size: 12px; color: #999999; }
a:link {
color: #999999;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #999999;
}
a:hover {
text-decoration: none;
color: #00B0E5;
}
a:active {
text-decoration: none;
color: #999999;
}
.Estilo9 {
color: #FF6600
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="198" valign="top" background="fondo.png"><table width="975" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="719"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','719','heigh t','190','src','banner_arriba_flash','quality','hi gh','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','banner_arriba_flash' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="719" height="190">
<param name="movie" value="banner_arriba_flash.swf" />
<param name="quality" value="high" />
<embed src="banner_arriba_flash.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="719" height="190"></embed>
</object></noscript></td>
<td width="256">&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
<map name="Map" id="Map">
<area shape="rect" coords="2,0,102,22" href="contacto.html" target="_parent" alt="Envíenos un Formulario de Consulta" />
</map>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="21" height="30">&nbsp;</td>
<td width="799">&nbsp;</td>
<td width="138" align="center" valign="middle">&nbsp;</td>
<td width="98"><img src="contacto.png" alt="" width="98" height="23" border="0" usemap="#Map" /></td>
<td width="32">&nbsp;</td>
</tr>
</table>
<p>&nbsp;</p>
<table width="367" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="143"><table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="inicio.png" alt="" width="131" height="100" /></td>
</tr>
</table></td>
<td width="18">&nbsp;</td>
<td width="206"><table width="194" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td><span class="Estilo7">+ <a href="planes.html" title="Comiense a Disfrutar de los Planes que le ofrece RSI Clientes" target="_parent">Adquirir un Plan</a></span></td>
</tr>
<tr>
<td><span class="Estilo7">+ <a href="soporte_tecnico.html" title="Desde aquí podrá realizar el Proceso para Solicitar Soporte Técnico a su Domicilio" target="_parent">Solicitar Soporte Técnico</a></span></td>
</tr>
<tr>
<td class="Estilo7">+ <a href="seguimiento.html" title="Segui ONLINE el Estado de tu PC en Laboratorio" target="_parent">Seguimiento On Line</a></td>
</tr>
</table></td>
</tr>
</table>
<p>&nbsp;</p>
<p class="Estilo2">&nbsp;</p>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="Estilo7"><ul>
<li> Politica de Privacidad</li>
</ul></td>
</tr>
</table>
<SCRIPT languague="JavaScript">
<!--
var cuenta=0
var texto="RSI Clientes "
function scrolltexto () {
window.status=texto.substring (cuenta,texto.length)+ texto.substring(0,cuenta)
if (cuenta <texto.length){ cuenta ++
}else{
cuenta=0
}
setTimeout("scrolltexto()",150)
}
scrolltexto ()
//-->
</SCRIPT>
</body>
</html>

Etiquetas: alineacion
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 06:29.