Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

font incoming from user in a text box, can i change font?

Status
Not open for further replies.

mckarl

Programmer
May 5, 1999
147
GB
ok guys, (and i see AndyBo is still up there for that jacket) i was wondering (as i spend most of my life) why people insist in having boring text in their search engine type wotsits, <br><br>+--------<br>+ boring text<br>+--------<br><br>is there any way of changing that text entered within an input field?<br><br>T h a n k s&nbsp;&nbsp;&nbsp;f o r&nbsp;&nbsp;&nbsp;a n y&nbsp;&nbsp;&nbsp;h e l p !<br><br>Karl.<br><br>P.S. if you press enter it clears a submit box, if you use CTRL+z it puts it back!!&nbsp;&nbsp;(cool) -- sorry, i just found that out while posting this msg!<br> <p> Karl<br><a href=mailto:mc_karl@yahoo.com>mc_karl@yahoo.com</a><br><a href= > </a><br> ~ ~ ~ ~<br>
K A R L<br>
~ ~ ~ ~
 
Dear Karl,<br><br>In the IE browser you can change the borders and background color and text font family, size etc. using the attributes of the style property for an &lt;input type=&quot;text&quot;&gt; element.<br><br><br>try this:<br><br>&lt;style type=&quot;text/css&quot;&gt;<br>&lt;!--<br>.txInput{<br>&nbsp;&nbsp;font-family: Arial;<br>&nbsp;&nbsp;font-size: 12px;<br>&nbsp;&nbsp;color: #666666;<br>&nbsp;&nbsp;border: 1 solid #333333;<br>--&gt;<br>&lt;/style&gt;<br><br>&lt;input class=&quot;txInput&quot; type=&quot;text&quot; name=&quot;cssTest&quot; value=&quot;Hello World&quot;&gt;<br><br>Hope this helps<br>-pete
 
Thanks pete!!<br><br>-- great, i owe you one.<br><br>Karl.<br> <p> Karl<br><a href=mailto:mc_karl@yahoo.com>mc_karl@yahoo.com</a><br><a href= > </a><br> ~ ~ ~ ~<br>
K A R L<br>
~ ~ ~ ~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top