tabulate data without <table>

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

    tabulate data without <table>

    Given this list of data:

    a1 a2 a3
    b1 b2 b3

    How could I tabulate them without using a table? I knew I could use a
    <ul> to list one column list, but how about multiple columns?

    --
    .~. Might, Courage, Vision. In Linux We Trust.
    / v \ http://www.linux-sxs.org
    /( _ )\ Linux 2.4.22-xfs
    ^ ^ 9:10pm up 14 days 13:24 load average: 1.00 1.05 1.08
  • Spartanicus

    #2
    Re: tabulate data without &lt;table&gt ;

    toylet <toylet_at_mail .hongkong.com> wrote:
    [color=blue]
    >Given this list of data:
    >
    >a1 a2 a3
    >b1 b2 b3
    >
    >How could I tabulate them without using a table?[/color]

    Why?

    --
    Spartanicus

    Comment

    • Spartanicus

      #3
      Re: tabulate data without &lt;table&gt ;

      toylet <toylet_at_mail .hongkong.com> wrote:
      [color=blue]
      >Given this list of data:
      >
      >a1 a2 a3
      >b1 b2 b3
      >
      >How could I tabulate them without using a table?[/color]

      Why?

      --
      Spartanicus

      Comment

      • Harlan Messinger

        #4
        Re: tabulate data without &lt;table&gt ;


        "toylet" <toylet_at_mail .hongkong.com> wrote in message
        news:4076a159_2 @rain.i-cable.com...[color=blue]
        > Given this list of data:
        >
        > a1 a2 a3
        > b1 b2 b3
        >
        > How could I tabulate them without using a table? I knew I could use a
        > <ul> to list one column list, but how about multiple columns?[/color]

        Regardless of all the uses for which a table may not be appropriate, THIS is
        what a table IS for. Why don't you want to use a table?

        Comment

        • Harlan Messinger

          #5
          Re: tabulate data without &lt;table&gt ;


          "toylet" <toylet_at_mail .hongkong.com> wrote in message
          news:4076a159_2 @rain.i-cable.com...[color=blue]
          > Given this list of data:
          >
          > a1 a2 a3
          > b1 b2 b3
          >
          > How could I tabulate them without using a table? I knew I could use a
          > <ul> to list one column list, but how about multiple columns?[/color]

          Regardless of all the uses for which a table may not be appropriate, THIS is
          what a table IS for. Why don't you want to use a table?

          Comment

          • Neal

            #6
            Re: tabulate data without &lt;table&gt ;

            On Fri, 09 Apr 2004 21:13:56 +0800, toylet <toylet_at_mail .hongkong.com>
            wrote:
            [color=blue]
            > Given this list of data:
            >
            > a1 a2 a3
            > b1 b2 b3
            >
            > How could I tabulate them without using a table? I knew I could use a
            > <ul> to list one column list, but how about multiple columns?
            >[/color]


            Sure smells like a table to me...

            Comment

            • Neal

              #7
              Re: tabulate data without &lt;table&gt ;

              On Fri, 09 Apr 2004 21:13:56 +0800, toylet <toylet_at_mail .hongkong.com>
              wrote:
              [color=blue]
              > Given this list of data:
              >
              > a1 a2 a3
              > b1 b2 b3
              >
              > How could I tabulate them without using a table? I knew I could use a
              > <ul> to list one column list, but how about multiple columns?
              >[/color]


              Sure smells like a table to me...

              Comment

              • toylet

                #8
                Re: tabulate data without &lt;table&gt ;

                Spartanicus wrote:[color=blue]
                > toylet <toylet_at_mail .hongkong.com> wrote:
                >[color=green]
                >>Given this list of data:
                >>
                >>a1 a2 a3
                >>b1 b2 b3
                >>
                >>How could I tabulate them without using a table?[/color]
                >
                > Why?
                >[/color]
                just curious about possibility, nothing special.

                --
                .~. Might, Courage, Vision. In Linux We Trust.
                / v \ http://www.linux-sxs.org
                /( _ )\ Linux 2.4.22-xfs
                ^ ^ 12:46am up 3:05 1 user 1.43 1.39

                Comment

                • toylet

                  #9
                  Re: tabulate data without &lt;table&gt ;

                  Spartanicus wrote:[color=blue]
                  > toylet <toylet_at_mail .hongkong.com> wrote:
                  >[color=green]
                  >>Given this list of data:
                  >>
                  >>a1 a2 a3
                  >>b1 b2 b3
                  >>
                  >>How could I tabulate them without using a table?[/color]
                  >
                  > Why?
                  >[/color]
                  just curious about possibility, nothing special.

                  --
                  .~. Might, Courage, Vision. In Linux We Trust.
                  / v \ http://www.linux-sxs.org
                  /( _ )\ Linux 2.4.22-xfs
                  ^ ^ 12:46am up 3:05 1 user 1.43 1.39

                  Comment

                  • Jukka K. Korpela

                    #10
                    Re: tabulate data without &lt;table&gt ;

                    toylet <toylet_at_mail .hongkong.com> wrote:
                    [color=blue]
                    > just curious about possibility, nothing special.[/color]

                    Well, why don't you read the CSS 2 specification then? It surely
                    describes how tabular rendering could be achieved. Then test it on some
                    browsers and you will observe that some browsers have implemented it,
                    some haven't, and it's nothing you could rely on in practical WWW
                    authoring.

                    --
                    Yucca, http://www.cs.tut.fi/~jkorpela/

                    Comment

                    • Jukka K. Korpela

                      #11
                      Re: tabulate data without &lt;table&gt ;

                      toylet <toylet_at_mail .hongkong.com> wrote:
                      [color=blue]
                      > just curious about possibility, nothing special.[/color]

                      Well, why don't you read the CSS 2 specification then? It surely
                      describes how tabular rendering could be achieved. Then test it on some
                      browsers and you will observe that some browsers have implemented it,
                      some haven't, and it's nothing you could rely on in practical WWW
                      authoring.

                      --
                      Yucca, http://www.cs.tut.fi/~jkorpela/

                      Comment

                      • Spartanicus

                        #12
                        Re: tabulate data without &lt;table&gt ;

                        toylet <toylet_at_mail .hongkong.com> wrote:
                        [color=blue][color=green][color=darkred]
                        >>>Given this list of data:
                        >>>
                        >>>a1 a2 a3
                        >>>b1 b2 b3
                        >>>
                        >>>How could I tabulate them without using a table?[/color]
                        >>
                        >> Why?
                        >>[/color]
                        >just curious about possibility, nothing special.[/color]

                        Let us in on what you are trying to do or are wondering about and we
                        might be able to say something sensible about it.

                        --
                        Spartanicus

                        Comment

                        • Spartanicus

                          #13
                          Re: tabulate data without &lt;table&gt ;

                          toylet <toylet_at_mail .hongkong.com> wrote:
                          [color=blue][color=green][color=darkred]
                          >>>Given this list of data:
                          >>>
                          >>>a1 a2 a3
                          >>>b1 b2 b3
                          >>>
                          >>>How could I tabulate them without using a table?[/color]
                          >>
                          >> Why?
                          >>[/color]
                          >just curious about possibility, nothing special.[/color]

                          Let us in on what you are trying to do or are wondering about and we
                          might be able to say something sensible about it.

                          --
                          Spartanicus

                          Comment

                          Working...