Question:

Can some help me make a default background?

by  |  earlier

0 LIKES UnLike

I want to make my myspace profile unique. I was wondering if anyone knows how to make backgrounds like http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=47772204

 Tags:

   Report

1 ANSWERS


  1. My advice to you is learn a little css (Cascading Style Sheet) and html CSS mainly if you want to edit the looks. first things first, to add css you need to insert <style type="text/css"> *css goes here* </style> and in between you can add things like

    body

    {

    background-color: red

    }

    which changes the colour to red

    Here is a link to a site which shows you the different things you can do to change your background in css http://www.w3schools.com/Css/css_backgro...

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.