Page 1 of 1

Style just text in input line

Posted: Sun Jun 06, 2010 10:50 am
by pizzipie

Code: Select all

<input type="radio" name="input" value="home" checked="checked"/> Home Address<br>
How can I style just the text (Home Address) in the above line?

I'd like to know inline like .... style='color:blue;' and in the <head> part of a script like ... Input { color:blue}

Thanks, RP

Re: Style just text in input line

Posted: Sun Jun 06, 2010 11:24 am
by kaszu
Wrap text in <label>Home Address</label> and apply style to it

Re: Style just text in input line

Posted: Sun Jun 06, 2010 4:44 pm
by pizzipie
:D :D SOLVED Thank you very much Kasu !!!!