Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ve run into a problem I hit early (and hard!) in my css learnin’. But before that, make sure when specifying a font name that you capitalize it appropriately:

    Not correct: courier
    Correct: Courier

    Now, to style text within a blockquote (especially in the case of using something like WordPress, which does all the paragraph tagging for you):

    blockquote p {
    font-family: Courier;

    …etc…
    }

    Thread Starter Trench

    (@trench)

    Thanks but when I use blockquote p it breaks up each paragraph into it’s own blockquote.

    Thread Starter Trench

    (@trench)

    As a matter of fact I can’t change any of the font sizes or faces within the entries.

    Thread Starter Trench

    (@trench)

    Fixed. I just removed the p setting from the CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Another “can’t change font size” question.’ is closed to new replies.