Gradient makerBETA
Free gradient generator
Gradient maker makes it easy for you to use gradient images as backgrounds. Insert the following code into your html source between <head> and </head> to add a nice gradient:
<style type="text/css">
body{
background-image: url(image downloaded from gradient-maker.com);
background-repeat: repeat-x;
}
</style>
Note that you have to change to path to the name of the image you have downloaded from our site.