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
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; <--
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
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
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