PDA

View Full Version : CSS page margins



PinkFM
04-04-2007, 10:34 PM
I don't want any margins on my page and I need the CSS for it.
The HTML version is posted below.

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">

Edited by L&#181;ke (Forum Moderator): Thread Moved From Website Designing. Please post in the correct section next time, Thanks :).

Colin-Roberts
04-04-2007, 10:37 PM
body {margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;} makes longer

PinkFM
04-04-2007, 10:42 PM
makes longer

Thankyou, +rep

Want to hide these adverts? Register an account for free!