Re: [css-d] Form Alignment

2009-10-28 Thread Mark Henderson
Dave wrote: > File Here: > http://www.linkhomes2000.co.uk/main/selling/link_start_sell-property.php > > can not get text on left to align with fields on right. This is the offending css: [...] Then Dave responded to Tim > Hi, > > Thank you for your reply, you were the only one who did reply, fo

Re: [css-d] Form Alignment

2009-10-28 Thread grovesdavid
Climis, Tim Wrote: Untested, but try: .label1 { font:1em/1.5em bold italic small-caps verdana,serif; float: left; <-- delete width:30%; height:2em !important; margin:0px; display: block; <-- add } .para1 { /* width:auto; height:auto; */ <-- delete, unneeded padding:0; margin:0; float: left; <--

Re: [css-d] Form Alignment

2009-10-23 Thread Climis, Tim
Untested, but try: .label1 { font:1em/1.5em bold italic small-caps verdana,serif; float: left; <-- delete width:30%; height:2em !important; margin:0px; display: block; <-- add } .para1 { /* width:auto; height:auto; */ <-- delete, unneeded padding:0; margin:0; float: left; <-- add } .para2

[css-d] Form Alignment

2009-10-23 Thread grovesdavid
Hello, File Here: http://www.linkhomes2000.co.uk/main/selling/link_start_sell-property.php can not get text on left to align with fields on right. This is the offending css: .form1 { width: 100%; background :transparent; } .field1 { float:left; width:100%; height:auto; border:none; } .lab

[css-d] Form Alignment

2009-10-23 Thread grovesdavid
Hello, File Here: http://www.linkhomes2000.co.uk/main/selling/link_start_sell-property.php can not get text on left to align with fields on right. This is the offending css: .form1 { width: 100%; background :transparent; } .field1 { float:left; width:100%; height:auto; border:none; } .la