Style just text in input line
Posted: Sun Jun 06, 2010 10:50 am
Code: Select all
<input type="radio" name="input" value="home" checked="checked"/> Home Address<br>Code: Select all
I'd like to know inline like .... style='color:blue;' and in the <head> part of a script like ... Input { color:blue}
Thanks, RP