Float not clearing

Permalink
Hello, I'm new to C5, but I really love it already and want to dive deeper into it. However, a client needs a website done in CMS proto. I've had this on the back-burner a while thinking C5 would handle it. But for some reason, the site, which I've already made, doesn't play nice in C5. My main content area will not clear the float. I did there standard <br class="clear" /> approach, but no dice.

Anyone else had issues w/ floats when converting a website to c5?

Huckleberry

Abs0lute
 
ScottC replied on at Permalink Reply
ScottC
from css forward it really just spits out text and html.

<br style="clear:both;" />?
Abs0lute replied on at Permalink Reply
Abs0lute
Hey Scott,

I have a .class {clear:both;}, w/ a <br class="clear" /> at the end, and it just won't clear.

And I gotta ask, 'All kinds of issues?', what's that alluding to?

Huck

Update: Fixed.
Took a bit of absolute positioning, but it's working now.