Page margins in Firefox

K

karanovicm

Hi
I have a problem with page margins in Firefox, it always show some
white margins arround what I don't like, in IE6 everything is fine.
This is part of code.
.............
</head>
<body bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0">
<form id="form1" runat="server">
..................
Thanks
Marinko
 
K

karanovicm

I just got it
I didn't include "body" margins in CSS

body
{
margin-left:0;
margin-top:0;
background-color:White;
font-size: 8pt;
font-family: Tahoma, Verdana, 'Times New Roman';
......................


Marinko
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top