![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/10/2011, 13:10
|
![Avatar de kakashi20](http://static.forosdelweb.com/customavatars/avatar323186_1.gif) | | | Fecha de Ingreso: septiembre-2009
Mensajes: 616
Antigüedad: 15 años, 4 meses Puntos: 15 | |
Respuesta: no alinea div este es el html
<html>
<head>
<title>...::: RG - Invetario :::...</title>
<link rel="stylesheet" href="css/estilos.css" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<div id="header"></div>
<div id="contenido">
<a href="agregar_producto.php" style="text-decoration:none; color:#666"><div id="agregar_articulo" align="center">
<img src="imagenes/agregar.png" />
<p>Agregar Nuevo Producto</p>
</div></a>
<a href="vender_producto.php" style="text-decoration:none; color:#666"><div id="agregar_articulo" align="center">
<img src="imagenes/vender.jpg" />
<p>Vender Producto</p>
</div></a>
<a href="historial.php" style="text-decoration:none; color:#666"><div id="agregar_articulo" align="center">
<img src="imagenes/historial.png" />
<p>Historial Ventas</p>
</div></a>
<a href="actualizar_precios.php" style="text-decoration:none; color:#666"><div id="agregar_articulo" align="center">
<img src="imagenes/actualizar.jpg" />
<p>Actualizar Precios</p>
</div></a>
</div>
</div>
</body>
</html> |