Forum Moderators: open
However if I leave them out then I get a margin round the whole page. I have tried to remove the margin using the css...
BODY{margin:0px; padding:0px; position:absolute; top:0px; left:0px;}
This still leaves me with a margin.
I understand that margin attributes in the BODY tag are proprietry so I would like to avoid them even though they actually achieve what I want i.e no margin.
What's the work-around?
Regards