Aargh!
Figured changing the font size would be easy, but I'm not seeing how to do it.
Here's a sample of the code of one of the lists:
Code:
<select name="health" size="5" multiple id="select5" style="width:205px">
<option>Veterinary
<option>Hospital
<option>Nursing Home
<option>Physicians
<option>Retirement Center
<option>Retirement Living
<option>Retirement Center Food Svc.
</select>
I'm using DW...and am guessing that the font size is a default. Can I insert some code to designate the size of the font of the items in the list?
Thank you!