I want to know how I can prevent words from breaking up in my blog when it's too long for the word to fit in a line.
I think it's because of this code in the HTML code:
word wrap:break-word;
Please tell me how to change it so that long words appear in the next sentence instead of being broken up into fragments.
I think it's because of this code in the HTML code:
word wrap:break-word;
Please tell me how to change it so that long words appear in the next sentence instead of being broken up into fragments.