Wordpress Blockquote Style?

Status
Not open for further replies.

aKaK

Active Member
264
2011
122
5
How to set blockquote like this
jKbXc.png


i am using this HTML

Code:
<div style="border: 1px solid white; float: left; width: 60%; margin: 0px; padding: 0px;">Title
Link1
Link2
</div>
 
6 comments
Still not sure of what you want, but, maybe if you add in your CSS this code, it will help:

Code:
code, blockquote{
    border: 1px solid #FFF;
    float: left;
    width: 60%;
    margin: 0;
    padding: 0;}
 
Status
Not open for further replies.
Back
Top