[css-d] how to use a class in a class

2006-07-28 Thread xhu1
Hi, I have a class defiend for form input label calles .formfieldtext. Now I use table to layout the whole user input form. I added: .td1_1 {width:150px; height:20px} How can I use .formfieldtext in .td1_1 so that there is no repeat. Also how can I add colspan in the .td1_1? Thanks

Re: [css-d] how to use a class in a class

2006-07-28 Thread Els
xhu1 wrote: Hi, I have a class defiend for form input label calles .formfieldtext. Now I use table to layout the whole user input form. I added: .td1_1 {width:150px; height:20px} How can I use .formfieldtext in .td1_1 so that there is no repeat. I think you are looking for .td1_1