Quote:
Originally Posted by Nintendo-Daily
That's great...would you care to show me exactly how to do this because I have no idea, obviously?
|
You need to create a Gradient tile and save it to your styles or images folder
Then go to..
Admin CP > Styles & Templates > Style Manager > Main CSS (in the menu) > Body[/B]
Use the code below in the
Background field:
Code:
#222222 url(path/to/image.gif) ?
Replace ? with one of the options below
no-repeat top right;
no-repeat top left;
repeat-x;
repeat-y;
repeat;
X = across the page and Y = Downwards so if your gradient tile is light to dark from left to right then you would assign the "repeat-y;" attribute.
You can make gradient tiles in photoshop or gimp or even paint.net (last 2 are FREE!)