This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
background

hi all
i would like to know how i can put 1 background in html?
i get a site on bravenet.com but i dont know much about html , if some one can help me i apreciate alot.
thank you.

Browser: ,3

Re: background

If you dont know much about HTML i suggest you take this good tutorial. It teaches most basics, and its very easy to understand(www.davesite.com/webstation.html). if not heres the code:

For image backrounds....

body backround="Location_of_image"

For coloured backrounds:

body bgcolor="#000000"
(just put the < and > at the beginning and end)
The color is also using the hexadecimal system, and if you dont know that, take the tutorial.

Browser: ,3