jo0001
08-20-2004, 08:37 PM
I don't know how to spread out my background image. It's tiled right now, and it looks really wierd.
|
View Full Version : How do you spread out your background image, not make it tile? jo0001 08-20-2004, 08:37 PM I don't know how to spread out my background image. It's tiled right now, and it looks really wierd. salomeyasobko 08-20-2004, 08:40 PM you can't make it stretch across the page, but you can make it so that it doesn't repeat.. but you'll have to resize it so that it fits the screen ;) the bold part is the no repeat code: <html> <head> <style type="text/css"> body {background-repeat: no-repeat} </style> </head> jo0001 08-20-2004, 08:42 PM Thanks :) salomeyasobko 08-20-2004, 09:16 PM you are very welcome :D |