Hello,
I use Frontpage to design my web site. I've added the following script above the html tag on the index page.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Then after the </head> tag Frontpage has added the following code
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="background03.jpg" bgcolor="#A8B6D0">
so that the content will be at the very top, left side of the page etc. In IE the page goes to the extreme left, right, top etc as it was hoped it would, however when I view the page in Firefox it does not.
So what have I missed.
Cheers in advance
Abbas
I use Frontpage to design my web site. I've added the following script above the html tag on the index page.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Then after the </head> tag Frontpage has added the following code
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="background03.jpg" bgcolor="#A8B6D0">
so that the content will be at the very top, left side of the page etc. In IE the page goes to the extreme left, right, top etc as it was hoped it would, however when I view the page in Firefox it does not.
So what have I missed.
Cheers in advance
Abbas
Comment