Css stylesheet problem

by 4 replies
5
When I look at my site in Dreamweaver, it looks fine. However, when I uploaded it with the new stylesheet, it shows up as if there is no style sheet attached. I attached it using the Dreamweaver prompts and filezilla ftp.

I just can't figure out why it is not showing any of the css background images or floats. Even though I can't post the url, I can say the name of the site, correct? The site is Americasdentalplans with the usual dot com.

Any one using Firefox should be able to see the css stylesheet. Thanks guys, I am totally stumped.
#website design #css #problem #stylesheet
  • Hey there ldsmedia,

    Its a very very very silly issue.

    In your stylesheet.css

    @charset "utf-8";body {background:url(images/body-bg.jpg){left top repeat-x #acdbf7;font-family:

    in that line.. there is an extra " { " after the .jpg) , delete and leave a space like

    @charset "utf-8";body {background:url(images/body-bg.jpg) left top repeat-x #acdbf7;font-family:

    that and the site should work perfect

    Regards,
    PDJSolutions
  • Always the simple stuff, isn't it?
  • hehe ya, I used to get irritated a hell lot when i worked hard on a website and it didnt come out like how i wanted it to and then later on i figure out that i have forgotten a tag or something of that sort.

    I have started using UltraEdit and that really helps to organize everything.
  • It's a reminder of a few simple things going wrong for me. Missing an equal sign, or having a colon where it should be a semi colon.The first time it looked like something drastic and major had gone wrong but now I just look at the tiny things.

Next Topics on Trending Feed

  • 5

    When I look at my site in Dreamweaver, it looks fine. However, when I uploaded it with the new stylesheet, it shows up as if there is no style sheet attached. I attached it using the Dreamweaver prompts and filezilla ftp. I just can't figure out why it is not showing any of the css background images or floats. Even though I can't post the url, I can say the name of the site, correct? The site is Americasdentalplans with the usual dot com.