alguien sabe como hacer que una imagen se alinie al fondo del documento
Código:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin título</title>
</head>
<body>
<img src="Images/abajo.gif" border="0" align="bottom">
</body>
</html>
es decir que una imagen este hasta abajo sin importar si hay texto o no @_@