Question:

I want to take an image from photobucket.com and make it my myspace layout. How do I do this?

by  |  earlier

0 LIKES UnLike

I want this to cover my entire background with no blank areas ,words and all. The Url is: http://media.photobucket.com/image/serinity%20prayer/cscottdraw/Dad%20Pictures/SerinityPrayer.jpg

If someone can reply with the complete code to do it that would awesome that way I can just go into the "about me" section and copy & paste and be done! Thanks for any help.

 Tags:

   Report

5 ANSWERS


  1. <style>table, td {background-color:none; border:none; border-width:0;}

    body{background-image:url("PLACEURLHER...

    background-attachment: fixed;

    background-position: top left;

    background-repeat: repeat;

    background-color:black; }


  2. http://abrax.us/Katamari/BackgroundGen.p...

    http://abrax.us/bbz/MyspaceBackgroundSty...

  3. You need to use cascading style sheets to achieve your aim!

    {cut and paste this text}

    <style type="text/css">

    body,.bgcontent{

    background-color:navy;

    background-image:url(http://media.photobucket.com/image/serin...

    background-position:top center;

    background-attachment:fixed;

                    background-repeat: repeat;}

    </style>

    You might want to visit this site!

    http://www.w3schools.com/Css/default.asp

  4. go to mygen.co.uk and go to profile editor. click background and insert the img url on photobucket, this is the img url for the picture you want: http://i248.photobucket.com/albums/gg199... pick what color tables and font you want and your good to go!  

  5. <a href="http://media.photobucket.com/image... target="_blank"><img src="http://i248.photobucket.com/albums/...

    It is the one that says html

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.