GRACIAS.
| |||
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. |
| |||
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"> </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"> </td> <td width="799"> </td> <td width="138" align="center" valign="middle"> </td> <td width="98"><img src="contacto.png" alt="" width="98" height="23" border="0" usemap="#Map" /></td> <td width="32"> </td> </tr> </table> <p> </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"> </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> </p> <p class="Estilo2"> </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: |