drop down box text

  • Thread starter Thread starter matt shudy
  • Start date Start date
M

matt shudy

Hi,

I was wondering if there was a way to change the font in a
drop down box...

I have a page where the user fills out a form to be
submitted to a db, in that form there is a description
form field, i want them to be able to choose from a select
few font types, which will be how their description will
be shown. So i have a drop down box that lists the
available fonts, i want the font names to be displayed in
that font. Is that possible?

I have this for the dropdown box code... <option>Arial
Black</option> plus the value, which will make the
displayed text the right font... Where would i add the
<font face="Arial Black"> ?


Thanks,

Matt Shudy
 
If you only have a few, then consider creating a image of the font, then use
Radio button for the selection.

You can use CSS to set the font style on all items in the drop down, I am
not sure if you can set it for each individual item.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Good idea, thanks

Matt Shudy
-----Original Message-----
If you only have a few, then consider creating a image of the font, then use
Radio button for the selection.

You can use CSS to set the font style on all items in the drop down, I am
not sure if you can set it for each individual item.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp




.
 
Back
Top