Text editor
The functionality of the text-editor in MyCMS is comparable to that of a word-processor.
Below you find a short description for each of the editor-buttons.
| Bold text style (Ctrl+B). | |
| Italic text style (Ctrl+I). | |
| Underline text style (Ctrl+U). | |
| Strikethrough text style. | |
| Align left. | |
| Align center. | |
| Align right. | |
| Align full. | |
| Unordered list/bullet list. | |
| Ordered list/numbered list | |
| Outdent/decrease indentation. | |
| Indent/increase indentation. | |
| Undo the last operation (Ctrl+Z). | |
| Redo the last operation (Ctrl+Y). | |
| Insert a new link, read more about this function in the Insert link section. | |
| Unlinks the current selection/removes all selected links. | |
| Insert a new anchor, read more about this function in the Insert anchor section. | |
| Insert a new image, read more about this function in the Insert image section. | |
| Cleanup code/Removes unwanted formating. This function is useful when you copy contents from for example a office product. | |
| Shows this help window. | |
| Opens HTML source code editor. | |
| Inserts a new table at the current location. | |
| Adds a row above the current one. | |
| Adds a row under the current one. | |
| Removes the row. | |
| Adds a column before the current one. | |
| Adds a column after the current one. | |
| Removes the current column. | |
| Inserts a new horizontal ruler | |
| Removes formatting from the selection. | |
| Makes the selection to be subscript. | |
| Makes the selection to be superscripted. |
Insert image button
The insert image button opens the window shown below.

You simply enter a URL to the image you want to link to and enter a image description,
this is then displayed as an alternative text descripton of the image on the page.
Field descriptions:
| Image URL | URL/path to the image. |
| Image description | Alternative description of image contents. |
| Dimentions | Image width/height. |
| Alignment | Image alignment, useful when wrapping text around images. |
| Border | Border thickness. |
| VSpace | Vertical space, useful when wrapping text around images. |
| HSpace | Horizontal space, useful when wrapping text around images. |
Insert link button
This button opens a new window with the insert/edit link function.

There are two fields in this window the first one "Link URL" is the
URL of the link. The target enables you to select how the link is to be opened.
Insert anchor button
This button opens a new window with the insert/edit anchor function.

There are one field in this window, this is where you enter the name of
you anchor point. Remember the anchor name needs to be unique.
Insert table button
The insert table button opens the window shown below. This action enables you to create tables.

Field descriptions:
| Columns | Number of columns in the table. |
| Rows | Number of rows in the new table. |
| Cellpadding | Cellpadding of the table . |
| Cellspacing | Cellspacing of the table . |
| Alignment | Table alignment . |
| Border | Border thinkness of table. |
| Width | Width in pixels of table . |
| Height | Height in pixels of table. |
| Class | Style or CSS class of table. |
Create accessible content
TinyMCE can create HTML content that will be accessible to all users, including those with disabilities using assistive technologies, as well as those using text-based browsers, or those browsing the Web with images turned off.
Things you can do to make your content accessible:
- Include an Image Description: Blind users, or
others who are unable to view images, will rely on the Image
Description (or Alt text) to take the place of the image. If an image
contains no meaning, such as a decoration or a spacer image, leave the
Image Description empty. TinyMCE will then insert an empty Alt text
attribute that will force assistive technologies to ignore the image.
- Add Scope to data table header cells: In the
table cell editor dialog window, choose a Scope when creating Header
cells so the column or row label in that cell becomes explicitely
associated with its data cells. Table cell headers will then be
announced with each data cell, making it easier for blind users using a
screen reader to understand what the content of each cell represents.
- Structure content with properly nested headings:
In the format selection menu choose Heading 1 to Heading 6 to represent
headings in your content, rather than using other font formating
options. Blind users using a screen reader can then extract the
headings from the page to generate a summary of the content it
contains, and use those headings to navigate quickly to subsections
within the page.
- Include alternate content: Create an alternate
page for non-HTML content such as Flash, Java applets, or embedded
movies. This might be a static image, with a description of the image,
and a description of the content that would have appeared in its place.
An alternate HTML page could also be created, and a link to it included
next to the non-HTML object. This will ensure that the content will be
accessible to users of assistive technologies that can not view or play
the content, and ensure the content will be available to those who do
not have the appropriate plugin or helper application installed.