Change Theme

Change Font Size

decrease size increase size

Search


Quote Boxes


This tutorial allows you to have your very own quote box just like the sample below.

quote box

The quote box is used when you want to quote someone, for example: when replying to a comment in your blog.

First of all, add this to your CSS.

/* css */
blockquote {
background:#000000
url(your link here)
repeat-y scroll left top;
border-color:#ffffff
rgb(102, 102, 102)
rgb(102, 102, 102)
rgb(255, 255, 255);
border-style:solid;
border-width:1px;
font-size:0.9em;
font-family : inherit;
padding:0px 20px 0px 55px;
}

Let’s break down the CSS for easy customization:
/* css */
blockquote {
background:#000000 url(your link here) repeat-y scroll left top; – Background of the quote box. You can use an image if you’d like.
border-color:#ffffff; – The colour of the border.
border-style:solid; – The style of the border.
border-width:1px; – How wide is the border?
font-size:0.9em; – Font Size.
font-family : inherit; – Font Family of what ever the tag before this.
padding:0px 20px 0px 55px;
}

And here is HTML that you have to use:

<blockquote>
Your quote here
</blockquote>


Leave a Comment
(will not published)
Bold Underlined Italics Quote Ext Link
:biggrin: :blank: :blush: :confused: :cool: :cute: :dead: :evil: :frown: :ouchies: :secret: :shock: :smile: :stress: :upsidedown: :wink: :yawn: :yell: :yuck: :yummy: :tv: :music: :heart: :drink: :floppy: :ahh: :aww: :duh: :eww: :grr: :hmm: :yay: :wtf: :wow: :umm: :omg: :lol: :huh: :blah: :haha: :hehe: :sigh: :rofl: :pssh: :ouch: :muah: :lmao: :iheartu:
* indicates required field