Edit Rich Text Content
Why rich text editing matters
Section titled “Why rich text editing matters”Most content on a website lives inside rich text fields. If you cannot format that text effectively, your pages look flat, links break, and media sits in the wrong place. The CMS rich text editor (powered by TinyMCE) gives you word-processor-style tools directly in the browser so you can shape content without touching code.
Format text with the toolbar
Section titled “Format text with the toolbar”The toolbar appears at the top of every rich text field when you click into it.
- Select the text you want to format.
- Choose a formatting option from the toolbar:
- Bold (B) or Italic (I) for emphasis.
- Heading dropdown to apply heading levels (H2 through H6).
- Bulleted list or Numbered list for structured items.
- Blockquote for quoted passages.
- Verify the formatting appears in the editor preview.
Apply custom styles
Section titled “Apply custom styles”Your development team may define custom styles that match your site design. These appear in the Styles or Format dropdown.
- Select the text or block you want to style.
- Open the Styles or Format dropdown in the toolbar.
- Choose a custom style, such as “Intro Paragraph” or “Highlight Box.”
- Verify the style appears in the editor. Custom styles may not look exactly like the live site in the editor, but they render correctly on publish.
Use keyboard shortcuts
Section titled “Use keyboard shortcuts”Keyboard shortcuts speed up formatting so you can keep your hands on the keyboard.
| Action | Windows | Mac |
|---|---|---|
| Bold | Ctrl+B | Cmd+B |
| Italic | Ctrl+I | Cmd+I |
| Underline | Ctrl+U | Cmd+U |
| Undo | Ctrl+Z | Cmd+Z |
| Redo | Ctrl+Y | Cmd+Shift+Z |
| Select all | Ctrl+A | Cmd+A |
| Insert link | Ctrl+K | Cmd+K |
| Paste as plain text | Ctrl+Shift+V | Cmd+Shift+V |
Paste content from Word
Section titled “Paste content from Word”Copying from Microsoft Word often brings hidden formatting that breaks your page layout. The editor cleans up most of this automatically, but you can control what happens.
- Copy the text from Word.
- Click into the rich text field in the CMS.
- Paste using Ctrl+V (Windows) or Cmd+V (Mac). The editor strips most Word-specific formatting.
- If formatting looks wrong, undo the paste with Ctrl+Z, then paste again using Ctrl+Shift+V to insert plain text only.
- Reapply headings, bold, and lists using the toolbar.
- Verify the result by switching to the preview view.
Add links
Section titled “Add links”Links connect your content to other pages, files, and external resources. The CMS supports five link types so you can link to almost anything.
Link to another page in the CMS
Section titled “Link to another page in the CMS”- Select the text you want to turn into a link.
- Click the Insert/edit link button in the toolbar, or press Ctrl+K.
- In the link dialog, select the Page tab.
- Browse the content tree or search for the target page.
- Select the page and click OK.
- Verify the link appears highlighted in the editor.
Link to a media file
Section titled “Link to a media file”- Select the link text.
- Open the link dialog.
- Select the Media tab.
- Browse or search for the file (PDF, image, or document).
- Select the file and click OK.
Link to an external URL
Section titled “Link to an external URL”- Select the link text.
- Open the link dialog.
- Select the External or URL tab.
- Enter the full URL, including
https://. - Choose whether the link opens in a new window.
- Click OK.
Link to an email address
Section titled “Link to an email address”- Select the link text.
- Open the link dialog.
- Select the Email tab.
- Enter the email address and an optional subject line.
- Click OK.
Link to an anchor on the same page
Section titled “Link to an anchor on the same page”- First, create an anchor: place your cursor where you want the anchor, then select Insert anchor from the toolbar and give it a name.
- Select the text that should link to the anchor.
- Open the link dialog.
- Select the Anchor tab.
- Choose the anchor name from the dropdown.
- Click OK.
Use drag-and-drop linking
Section titled “Use drag-and-drop linking”You can create links by dragging content directly into the rich text field.
- Open the content tree or media panel alongside the editor.
- Find the page or file you want to link.
- Drag it into the rich text field at the position where you want the link.
- The editor inserts a link using the page title or file name as the link text.
- Edit the link text if needed by clicking on it.
Insert media
Section titled “Insert media”You can embed images and videos directly in rich text fields.
- Place your cursor where you want the media to appear.
- Click the Insert/edit image button in the toolbar.
- Browse the media library or search for the image.
- Select the image and set the Alt text (required for accessibility).
- Optionally set alignment and size.
- Click Insert.
- Verify the image appears at the correct position in the editor.
Common issues
Section titled “Common issues”| Issue | Cause | Fix |
|---|---|---|
| Formatting looks different on the live site | Editor styles differ from site CSS | This is normal. Check the preview or published page for accuracy. |
| Pasted text has unexpected spacing | Hidden Word formatting survived cleanup | Undo and paste as plain text (Ctrl+Shift+V), then reformat. |
| Link goes to the wrong page | Selected the wrong item in the content tree | Edit the link and re-select the correct target. |
| Image does not display | Missing alt text or broken media reference | Re-insert the image and add alt text. |
| Toolbar buttons are missing | Your role does not have permission for that feature | Contact your administrator to adjust editor permissions. |
1. A content author pastes a press release from Word and notices extra line breaks and unusual fonts in the editor. What is the best way to fix this?
Pasting as plain text (Ctrl+Shift+V) strips all Word formatting. You can then apply headings, bold, and lists cleanly using the toolbar, avoiding hidden formatting artifacts.
Pasting as plain text (Ctrl+Shift+V) strips all Word formatting. You can then apply headings, bold, and lists cleanly using the toolbar, avoiding hidden formatting artifacts.
Review this topic →2. You need to create a link from a product name in the body text to a PDF spec sheet stored in the media library. Which link type should you use?
A media link connects directly to a file in the CMS media library. This keeps the reference managed by the CMS, so if the file moves or gets renamed, the link stays valid.
A media link connects directly to a file in the CMS media library. This keeps the reference managed by the CMS, so if the file moves or gets renamed, the link stays valid.
Review this topic →