Body Tags

liunx

Guest
Hi Everyone,<br />
<br />
I often use <br />
<body marginwidth=0 marginheight=0 leftmargin=0 topmargin= 0> in my pages, but in some browsers things seem to disappear and get positioned badly. <br />
<br />
For example, at <!-- m --><a class="postlink" href="http://www.projectmanagement.co.za">http://www.projectmanagement.co.za</a><!-- m --> and <!-- m --><a class="postlink" href="http://www.foodresearch.net">http://www.foodresearch.net</a><!-- m --> everything looks OK in Netscape and Explorer, but in K-Meleon ("Mozilla for Windows") and Explorer for Mac, the menus disappear and the top pics get shifted. As far as the menus are concerned, I have been advised to put them in tables rather than to give absolute coordinates, but I still dunno what to do about the pics. I want them to sit flush against the edge of the window in browsers that accommodate that.<br />
<br />
Any ideas would be appreciated.<!--content-->for one, this<br />
<br />
<body marginwidth=0 marginheight=0 leftmargin=0 topmargin= 0><br />
<br />
will not effect the layout of the page. it just takes the farthest edges and makes them 0. it doesn't effect the images or text not showing up. that will be in your css file if you use one.<br />
<br />
also<br />
<br />
K-Meleon ("Mozilla for Windows") ?? huh they make a Mozilla for windows, it is called "Mozilla" of all things, so what is K-Meleon??<br />
<br />
I wouldn't worry about that browser as it is not even that popular.<!--content--><body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0><br />
<br />
Some versions of Netscape ignore unquoted attributes. It won't solve the problem in all browsers, but will mean that it breaks in less:<br />
<br />
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"><!--content-->
 
Back
Top