Qbasicnews.com

Full Version: I Gots A Question!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you make it to where on your web page, you can have an image that keeps going down on the side until it reaches the bottom of the page? For example, I can't remember the site, but someone had a page where on the left side, it had it to where it looked like the spine of a note book or something. I hope I explained it well enough.
Quote:How do you make it to where on your web page, you can have an image that keeps going down on the side until it reaches the bottom of the page? For example, I can't remember the site, but someone had a page where on the left side, it had it to where it looked like the spine of a note book or something. I hope I explained it well enough.

You can do that with using the BACKGROUND option in the BODY tag. E.g. <BODY BACKGROUND = "image.pic">

It will then repeat the background over the whole screen. What you need to do to get that notepad type look is make sure the image is as wide as the screen is and the image repeats nicely at the top and bottom.
there is a way to make a image tile only up the left (or right or top or bottom). I cant remember how, i think its in javascript tho...