Quote Originally Posted by swguy View Post
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.