Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Article Writing
  4. Solved, Done: Quoting documentation in an article

Solved, Done: Quoting documentation in an article

Scheduled Pinned Locked Moved Article Writing
questionhtmlsqlite
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Midi_Mick
    wrote on last edited by
    #1

    I am writing an article using the codeproject.htm template, related to SQLite. I wish to quote a bit of text from the SQLite reference documentation in the article (just to emphasise a point). What is the best way to decorate the quote, and the reference source in the html? Cheers Mick

    N J 2 Replies Last reply
    0
    • M Midi_Mick

      I am writing an article using the codeproject.htm template, related to SQLite. I wish to quote a bit of text from the SQLite reference documentation in the article (just to emphasise a point). What is the best way to decorate the quote, and the reference source in the html? Cheers Mick

      N Offline
      N Offline
      Nelek
      wrote on last edited by
      #2

      One way could be:

      <blockquote class="quote">
      <div class="op">Optional source here:</div>
      Text goes here
      </blockquote>

      gives you...

      Optional source here:

      Text goes here

      Is that what you asked for?

      M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

      M 1 Reply Last reply
      0
      • N Nelek

        One way could be:

        <blockquote class="quote">
        <div class="op">Optional source here:</div>
        Text goes here
        </blockquote>

        gives you...

        Optional source here:

        Text goes here

        Is that what you asked for?

        M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

        M Offline
        M Offline
        Midi_Mick
        wrote on last edited by
        #3

        Yes, thank you. It is exactly what I asked for, albeit not exactly what I want to use (just in this case). I have instead included the reference in the preceding paragraph immediately before the blockquote i.e.

        The description of how this works is best described in the SQLITE documentation

        The quote from the doco

        I did it this way just to fit into the flow of the article's style.

        1 Reply Last reply
        0
        • M Midi_Mick

          I am writing an article using the codeproject.htm template, related to SQLite. I wish to quote a bit of text from the SQLite reference documentation in the article (just to emphasise a point). What is the best way to decorate the quote, and the reference source in the html? Cheers Mick

          J Offline
          J Offline
          Jochen Arndt
          wrote on last edited by
          #4

          There is no general rule how to format quoted text. The example posted by Nelek might impair the readability and should be used only for short text. The CodeProject Plagiarism FAQ[^] explains how to properly reference quotes and uses italic text. Common format options are italic, indenting, and enclosing by double quotes: Italic (HTML <i>): Quoted text Indented (HTML <blockquote>):

          Quoted text

          Double quoted (use <quot> for the characters when editing offline): "Quoted text"

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups