Originally Posted by swguy rvagrrl, I notice you have <br class="clearBoth" /> after your textarea for message input and you're not using float:left on it. I would change these things. I just tried to add to the CSS: Code: textarea{ clear: both; } And that seems the fix rvagrrl's problem.
textarea{ clear: both; }
Forum Rules