ocarinist
01-26-2003, 04:46 AM
I have no idea how to do this... I want it so that my image (a gradiant) will appear only on the left, repeating vertically but not horizontally. I want it to be fixed. I heard there is a way with a stylesheet to do it but I'm not sure how.
Pange
01-26-2003, 03:42 PM
I think you can :D I'm not going to use a style sheet, but I'm going to use a style code in the body section of the page; that's the way I've always done it XD
<body bgcolor="yourbackgroundcolor" background="backgroundimage.jpg" bgproperties="fixed" style="background-repeat:repeat-y;">
If you try that, it should work! If you have any problems, just reply again ^^
Or you can try adding this to your opening BODY or TD tag...
style="background: #ffffff url(SomeImage.gif) repeat-y;"
Just add in your actual color and image file name.