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. Site Bugs / Suggestions
  4. Option to use table in comment

Option to use table in comment

Scheduled Pinned Locked Moved Site Bugs / Suggestions
question
14 Posts 6 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.
  • L Lost User

    Do you mean like this?

    one

    two

    three

    four

    Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

    N Offline
    N Offline
    Nagy Vilmos
    wrote on last edited by
    #3

    I would have thought:

    one

    two

    three

    four

    five

    six

    seven

    eight

    nine


    Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

    L 1 Reply Last reply
    0
    • N Nagy Vilmos

      I would have thought:

      one

      two

      three

      four

      five

      six

      seven

      eight

      nine


      Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #4

      I will resist rising to the bait.

      Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

      1 Reply Last reply
      0
      • L Lost User

        Do you mean like this?

        one

        two

        three

        four

        Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

        R Offline
        R Offline
        RDBurmon
        wrote on last edited by
        #5

        Yes but with border. Also share the step after you achieve it

        P L 2 Replies Last reply
        0
        • R RDBurmon

          Yes but with border. Also share the step after you achieve it

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #6

          Create it using standard HTML, so you would do it like this:

          This is inside

          a td element

          This is inside

          another td element

          This looks like this in code:

          <table border="1">
          <tr>
          <td>This is inside</td><td>a td element</td>
          </tr>
          <tr>
          <td>This is inside</td><td>another td element</td>
          </tr>
          </table>

          *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

          "Mind bleach! Send me mind bleach!" - Nagy Vilmos

          My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

          R 1 Reply Last reply
          0
          • P Pete OHanlon

            Create it using standard HTML, so you would do it like this:

            This is inside

            a td element

            This is inside

            another td element

            This looks like this in code:

            <table border="1">
            <tr>
            <td>This is inside</td><td>a td element</td>
            </tr>
            <tr>
            <td>This is inside</td><td>another td element</td>
            </tr>
            </table>

            *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

            "Mind bleach! Send me mind bleach!" - Nagy Vilmos

            My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

            R Offline
            R Offline
            RDBurmon
            wrote on last edited by
            #7

            You are hero. Thanks

            P 1 Reply Last reply
            0
            • R RDBurmon

              Yes but with border. Also share the step after you achieve it

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #8

              http://www.w3schools.com/html/html_tables.asp[^].

              Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

              1 Reply Last reply
              0
              • R RDBurmon

                You are hero. Thanks

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #9

                No problem. Just use this sparingly.

                *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                1 Reply Last reply
                0
                • R RDBurmon

                  Is there any way by which I can format my values in tabular structure ?

                  D Offline
                  D Offline
                  DaveAuld
                  wrote on last edited by
                  #10

                  You asked the same question (near as damn it) on the 3rd January. :) http://www.codeproject.com/Messages/4117340/Option-to-draw-a-table.aspx[^]

                  Dave Find Me On: Web|Facebook|Twitter|LinkedIn


                  Folding Stats: Team CodeProject

                  R 1 Reply Last reply
                  0
                  • D DaveAuld

                    You asked the same question (near as damn it) on the 3rd January. :) http://www.codeproject.com/Messages/4117340/Option-to-draw-a-table.aspx[^]

                    Dave Find Me On: Web|Facebook|Twitter|LinkedIn


                    Folding Stats: Team CodeProject

                    R Offline
                    R Offline
                    RDBurmon
                    wrote on last edited by
                    #11

                    No that was my suggestion not a question and second thing . If you see the responses to that thread . It only have output. No steps which would suggest how to do it. But thanks to Pete O'Hanlon who figured out exactly what I want and give me steps to do it. Hope this explain why I have used some KB of space in your code project database to add my question (which is added by me first time) --Rahul

                    D 1 Reply Last reply
                    0
                    • R RDBurmon

                      No that was my suggestion not a question and second thing . If you see the responses to that thread . It only have output. No steps which would suggest how to do it. But thanks to Pete O'Hanlon who figured out exactly what I want and give me steps to do it. Hope this explain why I have used some KB of space in your code project database to add my question (which is added by me first time) --Rahul

                      D Offline
                      D Offline
                      DaveAuld
                      wrote on last edited by
                      #12

                      Sorry for living......... :doh: In the response to your question post on the 3rd january, I did suggest you hand code the table. To which you replied;

                      Rahul Dhoble wrote:

                      Thanks , I know it.

                      So, clearly you didn't know when you replied, and now you are asking. Excuse me for not being able to tell when you are fibbing........ :rolleyes: At least you know now thanks to the very helpful Mr. Pete O'Hanlon, and your tables will hopefully now forever go forth and multiply! :) Have a nice day.

                      Dave Find Me On: Web|Facebook|Twitter|LinkedIn


                      Folding Stats: Team CodeProject

                      L 1 Reply Last reply
                      0
                      • D DaveAuld

                        Sorry for living......... :doh: In the response to your question post on the 3rd january, I did suggest you hand code the table. To which you replied;

                        Rahul Dhoble wrote:

                        Thanks , I know it.

                        So, clearly you didn't know when you replied, and now you are asking. Excuse me for not being able to tell when you are fibbing........ :rolleyes: At least you know now thanks to the very helpful Mr. Pete O'Hanlon, and your tables will hopefully now forever go forth and multiply! :) Have a nice day.

                        Dave Find Me On: Web|Facebook|Twitter|LinkedIn


                        Folding Stats: Team CodeProject

                        L Offline
                        L Offline
                        Luc Pattyn
                        wrote on last edited by
                        #13

                        you obviously missed the use this sparingly bit from the very helpful Mr. Pete O'H. :-D

                        Luc Pattyn [My Articles] Nil Volentibus Arduum


                        Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.

                        D 1 Reply Last reply
                        0
                        • L Luc Pattyn

                          you obviously missed the use this sparingly bit from the very helpful Mr. Pete O'H. :-D

                          Luc Pattyn [My Articles] Nil Volentibus Arduum


                          Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.

                          D Offline
                          D Offline
                          DaveAuld
                          wrote on last edited by
                          #14

                          time will tell :)

                          Dave Find Me On: Web|Facebook|Twitter|LinkedIn


                          Folding Stats: Team CodeProject

                          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