I'm currently working on a chat system.
I want to keep a div message box in the center of the screen then a disconnect button and send message button
on each side of it.
[disconnect] [message box] [send]
but when I tried
<div align="center" style="float: left;">
the message box and button wasn't centered anymore
what's another way I can achieve this?
thanks.