- Sep 21, 2000
- 4
- 0
- 0
I'm creating a web page using style sheets and i'm having trouble with the margins. I want the margins to be 0 so everythin is flush to the upper left corner of the screen. This works fine under IE but with Netscape there is still a small white border there and I can't seem to get rid of it. Here's the code i'm using:
<STYLE>
BODY {background-image: url(watermark3.gif); background-repeat: no-repeat;
margin-top:0%; margin-left: 0%; background-color: #ffffff}
</STYLE>
I'm using style sheets because I have an image that I want in the background of the webpage but I don't want the image to tile if the table gets extended beyond the bottom of the image. Is there any way of turning off tiling with just the basic 'background=' command? Any other way to get this image as the background that doesn't tile? Any help would be appreciated.
<STYLE>
BODY {background-image: url(watermark3.gif); background-repeat: no-repeat;
margin-top:0%; margin-left: 0%; background-color: #ffffff}
</STYLE>
I'm using style sheets because I have an image that I want in the background of the webpage but I don't want the image to tile if the table gets extended beyond the bottom of the image. Is there any way of turning off tiling with just the basic 'background=' command? Any other way to get this image as the background that doesn't tile? Any help would be appreciated.