| HTML BACKGROUND'AND TEXT |
<<>html>
<<>body background=
"URL_of_Background"text="color">
<<>/body>
<<>/html>
See how the body tag for the background works? You replace the part in "quotes" with the URL of the background you've chosen. See how the body tag also has a end tag, <<>/body> Also you will see "color" in the above code. Replace the word "color" with whatever color works best for that particular background image.
if you want a solid background color instead of a background image, your coding will look like this:
<<>html>
<<>body bgcolor="color"text="color">
<<>/body>
<<>/html>
And don't forget to change the word "color" in those codes either. to whatever color you want..
To get the URL of a background you like
Find a background then bring it up
then hit goto on your keyboard
then hit show last
thats the URL or Addy of the background you like