is the blockquote function in wallpress establish?
as i do not see any difference whether i use it or not
2 Answers
To resolve this problem, you can log in to Dashboard > Posts > Add new > In the “Format” Frame. You can select the “quote”.
See the Screenshot: http://imgur.com/U2GnOCBRegards,
Dominic
is there anyway else ? As most of my post will be in “standard” format and only a part of a text will be “blockquoted”
Regarding the customization as you wish, you can add the following codes to CSS file. After adding, you will have the blockquote in the posts that have standard format.
.format-standard blockquote {
background: none repeat scroll 0 0 transparent;
border-left: 3px solid #DDDDDD;
font-family: Georgia;
font-size: 18px;
padding: 0 0 0 20px;
}
Please login or Register to submit your answer