Here's my code:
<tr>
<td class="homepage">
<select name="PC" size=20>
<cfloop query="allqbs">
<cfoutput>
<option>#Name#</option>
</cfoutput>
</cfloop>
</select>
</td>
</tr>
I can't the class style sheet to work in this dropdown menu. Can anyone help please?