Whenever I put codes for the blogger who used the blockquote function are the quotes that appear when you post something you want to ENHANCE your post.Porém in when he wrote that he wanted to highlight something in the posts were featured on the same hacks. So I decided to differentiate the citations codes hacks using a very simple feature that can be embedded in your post during its creation, it is this box of code that you see when you post the codes. (I'm still updating older posts putting the boxes to the codes). First let's learn a little about the function BLOCKQUOTE:

This will display your blockquote with a 2 pixel wide dark-grey border, 8 pixels of padding inside the border, and a lighter grey background. Example:
Pro subscribers have access to the feature, which allows you to easily make stylesheet changes for your entire weblog. This will allow you to edit the display of your blockquotes without editing the HTML of the post each time you include a quote. For the same results as above, you would add the following in Weblogs > Edit Design > Custom CSS:
If your blog is using Advanced Templates, you would add the above code to the Stylesheet template. If you would like more information on all the possibilities of styling elements with CSS, there is a useful tutorial here.
Blockquotes a really a very nice way to differentiate some of the content from the rest. And it is also a nice way to impress the users by using a cool style for the quote In this post i have given the different styles of blockquotes from different sources just check the styles.
Style 1:
Now To add One of these amazing and unique blockquotes to your blogs, Instructions To Follow:
STEP #1 Log in to Blogger,go to Design -> Edit HTML and mark the tick box "Expand Widget Templates" and Backup your template

STEP #2
Now find (CTRL+F) this code in the template: Search for .post blockquote and delete it along with all its occurrences. In most templates the codes look like this,
.post-body blockquote { line-height:1.3em; }
OR
.post blockquote{ bla bla bla}
If you couldn’t find such code then it is OK.
STEP #3
Now search for ]]></b:skin> and just above ]]></b:skin> , paste the code for one of your favourite blockquotes. I am giving a sample code below
How can I style a blockquote in a post?

When creating a post with a blockquote, the quoted text will be indented on the right and left to set it off from other text. However, if you would like to add more style to your quotes, you can use the Edit HTML tab to make changes to edit the blockquote using inline CSS. For example, after inserting a blockquote in the Rich Text Editor, you can click on the Edit HTML tab and look for text like this:
And edit it so that it looks like:
<blockquote>This is some quoted text.</blockquote>
<blockquote style="border: 2px solid #666; padding: 8px; background-color: #ccc;">This is some quoted text.</blockquote>
This will display your blockquote with a 2 pixel wide dark-grey border, 8 pixels of padding inside the border, and a lighter grey background. Example:
This is some quoted text.
Pro subscribers have access to the feature, which allows you to easily make stylesheet changes for your entire weblog. This will allow you to edit the display of your blockquotes without editing the HTML of the post each time you include a quote. For the same results as above, you would add the following in Weblogs > Edit Design > Custom CSS:
blockquote { border: 2px solid #666; padding: 10px; background-color: #ccc; }
If your blog is using Advanced Templates, you would add the above code to the Stylesheet template. If you would like more information on all the possibilities of styling elements with CSS, there is a useful tutorial here.
Amazing Examples To Customize Blockquote Style In Blogger!
Blockquotes a really a very nice way to differentiate some of the content from the rest. And it is also a nice way to impress the users by using a cool style for the quote In this post i have given the different styles of blockquotes from different sources just check the styles.
Style 1:
blockquote { margin: 1em 3em; padding: .5em 1em; border-left: 5px solid #fce27c; background-color: #f6ebc1; } blockquote p { margin: 0; }
Implementaion:-
Now To add One of these amazing and unique blockquotes to your blogs, Instructions To Follow:
STEP #1 Log in to Blogger,go to Design -> Edit HTML and mark the tick box "Expand Widget Templates" and Backup your template

Now find (CTRL+F) this code in the template: Search for .post blockquote and delete it along with all its occurrences. In most templates the codes look like this,
.post-body blockquote { line-height:1.3em; }
OR
.post blockquote{ bla bla bla}
If you couldn’t find such code then it is OK.
STEP #3
Now search for ]]></b:skin> and just above ]]></b:skin> , paste the code for one of your favourite blockquotes. I am giving a sample code below
blockquote{ background-color: transparent; border-top: 3px double #DC143C; border-bottom: 3px double #DC143C; padding: 5px; font-style: oblique; font-size: 1em; margin-left: 5%; margin-right: 5%; }


Thanks
ReplyDeleteYou are welcome :) see more posts
Deletethanks yar
ReplyDelete