Please provide a link to a page on your site where we can see this. This is a CSS issue. Thanks.
I cannot see unpublished posts. Please publish one of those.
Generally speaking copying from MS Word is a bad idea. You almost always get some invisible control marks into the copied text and when you paste the text these marks cause a lot of trouble. Either save the text from MS Word into plain text or paste the text into a plain text editor, which supports zapping those gremlins (e.g. Notepad++ for MS Windows, BBEdit for Mac). Use that cleaned text in your table.
Thread Starter
kvol
(@kvol)
Once again, please provide a link to a page that does not require a login that demonstrates the issue.
Thread Starter
kvol
(@kvol)
Sorry I’m not sure what to do. I posted links to two different pages and one was after I hit Publish.
OK, looking at https://piscopio.uailab.cl/tips-to-co-construct-antidote-1-via-unique-outcomes-27/
Try this CSS:
p {
word-break: break-word;
}
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
See https://i.imgur.com/MRaskKI.png

Thread Starter
kvol
(@kvol)
Thanks for your reply. If you notice in my orignal post, I asked for “exact” directions, and what I meant by that is where do I put such coding? I know nothing about coding or what you wrote there, so where would I put that info?
And if my words are breaking in a table and occur in each row within the table, do I have to do this coding for every row or just in one place and it’ll apply to the whole table? And all of the tables (over 30 of them) are already done and all of the words in all of the tales are broken. I’m just wondering how to fix all of these tables.
Thanks again.
Follow the codex link I gave you. It’s global.
Thread Starter
kvol
(@kvol)
I did open the link. I have no clue what any of that means. I am very basic in terms of web development (I did one website using Wix but never before have I used WordPress) and know nothing about coding at all. I was hoping to try and figure it out with some help and guidance as to where to put this code you sent me but I have no idea based on that web address you sent. I looked over it and it seems like everywhere I read, it assumes readers/users have experience with coding, which is not the case with me.
I’ll try one more time with a question in hopes I can figure it out but if not then I’ll have to hire someone to do this for me.
On the post I am creating, I put a TABLE in CLASSIC mode. When I type words into this table, the words break. Where on that page when I am creating post do I enter in a code to prevent the words from breaking? I see under “ADVANCED” there is “Additional CSS Class” with a box underneath to add stuff to but I tried entering
p {
word-break: break-word;
}
in that box and it did not work (the words in the table were still broken).
It is probably super simple once I understand where, hence why I am trying to figure it out this route instead of hiring someone to do it.
Hopefully this time you can help. If not, then thank you for your time and for trying.