style float:left create problem

Permalink
hi,
i m new to concrete5 but after study the site i know somthing about it but not briefly i have a problem
<div style="float:left">


<?php
$as = new Area('Sidebar');
$as->display($c);
?>




</div>
by using this code my sidebar is not coming with red line and editable area but when i remove style="float:left" then it prefectly working

plze give me reply
thank's all of u

 
bryanlewis replied on at Permalink Reply
bryanlewis
Use CSS for your float left.
rajeevpandit replied on at Permalink Reply
Hi sir,
I have done it with css but same problem is coming.Please reply soon.Once again the probem is when i m using

style="float:left" the sidebar is not coming with editable area and with grey box.I did it with the css but same problem is coming please reply soon.Thank's

<div style="float:left">
<?php

$as = new Area('Sidebar');
$as->display($c);
?>
</div>