PDA

View Full Version : css forms


Code junkie
01-28-2004, 08:09 AM
Hi there,
I was wondering if anywould could tell me how to get my forms running off css. I am only interested in getting the text be in a different font.

Thanks

Greg

Code junkie
01-28-2004, 08:14 AM
Hey there, I just found a good website for it, sorry for wasting your time. :(

The website is http://www.sitepoint.com/article/1166 by the way if anyone has the same problem.

karinne
01-28-2004, 08:15 AM
input {
font-family: ....;
}

giz
01-31-2004, 04:56 PM
Seems simple enough...