I would go to your admin, go to that post and check the text view.
Look for any tags that might be in there. I see a div tag in the html source code.
It might be the cause of the issue.
for some odd reason the ‘new’ post’s space characters are of the kind i.e. don’t allow easy breaking;
example from the html:
<p>Healthcare Connect provides healthcare organizations with the tools and expertise to improve outcomes, reduce cost, increase patient base, maximize reimbursement and improve communication between patient-care stakeholders.</p>
(this might not even show when you view the source, or when you use a browser inspection tool; it only showed in the Forefox web developer add-on)
possibly re-install wp3.5.1 manually –
http://codex.wordpress.org/Updating_WordPress
http://codex.wordpress.org/Updating_WordPress#Manual_Update
I will give these a go, thanks!
Still nothing, unfortunately =/
I think I found the issue.
For some strange reason, if you look at the source code, you will see this:
Healthcare Connect provides healthcare organizations with the tools and expertise to improve outcomes, reduce cost, increase patient base, maximize reimbursement and improve communication between patient-care stakeholders.
That first sentence is made of a one long word.
I’m not sure what caused that….
You can try copying the content from the webpage, going into your editor and pasting the content in HTML view, not visual.
you can also try deactivating all of your plugins and switching themes.
Christine,
You are fantastic, I C/P’ed this into Notepad, C/P’ed this back into the site and viola!
Awesome. Glad I could help.