View Full Version : Help Fast Please


yugiohw
02-04-2003, 11:40 PM
what's the tag to make a background stretch across the whole screen instead of tiling?
thanks in advance

lefty
02-04-2003, 11:47 PM
There's no code for that.... if you want your background to stretch, you'll have to do it in a graphics program. Then, of course, it may not be compatible for all resolutions.

yugiohw
02-04-2003, 11:49 PM
ive seen a HTML code for that i was just wandering if there was a CSS code

Alcy
02-05-2003, 12:31 AM
What's the HTML code? You can stretch an image....

lefty
02-05-2003, 03:35 PM
Well, you can stretch an image using HTML if you just adjust the height and width:
<img src="img.jpg" height=xx width=xx>

But there's no way to do that using css.