I have a website where i embed tiny mce to allow the users to edit the main content on the site.
The issue is that if a users highlights the top row and clicks center button, the text alignment for the entire document (multiple paragraphs) all get centered.
has anyone seen this or have any suggestions?
Are you sure the paragraphs are truly multiple paragraphs (i.e.
<P>tags in the source and not simply two line-breaks (i.e.<br />) tags?If that is the case then it is simply a matter of training your users to push Enter rather than Shift + Enter