Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fixed width combo boxes

Status
Not open for further replies.

ebarratt

Programmer
Apr 10, 2002
53
0
0
US
Hello all,

I'm writing an app that uses combo & listboxes in the form. Is there a way to make the characters inside the options fixed width? Currently, my option descriptions are all zig zaggy lol if that's a word.


style="font-size:9pt; color=navy; face=?" maybe inside of the selection tag? anyone have any fixed width font values that are common to all browsers that would be a good fit?

Any advise would be great, really just looking for a good standard face= value that is fixed width meaning all characters are of the same width and they will align properly thanks all.


Errol Errol Barratt
work: 856-810-5712
home: 856-697-1593
*** If there is a possibility, I'm sure all the smart ones out there will enlighten me 8p
 
You can set the width with style, like this:
Code:
 <select id=select1 name=select1 STYLE=&quot;WIDTH: 150px&quot;>

Palooka
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top