Problem with the words deviding
2 posters
Page 1 of 1
Re: Problem with the words deviding
Hi,
This word breaking behaviour comes from the code in the following topic that I gave you :
https://help.forumotion.com/t140526-my-post-extends-the-page
Removing that will restore normal word wrapping, but unbreakable words will return to expanding your forum width. You could try wrapping the unbreakable words with the code tags to see if that will fix the problem.
If it's still not breaking while inside the code tags, you can set that breaking behaviour on the codebox itself by adding the following to your CSS.
This word breaking behaviour comes from the code in the following topic that I gave you :
https://help.forumotion.com/t140526-my-post-extends-the-page
Removing that will restore normal word wrapping, but unbreakable words will return to expanding your forum width. You could try wrapping the unbreakable words with the code tags to see if that will fix the problem.
- Code:
[code][/code]
If it's still not breaking while inside the code tags, you can set that breaking behaviour on the codebox itself by adding the following to your CSS.
- Code:
.codebox code { word-break:break-all }
Re: Problem with the words deviding
Hii thanks for reply! It didnt really change much haha xd Still devided. If its not fixable then its ok. They will have to just read it as it is
Similar topics
» Words before nick problem
» Problem censoring words
» Translation of words
» Problem with typing key words in widgets
» Problem with javascript which counts the words
» Problem censoring words
» Translation of words
» Problem with typing key words in widgets
» Problem with javascript which counts the words
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum