About 387 days ago - August 12, 2009

How To Create Blockquote Without Using CSS?

I hope you are familiar with block quotes. They are nothing but some sections of texts used for highlighting quotes from other sources. They are mostly indented from the blog post and they have different background color or text size and color.

Blockquotes

Blockquotes

Why Should I Use Blockquote In My Blog Articles ?

If you are quoting about some matter from another blog, then it should be different. Your readers should feel the different.

  • Quotations can be easily recognized from the main section of your posts.
  • They can enrich and complement your theme.
  • Your readers will get to know that those are special lines.

How To Design My Own Block quotes ?

Most of the wordpress themes have cool block quotes, but for some it just indents the quote and changes the font size and color.

In this tutorial we are going to create blockquote without using .CSS.

Actually this tutorial is quite simple and of course, the blockquotes are also simple but effective, because Simplicity is Essential.

1. Changing the Background color with some text formatting

Coding For Yellow :

<p style=”padding: 5px; background-color: #FFFF99; border: dotted 2px #FF9900;”> Text Here</p>

I love and believe in this quote ‘Impossible is Nothing’. Every new idea is a joke until one man achieves it. Concentrate and work hard for reaching your goal. Always be constant and make your mind repeat this phrase ‘Don’t give up’. Happy Blogging.

Coding For Blue :

<p style=”padding: 5px; background-color: #E1E8F2; border: dotted 2px #00518A;”>Text Here</p>

I love and believe in this quote ‘Impossible is Nothing’. Every new idea is a joke until one man achieves it. Concentrate and work hard for reaching your goal. Always be constant and make your mind repeat this phrase ‘Don’t give up’. Happy Blogging.

2. Without Changing The Background Color With Text Formatting

This is a cool alternative for above mentioned block quote. This creates indent from the main blog post. This one uses no image but satisfies the look of an image.

I love and believe in this quote ‘Impossible is Nothing’. Every new idea is a joke until one man achieves it. Concentrate and work hard for reaching your goal. Always be constant and make your mind repeat this phrase ‘Don’t give up’. Happy Blogging.

Coding :

<b style=”float: left; font-weight: normal; font: 14px/22px arial; margin-top 10px; margin-bottom: 10px; margin-left: 50px; padding-left: 15px; border-left: 3px solid #666666;”>Text Here</b>

Note : This Tutorial is compatible with Blogger and WordPress blogs. If you are familiar with HTML you can use your own codings to edit and customize.

Delicious

Most Related Stories

  • Create Icons Without Using Any Software
  • How And Why To Convert Your Blog Into A Do Follow Blog?
  • Create Your Own SMS Subscription Using Google Labs
  • Create Disposable Email Addresses
  • How To Create 301 URL Redirection?


  • You can also use our Archives to get your required article or use this search form.



    S.Pradeep Kumar
    Editor-in-Chief and Owner of HellBound Bloggers. An Open Source Enthusiast, Tech Blogger, Striving Entrepreneur, and a Typical Engineering Student. Addicted to Blogging, Walking and Messing. Catch him on Facebook and Twitter.


    HellBound Bloggers (HBB) is a 100% Revenue Sharing Blog. You can write for us and Make Money through your blog posts. Read here for more info.



    Get Quick Updates via Email. Enter Your Email Address :



    Your details are safe with us. We hate SPAM as much you do. You can also Subscribe via RSS Feed or check the Available Subscription Options.



    31 Responses to “How To Create Blockquote Without Using CSS?”

    1. Suneel says:

      Hey this style is pretty much similar to what a squidoo lens requires.

      I had worked on a few lenses earlier this year and found them to be highly effective.

      Great post.

      • Hey nice dude.. I like Squidoo ! Maybe I can share some doubts with you ! ;)

        This tutorial is triggered by Squidoo ! :D

        • Keith Dsouza says:

          The title of the post is wrong.

          The style tag is basically part of CSS itself, so technically you are still using CSS to display the content, the only difference is that you are doing it within the HTML code.

          You can find more info about CSS and style tags here http://www.w3.org/TR/css-style-attr

          • Keith, I really appreciate for your participation in this article. But I wrote this article in my point of view,

            Create block quote without using CSS.

            I meant the style sheet here, which has .css extension. This tutorial helps you create block quotes without using that style sheet ! You don’t need to touch them, you can simply copy and paste the code in the editor and publish.

            And I really sorry for the title thing ! I was in a hurry ! :D

            • Keith Dsouza says:

              Well agreed that you had this in mind, but why be repetitive, i mean using CSS styles does not require you to add it to the CSS, you can easily add it to the HTML page itself using tags, so instead of assigning the CSS directly to elements you could do this.

              .bquoteyellow {padding: 5px; background-color: #FFFF99; border: dotted 2px #FF9900;}
              .bquoteblue {padding: 5px; background-color: #E1E8F2; border: dotted 2px #00518A;}
              .bquotenocolor {float: left; font-weight: normal; font: 14px/22px arial; margin-top 10px; margin-bottom: 10px; margin-left: 50px; padding-left: 15px; border-left: 3px solid #666666;}

              and then use it as Text here

              This way you do not have to keep remembering those styles, you just add the classname to the paras

    2. Fatin Pauzi says:

      Wow, that’s a great alternative. Thanks for sharing. :)

    3. ViewCheapest says:

      It is really helpful. I can try different colors and styles.

    4. sham says:

      Nice info dude…I too use it..

    5. Ricky says:

      Nice sharing dude. I use it using css, but it will come in handy

    6. SriGanesh says:

      good article. so can we use this for Share this and put our soucial icons in it. within the quoates. :lol:

    7. Garry says:

      Great ways to do such a “required” thing.I found this really useful.Thanks indeed.Probably I needed this stuff really,thanks !

    8. this is a very well writen article but i don`t understand why not use css

    9. Sunny Bhasin says:

      Thanks Pradeep :)
      I had a question in the second method of creating block quote :)
      Text Here
      As the above code will generate the normal block quote with it’s default image i.e. a Straight vertical bar then the text ,What if i want some other image instead of the black vertical bar???

    10. I like the second point. The first point is like not-a-so-cool technique. But the second one resembles as such the Block Quote comes with many themes.

    11. Anup says:

      i am trying to customize blockquotes with best colors:)

    12. Now i know that block quotes is one of the blog’s beauty…You can see the example in my blog ;)

    13. nice article. Do you have coding for more colors ?
      Money from blogging | SEO for blogger’s last blog…Ten Tips To Making Blogging = Money

    14. Thanks for the nice tutorial, it is a nice way of using blockquote without CSS.

    15. I hope this article will encourage more bloggers to turn there blog into a do follow to increase the traffic of there blogs.

    Leave a Reply


    HellBound Bloggers is Do Follow and your comments surely becomes quality and solid backlinks !

    BTW, Don't forget to Brand Your Comments to Drive All the Traffic To Your Blog !

    By commenting in this blog, you agree to abide by the Comments Policy of this blog.

    CommentLuv Enabled

    Subscribe without commenting




    Mobile Version · About Us · Contact Us · Subscription · Advertise · Review · Write For Us · Archives · Privacy Policy · Disclaimer

    © 2010 HellBound Bloggers. All Rights Reserved. Reproduction without explicit permission is prohibited.