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!

Widen a drop down box 1

Status
Not open for further replies.

gramaw

Technical User
Aug 14, 2002
9
US
How do I widen a drop down box on my asp page? Currently it will only go as wide as the biggest value in the list. I need it to be the same size as other boxes above and below it on the form.

ryan
 
add this to the select tag
style="width:170;"
You cannot mandate productivity, you must provide the tools to let people become their best.
-Steve Jobs
admin@onpntwebdesigns.com
 
Hi,
Maybe you could pad the list elements to the needed size?

Or place a default selected item that is a blank string of correct length?

Just a thought or 2..

[profile]
 
Onpnt,
Dude, you are the man, you are master pimp. All bow down before you.

Ryan

p.s. thanks to all others for your input
 
that's a lot of complimenting in one sentence Ryan.[thumbsup2]
Thanks for the star, glad I helped out You cannot mandate productivity, you must provide the tools to let people become their best.
-Steve Jobs
admin@onpntwebdesigns.com
 
hey onpnt,
can you help me with this one.

Can somebody help me to write a macro for excel 2000 that will search a column of choice for duplicate records, then delete all duplicates it finds, including the original, and the corresponding information in their rows. For example, if the records in a row were a, b, c, c, c, d, e, once the macro was finished the only records left would be a, b, d, and e. it will need to delete all instances of c, and the corresponding information the row.

Ryan


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top