• Resolved lettersonpages

    (@lettersonpages)


    I am trying to use blockquote, but when I add the HTML, nothing happens to the part I want to be quoted. All it does is push it to a new line.

    There is no reference to a blockquote on the stylesheet, which I suppose is the problem. But I don’t know how or where to add it to the style sheet.

    Can someone help me please? I am using Andreas 0.8 ver 1.0 as my theme.

    Thanks

Viewing 1 replies (of 1 total)
  • Put this in your CSS and style it to your needs:

    blockquote {
    border : 2px solid #000;
    width: 400px;
    margin: 0px auto;
    padding: 10px;
    background-color: #EEF5FA;
    }

    I’d add it to the very end of the stylesheet

Viewing 1 replies (of 1 total)

The topic ‘blockquote not working’ is closed to new replies.