Well....I'm putting drop down menus on my website and my Myspace, and I searched for a snippet that made the drop down words center. Couldn't find anything. Does anyone know how to make this code center through out the entire menu?
Code:
<select style="font-size:12px;color:#FF0000;font-family:Comic Sans;background-color:#000000;font-weight:bold;" name="menu">
<option value>M*A*S*H*</option>
<option value>Viva La Bam</option>
<option value>Futurama</option>
<option value>Family Guy</option>
<option value>Simpsons</option>
</select></p>