Forums

Quote codes (6 posts)

  1. sketch
    Member
    Posted 6 years ago #

    Hi there,

    I've just a little question about the codes i have to use to get some text quoted. Whit that i mean getting text between " text here"

    Which code should i use in my post? is there a list of codes somewhere on wordpress?
    Thx

  2. Phunky
    Member
    Posted 6 years ago #

    Dont get what your wanting? are you wanting to display a random quote on your page? or a quote from a post??

  3. Mark (podz)
    Support Maven
    Posted 6 years ago #

    <blockquote> text </blockquote>

    ?

  4. sketch
    Member
    Posted 6 years ago #

    ok some expl.

    here is my txt for example:
    Found this blog while surfing some feeds recently. David Weiss gives us a little virtual tour inside the MAC Business Unit. Watch the tons of computers they have stocked there!

    "blablabblablabblablabblablabblablabblablabblablabbla blablabblablabblablabblablabblablab"

    And some more of my ext here

    Which code should i use to make the blablab text indend and be between brackets? is it simpl <quote> or something else?

  5. sketch
    Member
    Posted 6 years ago #

    text

    seems to work but are there others of this kind or a list somewhere with all this kind of codes?

  6. Mark (podz)
    Support Maven
    Posted 6 years ago #

    It's usually blockquote but styled in different ways.

    In the css:
    blockquote {
    color:#ff0000;
    font-style:italic;
    }
    will give that appearance.
    You can also have different styles:
    blockquote.green {
    color:#00ff00;
    }
    which would be used
    <blockquote class="green">

    so it's all in the css.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags