PC Review


Reply
Thread Tools Rate Thread

changing size of dropdown text

 
 
Matt Shudy
Guest
Posts: n/a
 
      12th Jan 2004
Hi,

I am trying to set the size of all my text using single
css commands. I am using
<font style="font-size: 16px"> Text </font>
for normal font, and that works fine.
Is there a way to specify the size in pixels of the text
inside a drop down box?

Thanks,

Matt
 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      12th Jan 2004
Create a class within in your css file,
for example.

..ddclass{
font size: whatever you want;
{

then add class="ddclass"
to the html tag that contains the dd form.

example;
<form class="ddclass" or <table class="ddclass"

Note that the period is used when defining the class in css,
but is not used when adding the class= to the html tag.

hth


--
95isalive
This site is best viewed..................
...............................with a computer
"Matt Shudy" <(E-Mail Removed)> wrote in message
news:0b0401c3d926$43b006a0$(E-Mail Removed)...
> Hi,
>
> I am trying to set the size of all my text using single
> css commands. I am using
> <font style="font-size: 16px"> Text </font>
> for normal font, and that works fine.
> Is there a way to specify the size in pixels of the text
> inside a drop down box?
>
> Thanks,
>
> Matt



 
Reply With Quote
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      12th Jan 2004
Hi Matt,

Yes.

<style>
<!--
..test { font-size: 18pt }
-->
</style>
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults"
U-File="http://www.fpplus.com/order/_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p><select size="1" name="D1" class="test"></select><input type="submit"
value="Submit" name="B1" ><input type="reset" value="Reset" name="B2"></p>
</form>
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at (E-Mail Removed)

"Matt Shudy" <(E-Mail Removed)> wrote in message
news:0b0401c3d926$43b006a0$(E-Mail Removed)...
> Hi,
>
> I am trying to set the size of all my text using single
> css commands. I am using
> <font style="font-size: 16px"> Text </font>
> for normal font, and that works fine.
> Is there a way to specify the size in pixels of the text
> inside a drop down box?
>
> Thanks,
>
> Matt



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dropdown List - Size of Text mlv Microsoft Excel Discussion 4 13th Dec 2007 02:26 PM
Changing the size of an In Cell Dropdown? =?Utf-8?B?bWlrZWxlZTEwMQ==?= Microsoft Excel Misc 1 24th Aug 2007 12:19 AM
How to Changing Dropdown text color in a Combo Box. =?Utf-8?B?VGhlIFNBIGd1eQ==?= Microsoft Excel Misc 2 2nd Aug 2007 06:26 PM
Text Size in dropdown box Randy Vieira Microsoft Excel Discussion 5 28th Jan 2005 08:56 PM
Text Size in Dropdown Randy Vieira Microsoft Excel Misc 1 26th Jan 2005 08:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:20 AM.