yuniar, thanks for you post, i added code you suggest but still no success.
Now if you look at my sample on person1 and person 2 here
http://eastwoodcompanies.com/enshop/index.php?main_page=page&id=41
only Name - Phone - Email should be on the same line
Concerned about weight - Concerned about diabetes should be below.
now part of the css code is
#li_1{
float: left;
width: 40%;
clear: both;
}
#li_2{
width: 55%;
}
#li_5{
float: left;
width: 30%;
clear: both;
}
#li_7{
float: left;
width: 30%;
}
#li_6{
float: left;
width: 35%;
}
#li_25{
float: left;
clear: both;
width: 40%;
}
#li_28{
float: left;
width: 50%;
}
#li_10{
float: left;
width: 30%;
clear: both;
}
#li_11{
float: left;
width: 30%;
}
#li_12{
float: left;
width: 35%;
}
#li_27{
float: left;
clear: both;
width: 40%;
}
#li_26{
float: left;
width: 50%;
}
it shouldnt behave this way, please take a look sample again
many thanks