<![CDATA[ Formatting Changes Lost - My Forums]]> https://forums.modx.com/thread/?thread=45662 <![CDATA[Re: Formatting Changes Lost]]> https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264233 mchtower Nov 21, 2007, 12:04 PM https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264233 <![CDATA[Re: Formatting Changes Lost]]> https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264232 http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/remove_linebreaks maybe?]]> opengeek Nov 20, 2007, 05:20 PM https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264232 <![CDATA[Re: Formatting Changes Lost]]> https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264231 mchtower Nov 20, 2007, 01:20 PM https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264231 <![CDATA[Re: Formatting Changes Lost]]> https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264230 opengeek Nov 20, 2007, 12:36 PM https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264230 <![CDATA[Re: Formatting Changes Lost]]> https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264229
I’m not making the new line in the WYSIWYG editor, I’m making it in the source. My question concerns only editing and viewing code in the source. I put in the part about the WYSWIG editor just the make the point that the source changes/reverts when I leave the source, go to the WYSIWYG editor and then go back to the source. I’m not making any changes in the WYSIWYG editor.]]>
mchtower Nov 20, 2007, 11:52 AM https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264229
<![CDATA[Re: Formatting Changes Lost]]> https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264228 tag to the HTML. If you do not have a
tag in the HTML, you will not get a new line. Certain HTML tags automatically cause the browser to break to a new line; <p> tags and <li> tags are some others besides
that do so. Having a line break in text does not.]]>
sottwell Nov 20, 2007, 11:48 AM https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264228
<![CDATA[Re: Formatting Changes Lost]]> https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264227
Thanks for the reply, I think maybe I wasn’t clear or used the wrong terminology.

When I’m editing the source code and make changes such as breaking the source into multiple lines when I go to the WYSIWYG editor and then back to source the source is no longer on multiple lines.

In my example no matter what I do the source alway reverts to being on the same line.

How do I change the source so that it retains any formatting changes I make?]]>
mchtower Nov 20, 2007, 11:10 AM https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264227
<![CDATA[Re: Formatting Changes Lost]]> https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264226 tags.]]> sottwell Nov 20, 2007, 10:17 AM https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264226 <![CDATA[Formatting Changes Lost]]> https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264225
For example, if I change this:
<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>

to this:
<p>This is some <strong>sample text</strong>.
You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.
</p>

When I go back to the source view the content again looks like this:
<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>

Am I doing something wrong?]]>
mchtower Nov 20, 2007, 09:53 AM https://forums.modx.com/thread/45662/formatting-changes-lost#dis-post-264225