Custom fonts in for textboxes and buttons...

windows

Guest
I've seen on the web a lot of people have a nice, 1 pixel solid black border on their text boxes, and a custom font for their button (Tahoma, Arial, etc.)<br />
<br />
I've been looking around, and haven't seen how to do this. I find the font on the standard button/textbox kind of hiddeous -- especially on Mozilla and non-antialias friendly Linux flavors. <br />
<br />
I know there's some trick in Frontpage that let me do this, but I didn't take a decent enough look at the HTML tags. Is there a good tutorial out there that can show me how to do this?<br />
<br />
Tx<!--content-->With CSS:<br />
<style type="text/css"><br />
<!-- <br />
input.withstyle {<br />
border : 1px solid Black;<br />
font-family : Tahoma, Arial;<br />
}<br />
--><br />
</style><br />
<br />
and your input tag:<br />
<input class="withstyle" type="text" name="reply" /><!--content-->That is awesome.<br />
Thank you very much -- exactly what I wanted. Just need to play w/ the padding a bit and make an image button.<br />
<br />
Cheers!<!--content-->
 
Back
Top