The "span" tag that encompasses the text I'm trying to display is of 500px width.
Now, every time I insert a text longer than that width, it crosses over to complete the text. That only happens when the text has no spaces (like:
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
you get the picture.
I've tried setting max-width, but it doesn't help either.
Any suggestions? (I'd hate to have to cut the text with php)