Css stylesheet problem

4 replies
  • WEB DESIGN
  • |
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.
#css #problem #stylesheet
  • Profile picture of the author pdjsolutions
    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
    {{ DiscussionBoard.errors[824232].message }}
  • Profile picture of the author wayfarer
    Always the simple stuff, isn't it?
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[824260].message }}
  • Profile picture of the author pdjsolutions
    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.
    {{ DiscussionBoard.errors[824268].message }}
  • Profile picture of the author Lloyd Buchinski
    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.
    Signature

    Do something spectacular; be fulfilled. Then you can be your own hero. Prem Rawat

    The KimW WSO

    {{ DiscussionBoard.errors[824876].message }}

Trending Topics