Tw!tch
04-15-2003, 02:17 AM
I wanna put a picture for my backgroud, but it makes it tiled. How do I make the background one big picture?
|
View Full Version : Background Image Tw!tch 04-15-2003, 02:17 AM I wanna put a picture for my backgroud, but it makes it tiled. How do I make the background one big picture? zangerbanger 04-15-2003, 02:20 AM <body background-repeat="no"> EDIT: try that out, I'm not sure if it works in HTML. All I know is that it works in CSS. Tw!tch 04-15-2003, 02:27 AM It did something, but not what I wanted. The picture doesn't show up... epolady 04-15-2003, 03:07 AM Try looking through the CSS section of this site or do a search. pb&j 04-15-2003, 05:03 AM Originally posted by zangerbanger <body background-repeat="no"> add this to your current (and should be only) starting BODY tag... style="background: #ffffff url(SomeImage.gif) no-repeat;" change the color and image filename as necessary. |