|
Posted by dsa2kja0f9laj on 12/16/05 16:11
Are you familiar with CSS? That's what you'll need to do it. For
instance:
<html>
<head>
<style type="text/css">
form input {/*************************************/
color: blue;/* this here's the interesting bit */
}/************************************************/
</style>
</head>
<body>
<form>
<input type="text" value="this is a test">
</form>
</body>
</html>
Never used CSS before? There're a plethora of tutorials on the web,
for example:
http://www.google.com/search?as_q=css+tutorial&num=10&hl=en&btnG=Google+Search&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=y&as_occt=any&as_dt=i&as_sitesearch=&as_rights=&safe=off
or, if the link breaks,
http://linkfrog.net/dacd
Hope this helps,
Walter Gildersleeve
Freiburg, Germany
______________________________________________________
http://linkfrog.net
URL Shortening
Free and easy, small and green.
Navigation:
[Reply to this message]
|