Columns in a form select element

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

    Columns in a form select element

    Hi all,

    Can this be done. I am wanting to have columns in my forms select element. I
    have data of varied length from three fields. Can this be done, or should I
    try and stuff spaces into the select element to asume columns

    Robert




  • Garp

    #2
    Re: Columns in a form select element


    "joe soap" <me@u.com> wrote in message
    news:rYidnZj-6ajsM1ndRVn-ig@is.co.za...[color=blue]
    > Hi all,
    >
    > Can this be done. I am wanting to have columns in my forms select element.[/color]
    I[color=blue]
    > have data of varied length from three fields. Can this be done, or should[/color]
    I[color=blue]
    > try and stuff spaces into the select element to asume columns
    >
    > Robert[/color]

    Thought about a fixed-pitch font like Courier?

    Garp


    Comment

    • joe soap

      #3
      Re: Columns in a form select element

      Hi,

      Thanks for the response,

      Yes I have but the data actually varies in length

      Thanks
      Robert

      "Garp" <garp7@no7.blue yonder.co.uk> wrote in message
      news:Fc2xc.222$ vf2.2140163@new s-text.cableinet. net...[color=blue]
      >
      > "joe soap" <me@u.com> wrote in message
      > news:rYidnZj-6ajsM1ndRVn-ig@is.co.za...[color=green]
      > > Hi all,
      > >
      > > Can this be done. I am wanting to have columns in my forms select[/color][/color]
      element.[color=blue]
      > I[color=green]
      > > have data of varied length from three fields. Can this be done, or[/color][/color]
      should[color=blue]
      > I[color=green]
      > > try and stuff spaces into the select element to asume columns
      > >
      > > Robert[/color]
      >
      > Thought about a fixed-pitch font like Courier?
      >
      > Garp
      >
      >[/color]


      Comment

      • Garp

        #4
        Re: Columns in a form select element

        [top-post fixed]

        "joe soap" <me@u.com> wrote in message
        news:D_GdncryNv WhnFjdRVn-uw@is.co.za...[color=blue]
        >
        > "Garp" <garp7@no7.blue yonder.co.uk> wrote in message
        > news:Fc2xc.222$ vf2.2140163@new s-text.cableinet. net...[color=green]
        > >
        > > "joe soap" <me@u.com> wrote in message
        > > news:rYidnZj-6ajsM1ndRVn-ig@is.co.za...[color=darkred]
        > > > Hi all,
        > > >
        > > > Can this be done. I am wanting to have columns in my forms select[/color][/color]
        > element.[color=green]
        > > I[color=darkred]
        > > > have data of varied length from three fields. Can this be done, or[/color][/color]
        > should[color=green]
        > > I[color=darkred]
        > > > try and stuff spaces into the select element to asume columns
        > > >
        > > > Robert[/color]
        > >
        > > Thought about a fixed-pitch font like Courier?
        > >
        > > Garp
        > >
        > >[/color]
        >
        >
        > Hi,
        >
        > Thanks for the response,
        >
        > Yes I have but the data actually varies in length
        >
        > Thanks
        > Robert[/color]

        Oh, well, then no. I think you wanted to know if there was a way of doing
        "FIELD1\tFIELD2 " - there isn't (www.w3.org is your friend). Space-padding is
        your friend also.

        And this isn't PHP after that.

        Garp


        Comment

        • Geoff Berrow

          #5
          Re: Columns in a form select element

          I noticed that Message-ID:
          <PYbxc.772$ss7. 6271035@news-text.cableinet. net> from Garp contained the
          following:
          [color=blue][color=green]
          >> Yes I have but the data actually varies in length
          >>
          >> Thanks
          >> Robert[/color]
          >
          >Oh, well, then no. I think you wanted to know if there was a way of doing
          >"FIELD1\tFIELD 2" - there isn't (www.w3.org is your friend). Space-padding is
          >your friend also.[/color]

          If the data will fit in columns, you could find the length of the
          longest element and use that to calculate the spaces to add.
          --
          Geoff Berrow (put thecat out to email)
          It's only Usenet, no one dies.
          My opinions, not the committee's, mine.
          Simple RFDs http://www.ckdog.co.uk/rfdmaker/

          Comment

          • joe soap

            #6
            Re: Columns in a form select element

            HI.

            Thanks Garp and Geoff for the infor, will look intot this

            Robert


            "Geoff Berrow" <blthecat@ckdog .co.uk> wrote in message
            news:0bkac01v0e k3nm2denu1798bo ibbsqqvnk@4ax.c om...[color=blue]
            > I noticed that Message-ID:
            > <PYbxc.772$ss7. 6271035@news-text.cableinet. net> from Garp contained the
            > following:
            >[color=green][color=darkred]
            > >> Yes I have but the data actually varies in length
            > >>
            > >> Thanks
            > >> Robert[/color]
            > >
            > >Oh, well, then no. I think you wanted to know if there was a way of doing
            > >"FIELD1\tFIELD 2" - there isn't (www.w3.org is your friend). Space-padding[/color][/color]
            is[color=blue][color=green]
            > >your friend also.[/color]
            >
            > If the data will fit in columns, you could find the length of the
            > longest element and use that to calculate the spaces to add.
            > --
            > Geoff Berrow (put thecat out to email)
            > It's only Usenet, no one dies.
            > My opinions, not the committee's, mine.
            > Simple RFDs http://www.ckdog.co.uk/rfdmaker/[/color]


            Comment

            Working...