PDA

View Full Version : Backround Taking Entire Backround



KinkoStinky
10-25-2003, 12:37 AM
How do you make it where when you go to a website, and you put in a backround, no matter what the size of your resolution, you see the entire picture in the backround? <html coding>

BAZ_CELEBS
10-25-2003, 12:41 AM
I think i know what you on about, A background image is only a small image, but when loaded it will full all space your viewing.

http://www.pals.iastate.edu/agron154/background.gif

So this one cell will full the page.
hope i am on the same track

KinkoStinky
10-25-2003, 12:57 AM
ya, but it streches out, not tile up

BAZ_CELEBS
10-25-2003, 01:16 AM
Well i thats down to the image you want to put on.
So if your web page is 800x600 then have an image that size uploaded.

</head>
<body background="image_40.jpg" topmargin="0" leftmargin="0">


</body>