Viewing 1 replies (of 1 total)
  • Thread Starter coehl

    (@coehl)

    As it turns out, the theme’s CSS simply didn’t have any provisions for these formatting types and I overlooked that. Simple stuff. Added the following to the beginning of the stylesheet.

    blockquote {

    margin: 0 0 0 10px;

    padding: 0 0 0 50px;

    background: transparent url(images/bg-blockquote.png) no-repeat left top;

    font-style: italic;

    }
    em { font-style: italic;}
    code {font-family: “Courier New”, Courier, serif;}
    strong {font-weight: bold;}

    Create an image for the quotation marks and save it as bg-blockquote.png, save it with the images.

    Done.

Viewing 1 replies (of 1 total)

The topic ‘Posts are not displaying formatting’ is closed to new replies.