Connecting Tech Pros Worldwide Help | Site Map

Columns in a form select element

joe soap
Guest
 
Posts: n/a
#1: Jul 17 '05
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
Guest
 
Posts: n/a
#2: Jul 17 '05

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


joe soap
Guest
 
Posts: n/a
#3: Jul 17 '05

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.blueyonder.co.uk> wrote in message
news:Fc2xc.222$vf2.2140163@news-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]


Garp
Guest
 
Posts: n/a
#4: Jul 17 '05

re: Columns in a form select element


[top-post fixed]

"joe soap" <me@u.com> wrote in message
news:D_GdncryNvWhnFjdRVn-uw@is.co.za...[color=blue]
>
> "Garp" <garp7@no7.blueyonder.co.uk> wrote in message
> news:Fc2xc.222$vf2.2140163@news-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


Geoff Berrow
Guest
 
Posts: n/a
#5: Jul 17 '05

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\tFIELD2" - 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/
joe soap
Guest
 
Posts: n/a
#6: Jul 17 '05

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:0bkac01v0ek3nm2denu1798boibbsqqvnk@4ax.com...[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\tFIELD2" - 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]


Closed Thread