HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Picture Codes
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> MySpace
View previous topic :: View next topic  
Author Message
aka_wahlberg



Joined: 09 Sep 2007
Posts: 1

Posted: Sun Sep 09, 2007 8:05 pm     Picture Codes  

How can I Take a picture that I have, I turn it into a HTML code to put it as My backround on Myspace?[/img]
brittafish



Joined: 10 Sep 2007
Posts: 2

Posted: Mon Sep 10, 2007 2:25 pm     code  

Unless your picture already has a URL, you'll need to upload it onto an image hosting site.

Then put this code in your "About Me" section.
Code: <style type="text/css">

body{background-image:url("image_url");
background-attachment:fixed;
}

</style>

Add this code before the } if you don't want the picture to repeat.

Code: background-repeat: no-repeat; [/code]
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> MySpace
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group