Posted: Tue Jul 24, 2007 10:10 am why the top of my pages don`t touch the browser ?
Hi,
I would like to get rid of the space which is between the top of each of my page and the browser. The following is a link to the web page I’m referring to: http://www.burundivision.org/
You might want to add a complete doctype to get out of quirks mode <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> and change your content type to <meta http-equiv="Content-Type" content="text/html; charset=utf-8">. Then add this to you css to remove all browser default padding and margins.
* {margin:0; padding:0;}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum