Hi all.. i am trying to style one of the label tag from my code.But it is not working, and i do not know whats really the problem.Or there is the other way to style the <label> tag perhaps?
anyway, here is the code :
<FORM NAME="message_wall" ACTION="" METHOD="">
<label for="message_wall">What's Your Problem?</label>
<textarea rows="3" name="S1" cols="104" id="message_wall" name="message_wall" value="message_wall"></textarea>
<ul id="media">
<li><img src="images/link.png"> Link</li>
<li><img src="images/pictures.png"> Photo</li>
<li><img src="images/video.png"> Video</li>
<li><img src="images/audio.png"> Audio</li>
</ul>
<button type="submit" id="post-to-desk">Post to Desk</button>
</FORM>
</form>
THE css is here :
label {
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:14px;
color:blue;
}
i think i've done it correctly.help me please..thank you..