Jump to content

Help in designing yahoo page


murli800

Recommended Posts

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 :confused:..

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/239415-help-in-designing-yahoo-page/
Share on other sites

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="" /> 
        				

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.