How can I use HTML codes to make a picture I created using paint the background on my website?
I'm just using a text field, not a site editor, the picture is 1152 width by 200 height. (Pixels)
Public Comments
- whatever may be the size but the picture must be Jpg, or gif, or png, u can use it as BG picture the code is <style type="text/css"> <!-- body { background-image: url( "here comes the image's directory"); } --> </style></head> remove the quoted words inside the background-image: url()
Powered by Yahoo! Answers