Whats wrong with my code ??
Why is there a gap between the header and middle ?
What it looks like:
Code:
HTML Code:<!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>Box</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> <!-- body { text-align: center; background-color: #ffffff; } #container { width: 437px; } #top { background: url(images/box/top3.png); height: 30px; } #mid { background: url(images/box/mid2.png); } #bot { background: url(images/box/bot2.png); height: 9px; } --> </style> </head> <body> <div id="container"> <div id="top"><b>Hello</b></div><BR> <div id="mid"><BR><BR><BR><BR><BR></div> <div id="bot"></div> </div> </body> </center> </html>






Reply With Quote



