1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General html won't display css

Discussion in 'General' started by rp3703, Feb 23, 2009.

  1. rp3703

    rp3703 New Member

    I loaded all my files (HTML, CSS &Images folder) onto my web host and for some reason my website does not display the CSS. I validated all of it and it worked fine on my computer when I opened it up in a browser. Do I need to label my style sheet differently? It is labeled "style.css" now. All my HTML pages have"<link rel="stylesheet" href="style.css" type="text/css" />
    <link rel="stylesheet" href="print.css" type="text/css" media="print" />" in the head section. Does it need to be organized in a certain way? I'm at a loss.
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    You are organized just fine. Is your style.css file in the root directory as your code indicates? Have you tried to upload the files again, sometimes information is lost on the upload. Finally do you have a seperate file made for printing, if not, you do not need the second link.