Question:

How to put a picture as a myspace background?

by  |  earlier

0 LIKES UnLike

i have this picture, http://tinypic.com/view.php?pic=2hyjgpe&s=4

can you sort it out so all i have to do is paste the code. erm i would like it one picture if that is possible, but if not can you tile it?

can you also tell me where i have to paste the code

thanks

it means so much

x

 Tags:

   Report

3 ANSWERS


  1. Youtube

    enter myspace layout into the search


  2. you copied the wrong link - go back and get a DIRECT LINK to the image

    then you can use this

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

    and there are more background options here

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

  3. This will tile the image:

    <style type="text/css">

    body

    {

    background-image:

    url(''http://i33.tinypic.com/2hyjgpe.jpg')

    }

    </style>

    This will only show the background image once:

    <style type="text/css">

    body

    {

    background-image: url(''http://i33.tinypic.com/2hyjgpe.jpg');

    background-repeat: no-repeat

    }

    </style>

    Paste whichever code you would like to use in your About Me section.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.