| ||||
| Respuesta: Centrar texto Para conseguir exactamente lo que tienes ahí es mucho más sencillo: Cita: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Vercceti</title> <style type="text/css"> #footer {margin: 0 auto; text-align: center;background-image:url(http://img205.imageshack.us/img205/1...oter1kn2.gif); height:120px;width:85%;} p {margin: 0; line-height: 40px; color: #FFF;} </style> </head> <body> <div id="footer"> <p>Footer 1</p> <p>Footer2</p> <p>Footer3</p> </div> </body> </html>
__________________ No esperes que nadie haga más esfuerzo en responderte que el que hagas tú en preguntar. |