Background-color does not show up

Discussion in 'ASP.NET / ASP.NET Core' started by mansour, Mar 25, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a this very simple css file that I want to apply to some pages in my site,just for the background and the borders.. It work well in my computer, but once uploaded in the Server, the css file does not apply..I uploaded the CSS file and the HTML files in the same dirrectory. I don't knowif it has anything to do with the server configuration
    here is the css file:



    body


    {


    background-color:#E8E8D8;


    border-bottom-color:Maroon;


    border-bottom-style:solid;


    border-bottom-width:thick;


    border-right-color:Maroon;


    border-right-style:solid;


    border-right-width:thin;





    }


    Here is the link I used in the page:


    <link rel="stylesheet" type="text/css" href="myfile.css">


    By the way, this is an HTML page not ASP one..


    I'll appreciate any help..
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page