Quote:
Originally Posted by lordsofvine
well first of all i'm a beginner class, i would like to ask any help from experts or anyone, i'm so confuse, how did they make thee background look great, the shadings, lightings, shadows and a lot more, i know few are using photoshop C2 or 3 or what ever, i mean how did they make it right, I'm really willing to learn so guys help me out and thanks a lot
|
Well, you can always try
Paint.NET. There, I recommend you make a gradient (with the gradient tool) that flows from color X at the top to color Y at the bottom. Then save the gradient under, for example, the name "gradient.jpg".
Now put this code between your <head> tags:
<style type="text/css">
body {background: [color Y in hexadecimal] url(gradient.jpg) repeat-x;}
</style>
Ignore the brackets around the color.
So what this code does is repeat the gradient horizontally across the top of the entire page, and then colors in the rest the gradient's bottom color.