PDA

View Full Version : HTML: Can you limit length on drop down boxes?


smacks
08-16-2004, 12:03 PM
Hey guys,

I need to be able to limit the length of a drop down selection box because a few of the values in the box are too long making my tables look horrid... is it possible to do this?

Thanks

ucm
08-16-2004, 06:23 PM
sure, you could specify in you php or asp/etc to only show the first xx number of characters "in between" the option and /option tags but put the full value in the option's value="" attribute