Hi
I am trying to put a drop down list on my site, using dreamweaver as my tool to do this. Question, how do i set the font size, colour, and background colour to the box.
Below is the code for the list so far...
<select name="select" size="0">
<option value="www.1" selected>Forthcoming</option>
<option value="www.2">Catalogue</option>
<option value="www.3">Unsigned Artists</option>
<option value="www.4">Independent</option>
</select>
Thanks, Steven
I am trying to put a drop down list on my site, using dreamweaver as my tool to do this. Question, how do i set the font size, colour, and background colour to the box.
Below is the code for the list so far...
<select name="select" size="0">
<option value="www.1" selected>Forthcoming</option>
<option value="www.2">Catalogue</option>
<option value="www.3">Unsigned Artists</option>
<option value="www.4">Independent</option>
</select>
Thanks, Steven
Comment