![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/10/2011, 09:53
|
![Avatar de abimaelrc](http://static.forosdelweb.com/customavatars/avatar304415_2.gif) | Colaborador | | Fecha de Ingreso: mayo-2009 Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 15 años, 8 meses Puntos: 1517 | |
Respuesta: Pie de página con CSS y XHTML. Podrías hacer algo así
Código HTML:
Ver original<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> *{ margin: 0; padding: 0; } ul{ list-style: none; } #footer{ border-top: 1px solid #ff0000; } #footer li{ float: left; padding: 10px; } #footer li li{ clear: both; padding: 0; }
__________________ Verifica antes de preguntar.
Los verdaderos amigos se hieren con la verdad, para no perderlos con la mentira. - Eugenio Maria de Hostos |