Hi
I was using <BODY leftmargin=20 > which worked ok. but then I changed it to
<BODY style="margin-left:20px;" and this works fine as well.
In order to try and formalise things I decided to use a style sheet so I
linked it in and every other style i have set works fine. but my margin for
the entire page does not work.
... in my page now the body tag has no attributes apart from one.
<BODY vlink="blue" >
and in the linked style sheet/
BODY { margin-left:20px }
What am I doing wrong ?
--
I was using <BODY leftmargin=20 > which worked ok. but then I changed it to
<BODY style="margin-left:20px;" and this works fine as well.
In order to try and formalise things I decided to use a style sheet so I
linked it in and every other style i have set works fine. but my margin for
the entire page does not work.
... in my page now the body tag has no attributes apart from one.
<BODY vlink="blue" >
and in the linked style sheet/
BODY { margin-left:20px }
What am I doing wrong ?
--
Comment