Editing Pages

Search:

Welcome

Login to contribute. Register if you haven't yet.

Need Support?

Search this site to find an answer. If you still need help, post a Question. Private or account-related support inquiries can be made at the Private Support forum.

Using The Editor

Browser Compatibility

The EditMe editor requires Internet Explorer 5.5 or greater on Windows, or Mozilla 1.4 or greater on Windows, Linux, or Macintosh.Safari users can edit pages, though this browser exhibits poor performance with EditMe's editor - Macintosh users are encouraged to use Firefox for better performance. Opera should work but is not tested.

Three Editor Modes

Below the editor are three buttons: Rich Text Editor will activate the default WYSIWYG HTML editor. Clicking Code Editor will activate a syntax-highlighting plain text editor. Lines do not wrap in this editor. Clicking Text Editor will activate a simple plain text editor. The page will remember the last editor used when it is saved.

The Editor Toolbar

Explore the editor's toolbar by hovering your mouse over each button for a moment. A "tooltip" will display the purpose of the button. When learning to use the editor, start with a test page and experiment with each button to familiarize yourself with its function. Most buttons use common icon and act like features in familiar word processing applications. Also see The Editor Toolbar.

Editor Caveats

It's good to keep the following in mind: 

  1. The editor, although reasonably functional and capable, is producing HTML for a web page.  HTML by definition is rather simple and is intended to by decoded by all kinds of browsers, on all kinds of machines, all over the world. 
  2. You are not using a powerful editing or document publishing tool like MS Word when you are editing the site.  So, be patient and keep your expectations at an appropriate level. 
  3. The editor is written in JavaScript and runs within your browser.  Though, it is quite functional and fast, it can get bogged down on slower machines when editing highly complex or lengthy content.

Aside from the normal toolbar features, note the following about the editor:

  • Pasting content into the editor from office applications can cause formatting problems on your site. Use the Paste from Word button to paste formatted content in from other sources.  Click here for more help with the paste buttons.
  • Avoid making very long and complicated tables - the editor is just Javascript, and will be come slow on some browsers and older machines if the content is extremely long and complex. Consider breaking long content up into multiple pages.
  • If you plan to edit the HTML using an outside HTML editor, edit these pages in with the Code or Text editors rather than the Rich Text Editor, which will modify the HTML pasted in to conform to its rules and expectations.
  • You can resize the editor by clicking on and dragging the bottom right corner with your mouse.
  • The styles listed in the Styles dropdown are taken from your site's CSS stylesheet. You can modify the list of available styles by editing your site's CSS Stylesheet in Site Settings.
  • The editor does not support IFRAME tags or TextArea tags. For code that the editor does not support, use the Text or Code editors. See Plain Text Editing, Using Javascript in EditMe and Google Ads.

The Frequently Asked Questions section also addresses a number of special situations concerning EditMe's editor.

Note: the editor has a limit of 180,000 HTML characters which. This is typically more than enough for even very long pages, but note that character count increases with the complexity of formatting.  It is best to keep pages with complex formatting short and save often while editing.

Back to Editing Pages