• Resolved haimski

    (@haimski)


    hello,

    i need urgent help with correcting a styling error in my blog.

    the body font size in my blog looks like doesn’t get the css style from the body tag and it is showing it in a very large size and in the wrong font family.

    in the body tag there is the correct styling:

    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
    background: #ffffff; /* url(‘images/kubrickbgcolor.jpg’) */
    color: #333;
    text-align: center;
    }

    but it seems that the browsers ignore it. (it doesn’t work in all the browsers).

    does anybody have a clue what am i missing.
    any help would be appreciated.

    thanx

Viewing 2 replies - 1 through 2 (of 2 total)
  • are you copy/pasting from Word or Office?
    You can’t do that – you must use a basic editor similar to Notepad

    Thread Starter haimski

    (@haimski)

    hi people,

    i’m sorry for wasting a thread, it was my stupidity,
    it was one of the little mistakes that can make us go crazy.

    i accidentally entered a word in the the credit title at the top of the css outside of the remark, and it [moronic vulgarity moderated] up all my css, i just deleted it and it fix the problem.

    problem solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HELP with stylesheet’ is closed to new replies.