Jump to content

css/html body tag background color


abch624

Recommended Posts

Hi All,

 

I am having an odd problem!!! I have attached the css code for the body tag bellow

body {
    background: #D9E6F7;
font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
margin:0;
}

 

I have also attached an image of the problem!!!.

 

I would like the background colour to fill the screen not the way it is....

 

Please help with this

 

Cheers - Zahid

 

 

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/151652-csshtml-body-tag-background-color/
Share on other sites

body {

background: #D9E6F7;

font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;

margin:0;

height: 100%;

}

 

You could style the html element..

 

html{background: #d9e6f7;} but this is not practical if you need different background colours on different pages...

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.