Gradcolor For Backgrounds

**NOTE that the examples are smaller than full backgrounds, but the codes themselves WILL give you a full body background.

EACH set of images show the codes using light colors and then dark colors for you to compare.



a nice alternative to add interest



The code for a gradangle of -90 follows

<<>table bgcolor="???color" gradcolor="???color" gradangle="-90" width="100%"><<>tr><<>td width="400" height="200"><<>/td><<>/tr><<>/table>





The code for a gradangle of 90 follows

<<>table bgcolor="???color" gradcolor="???color" gradangle="90" width="100%"><<>tr><<>td width="400" height="200"><<>/td><<>/tr><<>/table>





The values for the gradangle and gradcolor attributes are shown below. Adjust height and width as needed.

<<>table bgcolor="black" width="100%"> <<>tr> <<>td width="50%" height="60" bgcolor="blue" gradcolor="black" gradangle="90"> <<>td width="50%" height="60" bgcolor="blue" gradcolor="black" gradangle="-90"> <<>/td><<>/tr><<>/table>