Add style to your backgrounds with these tips.
In your <body> tag you can add style to create backgrounds.
Here’s how:
Add color to your background by adding the following to your body tag like so:
Code:
<body bgcolor=”BACKGROUND COLOR”>
Add an image to your background by adding the following to your body tag like so:
Code:
<body background=”http://www.yourdomain.com/yourimage”>
Change yourdomain to your site url. Change yourimage to the file name with file extension.




