| Posted by Moosus Gracius on 11/22/06 11:55 
Quick Question,
 Can you nest input tags insde of label tags and do away with the for
 attribute?
 
 ie:
 <p><label>Comments:<textarea name="textareaName" rows="4"
 cols="40"></textarea></label></p>
 
 or do I need to place them all inline
 
 ie:
 <p><label for="comments">Comments:</label><textarea
 name="textareaName" rows="4" cols="40" id="comments"></textarea></p>
 
 Cheers
 moosus
  Navigation: [Reply to this message] |