Hello,
I have a comment system that i wrote in PHP when i have used linebreak: $area = wordwrap($area, 62,"<br>",1);
to auto break after 67 charectars so my comments don't go over a css box but when i write in uppercase; since the letters are larger it overflows. How can i stop this? You can see the effect of this here.
Sanchixx