Some Tips for Using the Online Editor
This site uses the FCKeditor online editor built into our Drupal CMS to allow users to create or edit articles.
This is a WYSIWYG HTML editor that uses a Microsoft Word style toolbar so editing is both easy and familiar for most users. No knowledge of HTML is required though HTML experts can if they wish, click the "Source" button in the editor to edit the HTML directly.
The editor features available depend on the privileges of the user.
Unregistered site visitors have no access to the HTML editor at all. They are only offered a plain text editor.
Registered site visitors have access to the online editor but are only provided with a very basic toolbar with limited features.
Category Editors have access to a much more extensive toolbar with many features.
This article is not a reference manual on using the FCKeditor online editor. You can find that here. Instead, I'll show you a few handy usage tips:
- The correct way to import text
- A word of warning
- How to insert a single line break
- How to create a link to a website
- How to create a link to a page in this site
- How to create a link to a bookmark in your article page
The correct way to import text
You don't need to write your review or article online using the online editor. You can do so if you wish, but most users find it easier to write offline using an editor with a spell checker.
Writing offline has another advantage: you have a copy of your work in the event something goes wrong. When writing online it's all too easy to hit the wrong key and lose all your work.
If you choose to write offline we strongly recommend using a plain text editor like Notepad. That's because the formatting commands built into word processing programs like Word or WYSIWYG html editors like Frontpage can seriously conflict with the formatting of our website as determined by our Drupal theme and style sheets.
So we recommend you create your articles offline in plain text, copy and past them into the online editor and then format the article using the online editor.
However, there a few tricks you need to know:
If you use a plain text editor like Notepad to create your review, make sure you don't have hard line breaks at the end of each line because this will mess up the format of your online review. If you do have hard line breaks, remove them and let the text wrap naturally. You can do that using this free web service. ard paragraph breaks are fine.
If you really must use an offline WYSIWYG editor like Word then save the file as a plain text file (.txt) when you have finished and then copy and paste the contents of the plain text file into the online editor.
For those of you who have already have their reviews on our website and have accidentally embedded font information, you may be able to correct this by using the Drupal online editor's "Paste from Word" option. Just edit your review, click inside the article body box,then select the text containing formatting and use then Ctrl C to copy it. Then click the Paste from Word icon in the toolbar
and paste the copied text back into the popup window using Ctrl V. The embedded fonts will usually, though not always, have been removed. Just save and exit.
If you type your review directly into the online editor, or are making a lot of editing changes, I suggest you save your work often as it is not uncommon to hit the wrong key and lose everything. In particlular, accidentally clicking on a link in your review will result in the browser opening the linked page and all your work will be lost. So please save often. Heed these words!
How to insert a single line break
In the online editor, pressing Enter creates two line breaks. This is fine for separating paragraphs, but is an annoyance if you want to construct a list with only single breaks like this:
Item 1
Item 2
Item 3
Doing this is simple: just hold down Shift when you press Enter. You'll then get only one line break, not two.
How to create a link to a website
Highlight the text you want to link. Then click the Insert/Edit link icon
in the online editor toolbar. Enter the website address you want to link to in the URL box and click OK. That's it; the link has been created.
How to create a link to a page in this site
First, find out the address of the page in this site you want to link to. To do that, navigate to the page and look at the URL in your browser address bar. The address will be in one of three possible forms. All you are interested in is the bit at the end after the ".com/". Depending on the form of the URL, write down just the portion indicated below:
1. http://www.techsupportalert.com/node/xxxx => write down node/xxxx
2. http://www.techsupportalert.com/xxxx.htm => write down xxxx.htm
3. http://www.techsupportalert.com/xxxx => write down xxxx
Now go back to your review and edit it. Select the text you want to use to create the link, and then click the Insert/Edit link icon
in the online editor toolbar. In the pull-down Protocol menu, select <other> and type the page address you want to link to in the URL box, and click OK. That's it; the link has been created. Note: do not have a "/" at the start of your URL; it will not work
How to create a link to a bookmark in your article page
This is the technique we use in the reviews on this site to link a product name to the product details at the end of the review. There are, however, other uses.
Often, with a long article, it's handy to create a short table of contents at the start of the article with each item linked to a point further down the page.
This is commonly used for things like FAQ lists but there are many other applications. Indeed this article itself makes use of this feature.
Creating internal links is a two stage process: first you need to create bookmarks (AKA "anchors") at the appropriate points in your article. Then you need to link to these bookmarks.
To create a bookmark, go to the point in your article where you want to link. Then click the Insert/Edit Anchor icon
on the online editor toolbar. Give the bookmark a name; it can be anything: "1", "item1", "paragraph 4," whatever. Just remember that each bookmark in the page must have a unique name.
When you have created your bookmarks, highlight the text you want to use to link to the first bookmark. Then click the Insert/Edit link icon
in the online editor toolbar. From the Link Type drop-down menu select "anchor in the text." Then use the pull-down menu "Select an Anchor by Anchor Name" to select the Bookmark you want to link to. Click OK, and you are done. Repeat for each bookmark.


Subscribe to our
Hi,
while im trying to add a link through online editor, it s not working. For example, if I try to place a link to the following page http://www.techsupportalert.com/category-editors-page by clicking on Insert/Edit link icon and then selecting type as other and enter the address "category-editors-page", it is redirecting me to http://www.techsupportalert.com/content/category-editors-page where it says "OOPs I can't find that page". What to do ?
Thanks...
If you select Protocol type as other, the online FCKeditor takes presumption that the link page is placed under the folder of "http://www.techsupportalert.com/content/"
You will note that some site documents, such as Category Editor's Page, are placed directly under the folder of "http://www.techsupportalert.com/". So to link to these pages, you might want to provide full URL, such as "http://www.techsupportalert.com/category-editors-page", the FCKeditor will then auto detect the Protocol type for you.
Hope this helps.
Post new comment