[css-d] Newbie: Trying to center items in a dropdownlist on web form

2005-08-04 Thread Lisa Carter
I am designing a web app and would like to have list items in a dropdownlist centered. I have been able to get all the textboxes and labels to center align using an external css. For the textboxes, I used: input {text-align: center;} For the labels, I used: span {text-align:center;} For the

[css-d] Newbie: Text Align items in a dropdownlist?

2005-08-03 Thread Lisa Carter
I am a newcomer that is working on a project using vb.net and asp.net. We are using CSS to format our web forms. I have been able to get the text in the label and textbox controls to center align and would like for the items in the dropdownlist to be centered as well. Can anyone help? Thanks