Well, l have a gradient for my background, just a simple one, here is the code to run it:
body {
background: #d7e3ff url(images/top_gradient.png); repeat-x;
width: 800px;
background-position:top left;
margin: 0 auto; text-align: left;
outline: none;
}
Thats the css, now how do l add a bottom gradient for the bottom of the page? what is the best way to do that? Or is there a way that l could have put both the top gradient and bottom gradient in the one png file and as l put text and stuff on my page it expands???