quote, unquote

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • William Tasso

    quote, unquote

    Greetings one and all.

    The mark up for quoted speech or, in this case, feedback is bugging me. I'm
    currently using a list (<ul>...) to mark up the comments, but I feel I could
    be doing more (or less) to make it clear that these are feedback comments.

    Is there a useful primer or reference doc? or perhaps a clue someone would
    like to share?

    Thanks.
    --
    William Tasso


  • Zak McGregor

    #2
    Re: quote, unquote

    On Tue, 11 Nov 2003 14:15:00 +0200, William Tasso <"William Tasso"
    <news27@tbdata. com>> wrote:
    [color=blue]
    > Greetings one and all.
    >
    > The mark up for quoted speech or, in this case, feedback is bugging me.
    > I'm currently using a list (<ul>...) to mark up the comments, but I feel
    > I could be doing more (or less) to make it clear that these are feedback
    > comments.
    >
    > Is there a useful primer or reference doc? or perhaps a clue someone
    > would like to share?[/color]

    Isn't that what <blockquote> is for?

    Ciao

    Zak
    --
    =============== =============== =============== =============== ============
    http://www.carfolio.com/ Searchable database of 10 000+ car specs
    Auctioning motoring-related items at eBay? http://www.carfolio.com/ebay/
    =============== =============== =============== =============== ============

    Comment

    • CJM

      #3
      Re: quote, unquote


      "William Tasso" <news27@tbdata. com> wrote in message
      news:boqjof$1he dge$1@ID-139074.news.uni-berlin.de...[color=blue]
      > Greetings one and all.
      >
      > The mark up for quoted speech or, in this case, feedback is bugging me.[/color]
      I'm[color=blue]
      > currently using a list (<ul>...) to mark up the comments, but I feel I[/color]
      could[color=blue]
      > be doing more (or less) to make it clear that these are feedback comments.
      >
      > Is there a useful primer or reference doc? or perhaps a clue someone[/color]
      would[color=blue]
      > like to share?
      >
      > Thanks.
      > --
      > William Tasso
      >[/color]
      William

      I've got a horrible feeling I've misunderstood you(!)

      Isn't the <blockquote> (and potentially <q>) the appropriate tag(s) for
      this?
      [personally I tend to style the tag as italics or use a different font as
      well]

      Is this a rare moment of insight for me, or have I missed the point again as
      usual? lol

      Cheer

      Chris


      Comment

      • m

        #4
        Re: quote, unquote

        William Tasso wrote:[color=blue]
        > Greetings one and all.
        >
        > The mark up for quoted speech or, in this case, feedback is bugging me. I'm
        > currently using a list (<ul>...) to mark up the comments, but I feel I could
        > be doing more (or less) to make it clear that these are feedback comments.
        >
        > Is there a useful primer or reference doc? or perhaps a clue someone would
        > like to share?
        >
        > Thanks.[/color]

        I think that Zak and CJM are right about 'blockquote',
        although I don't see why 'blockquote' and 'cite' can't
        be embedded within a list of comments if you want.
        Depending on how you nest things you might have to
        change the 'display' style of some elements to get
        a validation.

        --
        Cheers, m at http://www.mbstevens.com/

        Comment

        • William Tasso

          #5
          Re: quote, unquote

          William Tasso wrote:[color=blue]
          >
          > The mark up for quoted speech or, in this case, feedback ....[/color]

          Thank you. <blockquote> has indeed passed me by, as some guessed.
          [color=blue]
          >
          > Is there a useful primer or reference doc?[/color]

          Prompted by the responses, I found this splendid work by Jukka
          http://www.cs.tut.fi/~jkorpela/html/bq.html and now, having read it top to
          bottom, I am inclined to leave the list of feedback comments marked up as a
          list using CSS to suggest italics &c for presentation.

          --
          William Tasso - http://WilliamTasso.com


          Comment

          • George Self

            #6
            Re: quote, unquote

            Zak McGregor wrote:
            [color=blue]
            > On Tue, 11 Nov 2003 14:15:00 +0200, William Tasso <"William Tasso"
            > <news27@tbdata. com>> wrote:
            >[color=green]
            >> Greetings one and all.
            >>
            >> The mark up for quoted speech or, in this case, feedback is bugging me.
            >> I'm currently using a list (<ul>...) to mark up the comments, but I feel
            >> I could be doing more (or less) to make it clear that these are feedback
            >> comments.
            >>
            >> Is there a useful primer or reference doc? or perhaps a clue someone
            >> would like to share?[/color]
            >
            > Isn't that what <blockquote> is for?
            >
            > Ciao
            >
            > Zak
            > --
            > =============== =============== =============== =============== ============
            > http://www.carfolio.com/ Searchable database of 10 000+ car specs
            > Auctioning motoring-related items at eBay? http://www.carfolio.com/ebay/
            > =============== =============== =============== =============== ============[/color]

            I'm not sure what you are doing, but you may also want to consider using a
            definition list. If you are presenting feedback to some sort of
            questionnaire you could list the question in a <dt> item and then all of
            the feedback in a <dd> item. That would give you an interesting indentation
            for your page.

            --George

            Comment

            Working...