• andrew.simone

    (@andrewsimone)


    My problem, I wager, is simple to fix. After some research I have gotten blockquotes to recognize by using the “last-child” table

    blockquote {
    	background: url(/wp-content/themes/clustertheme/images/quote.gif) no-repeat left top;
    	display: block;
    	font: italic 14px/1.8em Georgia, "Times New Roman", Times, serif;
    	color: #666;
    	padding: 7px 30px 17px 40px;
            table:last-child
    }

    But I would like to keep the separate paragraphs in the same box. Here is an example of my problem. As you can see, each paragraph is separated by white space and in its own box.

    Can I do what I am asking or is this just the nature of my background coding?

  • The topic ‘Blockquotes and paragraphs problems’ is closed to new replies.