06-22-2006, 12:23 AM
|
|
Moo Moo Cow
Join Date: Mar 2004
Location: Washington State
Posts: 14,748
|
Quote:
Originally Posted by Webby
Try this... think it may be what you mean...
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
Tho some of these terms are not OK for all browsers.
|
that combined with:
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
Usually does the trick
|
|
|