G Guest Mar 31, 2005 #1 I have an image that I want to use as my background but it repeats himself. What can I do about this?
I have an image that I want to use as my background but it repeats himself. What can I do about this?
L Linda R Mar 31, 2005 #2 Realmaggie said: I have an image that I want to use as my background but it repeats himself. What can I do about this? Click to expand... Here's one way: <style type="text/css"> <!-- body { background-image: url(background.gif); background-repeat: no-repeat; } --> </style>
Realmaggie said: I have an image that I want to use as my background but it repeats himself. What can I do about this? Click to expand... Here's one way: <style type="text/css"> <!-- body { background-image: url(background.gif); background-repeat: no-repeat; } --> </style>