samporras Posted December 14, 2005 Posted December 14, 2005 Hey guys. I'm still kind of new to CSS, and had a quick question. Anybody know what the how to format the font/color/size for text inside a text box using css? would you have to create a class and have the text box reference that class? if so, what properties do i assign to it? .textbox ??{ font-size: font-color: } Thanks! Quote
TCH-Don Posted December 14, 2005 Posted December 14, 2005 To be honest a book is on css is your best investment. But tizag.com has a good tutorial on css and more. is this what you maen? ><style type="text/css"> <!-- TEXTAREA{ BACKGROUND-COLOR: #ffff99; COLOR: #000000; FONT: normal 100% Verdana,Arial,Sans-Serif; } --> </style> <textarea name="notes" rows="4" cols="40" maxlength="200"></textarea> Quote
samporras Posted December 16, 2005 Author Posted December 16, 2005 Thanks Don. Those are the tags i needed. I purchased CSS: The Definitive Guide and The Zen of CSS Design: Visual Enlightenment for the Web. Got them both on Amazon.com and hopefully they should be great help with CSS. Sam Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.