FONT SIZE

05/02/2004 - 21:06 por Alejandro T | Informe spam
Blank
HELLO
how can I get different font size in the form method "select", "input"
instructions working under ASP? because when I check with the browser is too
big in the table

=<FORM method="post" action="../gallery/default.asp">
Select a category:
<SELECT name="CategoryID">
<option value="">Select Your Gallery</option>
<OPTION value="3">Digital Package</OPTION>
<OPTION value="6">others</OPTION>
<OPTION value="5">test</OPTION>
<OPTION value="4">Traditional Package</OPTION>

</SELECT>
<INPUT type="Submit" value="View Photos">
</FORM>
==
thank you in advantage
ale
 

Leer las respuestas

#1 Steven Burn
05/02/2004 - 22:09 | Informe spam
<input type="text" size="15" style="font-size: 11px; color: #000000;
font-family: verdana; background-color: #990000; border-color: #c9c9c9;
border-width: 1">

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)


Alejandro T wrote in message
news:
Blank
HELLO
how can I get different font size in the form method "select", "input"
instructions working under ASP? because when I check with the browser is


too
big in the table

=> <FORM method="post" action="../gallery/default.asp">
Select a category:
<SELECT name="CategoryID">
<option value="">Select Your Gallery</option>
<OPTION value="3">Digital Package</OPTION>
<OPTION value="6">others</OPTION>
<OPTION value="5">test</OPTION>
<OPTION value="4">Traditional Package</OPTION>

</SELECT>
<INPUT type="Submit" value="View Photos">
</FORM>
==>
thank you in advantage
ale


Preguntas similares