jenjen5885
Hexen
You feel more than you care to admit
Posts: 61
|
Post by jenjen5885 on Jul 11, 2006 0:12:30 GMT
My fiancee wants to make a picture his background for MySpace. The only problem is that we dont know how to do HTML. Could someone help me please? thank you!!
|
|
Ghost
Newbie Hexen
Ms. Spooky Pants
Posts: 16
|
Post by Ghost on Jul 11, 2006 3:03:45 GMT
This is the code for adding a background to the profile. It should be placed in the About Me section.
<STYLE>
body { background: url(http://sitename.com/bgname.jpg); background-attachment: fixed; background-repeat: repeat-x; }
</STYLE>
If you don't want the image to repeat, then use background-repeat: no-repeat;. If you don't want anything special to happen to the image, then take out the "background-attachment" and the "background-repeat" lines. Leave only the url line. "Background-attachment" with the "fixed" means the image will not move when you scroll up and down the page.
I hope this helps.
*poof*
|
|
jenjen5885
Hexen
You feel more than you care to admit
Posts: 61
|
Post by jenjen5885 on Jul 11, 2006 12:46:07 GMT
which site would i put in there? and would i put the file name after that? lol i'm sorry but i need specifics.. there's something in my brain that makes me need all the details in order to proceed. Please provide them.. lol i love everything else about comps but html is the one thing that i wasnt taught in school.. thank you very much for your help
|
|
Ghost
Newbie Hexen
Ms. Spooky Pants
Posts: 16
|
Post by Ghost on Jul 11, 2006 21:54:34 GMT
Well, I know some things about HTML. I've been writing with it since 1996.
Are you needing a place to host the image? Once you have that, then it will give you an address (url) used to place in the HTML.
*poof*
|
|