Well firstly it is CSS 2.0 and the background is defined in the body tag thusly
body {
background-image: url(brnbak02.gif);
background-repeat: repeat;
background-color: #cfe3ff;
font-size: 12pt;
font-family: "Times New Roman", serif;
margin: 0;
padding: 0;
}
CSS is what website designers use to format there page such as the background colour of the page and the text colour and size, you can use it in myspace in the same way, although i am supposing you are using a prebuilt one, just copy and paste the code into your about me section
Use the CSS declaration "background-color" For instance... <style type="text/css"> body { background-color: red; } </style> That code will change the background color to red. Background color will take the same values for a color as all other CSS color. A named color keyword, a hex RGB value, a decimal RGB value, and a decimal RGBA value.
A css background image is another name for a computer wallpaper.They can be found on Photobucket, SantaBanta Wallpaper, Deviant Art and Free Wallpapers.
<style type="text/css" media=screen> body{ background-color: gray;} </style>
CSS PropertyCSS Properties define what aspect of the selector will be changed or styled. (ie. In this example, Color is the CSS Property that will be changed to black: "color:black;".)
you can you have to paste the codes in the css section then paste the other code in your about me
Click on Customize Profile, then CSS. There, you paste the background code and click save. It should show up now.
Paste it in the CSS box. Here are directions to find the css box: http://profilerehab.com/help/how_to_use_myspace_20_layouts
Ctrl+V OR right click
Current CSS does not allow resizing a background image. Hopefully, CSS 3.0 will address that issue.
CSS is what website designers use to format there page such as the background colour of the page and the text colour and size, you can use it in myspace in the same way, although i am supposing you are using a prebuilt one, just copy and paste the code into your about me section
Use the CSS declaration "background-color" For instance... <style type="text/css"> body { background-color: red; } </style> That code will change the background color to red. Background color will take the same values for a color as all other CSS color. A named color keyword, a hex RGB value, a decimal RGB value, and a decimal RGBA value.
A css background image is another name for a computer wallpaper.They can be found on Photobucket, SantaBanta Wallpaper, Deviant Art and Free Wallpapers.
Facebook has not CSS program, and usually if you wanna put the cursor, you have to copy and paste "the code" in the CSS box.
CSS means cascading style sheet, CSS in a myspace profile styles the profile to look different using colors and background images.
Click the Customize button. Click the edit HTML. Delete everything inside there. Then paste down your CSS code.
<style type="text/css" media=screen> body{ background-color: gray;} </style>