Title: Visual Editor:  Not Saving Formatting
Last modified: August 19, 2016

---

# Visual Editor: Not Saving Formatting

 *  [tinker123](https://wordpress.org/support/users/tinker123/)
 * (@tinker123)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/visual-editor-not-saving-formatting/)
 * Hi;
 * I made a custom theme for a wordpress blog to make it look like an existing, 
   static, web site.
 * I’m in the process of copying the content over.
 * The Visual Editor, the tab on the editing window for WYSIWYG editing has a powerful,
   helpful feature. If I select content on the old site and paste it into the visual
   editor it will carry over the HTML formatting, links, pictures etc. Brilliant!
 * The only problem I am having is that once I hit “save” the font size shrinks 
   in Visual Editor. The other formatting routine is retained.
 * In my theme I was setting font size, so I successfully disabled that. It didn’t
   help with the problem. Once I save, I lose the font sizes.
 * To make sure it was not my custom theme, I switched themes in the blog to the“
   wordpress classic” theme. I got the same problem. When I hit “update” in the 
   visual editor I lost the font sizes.
 * Any idea what this is about and what I might do about it?
 * Thanks in advance

Viewing 1 replies (of 1 total)

 *  Thread Starter [tinker123](https://wordpress.org/support/users/tinker123/)
 * (@tinker123)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/visual-editor-not-saving-formatting/#post-1761480)
 * I have learned more about this issue. I have also found a workaround. I am posting
   what I learned here to help people with a similar problem in the future. It is
   also my hope someone at WordPress sees this and decides to switch to another 
   editor software plugin in WordPress.
 * The default editor in WordPress is from a 3rd party package called the TinyMCE
   editor.
 * I noticed that the font sizes from pasted HTML also shrank if I switched tabs
   from the “Visual Editor” ( TinyMCE ) to the HTML editor and back.
 * For example, this was an original line of HTML code I pasted into the TinyMCE
   editor:
 *     ```
       <font face="Verdana,Arial,Helvetica,sans-serif" size="5" color="ffff99">
       <b>WHO WE ARE</b>
       </font>
       ```
   
 * This is what the TinyMCE editor did to it when I switched tabs or saved:
 *     ```
       <span style="font-family: Verdana,Arial,Helvetica,sans-serif;
       color: #ffff99;
       font-size: large;">
       WHO WE ARE</strong>
       </span>
       ```
   
 * I noticed that the CSS Style box in the TinyMCE only had font sizes go down to“
   9” and the pasted code had “5”. I’m guessing it did not what to do about that
   and since it couldn’t make the font “5” it just resized it to “large”, which 
   had the effect of shrinking the font.
 * I found a plugin called “CKeditor” which is also a WYSIWYG editor, also allows
   me to copy and paste directly off of a web page which will save me work transfering
   content from the old site to the blog I made and it doesn’t redo the HTML tags
   so the font sizes aren’t getting clobbered.
 * I hope this helps someone else and spares them having to invest their time doing
   the troubleshooting I did.

Viewing 1 replies (of 1 total)

The topic ‘Visual Editor: Not Saving Formatting’ is closed to new replies.

## Tags

 * [editor](https://wordpress.org/support/topic-tag/editor/)
 * [font](https://wordpress.org/support/topic-tag/font/)
 * [paste](https://wordpress.org/support/topic-tag/paste/)
 * [size](https://wordpress.org/support/topic-tag/size/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [tinker123](https://wordpress.org/support/users/tinker123/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/visual-editor-not-saving-formatting/#post-1761480)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
