Jump to content

[SOLVED] screen not filling up


peranha

Recommended Posts

I am using css to control the look of my website here is the code.

 

a:link, a:visited, a:hover {
color: RED;
text-decoration: none;
}

body {
background: #619CDE;
}

table {
background: lightblue;
border-collapse: separate;
empty-cells: show
}

.yellow {
color: YELLOW;
font-size: 12px;
}

.red {
color: RED;
font-size: 12px;
}

H1 {
color: #090363;
font-size: 12px;
}

#head {
background: #C0C0C0;
height: 115px;
    background: url(../pics/backhead.JPG);
}

 

When I load the page, the backhead.jpg file does not go across the whole screen.  Attached is a screen shot of what I am talking about.  I would like the gray and the blue bars to go across the screen.

 

[attachment deleted by admin]

Link to comment
Share on other sites

Yes that worked.

 

a:link, a:visited, a:hover {
color: RED;
text-decoration: none;
}

body {
background: #619CDE;
font-size: 15px;
background: url(../pics/background.JPG);
}

table {
background: lightblue;
border-collapse: separate;
empty-cells: show
}

.yellow {
color: YELLOW;
font-size: 12px;
}

.red {
color: RED;
font-size: 12px;
}

H1 {
color: #090363;
font-size: 12px;
}

#head {
background: #C0C0C0;
height: 90px;
width: 100%;
    background: url(../pics/backhead.JPG);
}

 

Thanks for the help

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.