answersLogoWhite

0

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;

}

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Why cant you get a background on 2.0 version on MySpace?

you can you have to paste the codes in the css section then paste the other code in your about me


How do you get a background on MySpace profile 2.0?

Click on Customize Profile, then CSS. There, you paste the background code and click save. It should show up now.


Were do i paste layout on MySpace 2.0?

Paste it in the CSS box. Here are directions to find the css box: http://profilerehab.com/help/how_to_use_myspace_20_layouts


How do you paste on css?

Ctrl+V OR right click


Stretch a HTML Background?

Current CSS does not allow resizing a background image. Hopefully, CSS 3.0 will address that issue.


What is css on MySpace?

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


What CSS property specifies the background color of a table?

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.


Where can a css background image be found?

A css background image is another name for a computer wallpaper.They can be found on Photobucket, SantaBanta Wallpaper, Deviant Art and Free Wallpapers.


How do you put a cursor on a facebook page?

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.


What is a CSS in a MySpace?

CSS means cascading style sheet, CSS in a myspace profile styles the profile to look different using colors and background images.


How do you put css template to Blogger?

Click the Customize button. Click the edit HTML. Delete everything inside there. Then paste down your CSS code.


How do you write the CSS and HTML code for an embedded style sheet that configures a background color of?

<style type="text/css" media=screen> body{ background-color: gray;} </style>