murli800 Posted June 15, 2011 Share Posted June 15, 2011 i created some part of yahoo page in just tr td format and i want to design it in css...help me to design in..i did some css..i have difficuly in placing the NAME in the 3rd row ..how to place..input fields are easy to place ..but i want to make a definite class to all the labels like "SEX,COUNTRY,...."..so help me to do this..i am attaching my HTML code..thanx in advance .. [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
spiderwell Posted June 15, 2011 Share Posted June 15, 2011 your post is hard to understand unfortunately, but what is the problem with creating a class in css to apply to all the labels? you would do it like any other class you have. <label class="someclass" >Name</label><input class="inputname" type="text" name="name" value="" /><input class="inputsurname" type="text" name="surname" value="" /> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.