html select's option tag's display

T

TS

i have a DDL that i am allowing its content to not be html encoded. my goal
is to have each option tag with formatted spacing so that it appears to be 2
columns in the drop down list. i cannot do spaces or other characters to get
this spacing becuase the with of spacing is not the same from option to
option. i would like it to look like this so the list is visibly readable:

11234 Equipment
313452 Tools
133 Cars


Any help is appreciated,
thanks
 
T

TS

to reiterate, i have tried simple   for spacing but the width taken up
by the space is not the same as the width for a character, so alignment is
not achieved (i have tried <pre> tag but it is isgnored)
 
S

Steven Cheng [MSFT]

Hi TS,

From your description, you're using an html <select> list to display some
text data list. Since each select option will display two data field,
you're looking for a way to better format the options so that those options
are aligned correctly(like table) vertically, correcct?

Regarding on this issue, I've performed some tests. It seems the <select>
list's <option> item is quite limited that we can add little inner html to
format the text in it. At least, html <table> cannot be used in <option>.
I've also tried using <div>, it can be embeded into it, however, setting
the width also not quite work. I'm thinking whether we can do the length
formatting at data level. For example, for the data items you will bind to
the <select> list, it is possible that you format the text data before bind
to <select> list? For example, you can append html space (&nbsp;) to each
text so as to fill them as a fixed width?

Or you can look for some customized rich dropdownlist approach:

#Rich List Controls in ASP.NET
http://www.codeproject.com/KB/custom-controls/RichListControls.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.


==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
T

TS

Thanks, i was able to get the alignment to work using &nbsp; and a monospace
font (courier)
 
S

Steven Cheng [MSFT]

Thanks for your reply TS,

I'm glad that you've found out your means to get the alignment working. If
there is anything else we can help later, welcome to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Subject: Re: html select's option tag's display
Date: Thu, 1 May 2008 09:39:17 -0500
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top