DIV for clear
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>*KHAKI*</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> .clear { clear: both; overflow: hidden; width: 0; height: 1px; } </style> </head> <body> <div class="clear"></div> </body> </html>