Jump to content

Jammin87

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Jammin87

  1. Hi,

     

    My background image no longer displays since I added a 3-column template to the code. the css I use for the background image is:

     

    body {
    background-image: url(images/bg_all.jpg) no-repeat center top;
    margin:0;
    padding:0;
    border:0;
    width:100%;
    min-width:600px;
    font-size:90%;
    display:block;
    color:#000;
    }
    Is it possible that I need to make the header, 3 columns and footer transparent or something??
    thanks in advance,
  2. Hi,

     

    My background image has been working fine until a short while ago when it stopped showing at all (I didn't think that I had even changed anything). my CSS code is:

     

     

    body
    {
    background:url(images/bg.jpg) no-repeat #404040 center top;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    margin:0px auto auto auto;
    color:#000;
    }
    p{
    padding:2px;
    margin:0px;
    }
    I have tried changing to ("images/bg.jpg"). This does not resolve the issue. I have also moved the color to before the url, this has also not worked. I have also double checked the file path, which is correct.
    Any help much appreciated.
    Thanks,
  3. Hi, thanks for the reply.

     

    I am using the shorthand css looks something like this:

     

    body

    {

    background: #5c5cd6; etc et.

     

    I have checked and the spelling is correct. ("color"). I have worked around it by using the rgb method but it's just bugging me.

    Thanks again,

  4. Hi,

     

    I'm using sublime editor to create a css. I want to use the colour: #5c5cd6, a bluish colour. However, the letters are not being recognised in the editor and show as white when they usually turn purply.

     

    Any idea's??

     

    Thanks,

     

    Ben W

  5. Hi,

    I'm new to this so apologise if I am doing something dumb. I cannot get my image to display and not sure why.

     

    the code is:

     

    body {background-color: #404040;background-image: "Images/layer_bg.jpg"; background-repeat: no-repeat center top;}

     

    The directory looks like this

     

    website name (folder)

    Images(folder)

    mbb.css

    home.html

     

    the image I want displayed is obviously in Images.

     

    Thanks in advance,

     

×
×
  • Create New...