Blockquote Spacing/Margins – Help!
-
Hello all,
Whenever I insert a blockquote, there is a greater than normal amount of spacing between it and the previous line, as well as the next line. I want to remove that extra spacing so that the blockquote has no extra spacing/padding around it as compared to any other normal line.
I’m assuming what I am looking for in my stylesheet is this section, but what are the relevant elements I need to change?
—
/* Start blockquote */
blockquote p
{
color:#0D0D0D;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: bold;
}blockquote
{
margin:10px 10px 10px 50px;
padding:5px 5px 5px 28px;
background-color:#D2C7AC;
background-image:url(‘images/PostQuote.png’);
background-position:left top;
background-repeat:no-repeat;
}/* Finish blockuote */
—Many Thanks!
KMLProxy
- The topic ‘Blockquote Spacing/Margins – Help!’ is closed to new replies.