31/10/2013, 18:18
|
| | | Fecha de Ingreso: octubre-2013 Ubicación: Argentina
Mensajes: 51
Antigüedad: 11 años, 3 meses Puntos: 0 | |
Respuesta: Quitar bordes de pagina web Ayudate con esto! , es muy facil! Sin bordes...
<!doctype html>
<html lang="es" xml:lang="es">
<head>
<meta charset="utf-8">
<title>Documento sin título</title>
</head>
<style type="text/css">
.Sin-Bordes
{
background:#000;
left: 0px;
top: 0px;
}
</style>
<body bgcolor="#000000">
<center>
<table width="100%" height="700" bgcolor="#FFCC33">
<font face="AR CENA" size="+4" color="#FFFFFF">
<p style="animation-delay:">
Ayudando en forosdelweb!
</p>
</font>
</table>
</center>
</body>
</html> |