Log in to your own website and click on Administration. Select from the pages on the left that you want to insert the text and double click on it. It should automatically open for edit with the WYSIWYG edit. If you want to delete anything in the page, hi-lite it and hit the delete key.
Go to the web page which has the text you want. Select what you want to add by hi-liting what you want to copy.
Either right click and select "copy" or hit Ctrl-c (keyboard function for copy).
Next, go back to your page, click where you want to copy your text and either right click and select "paste" or hit Ctrl-v (keyboard function for paste).
Click on Preview (which opens another window which you will have to close in order to continue) and then Save if you are happy with the page.
You are finished.
If you are familiar with html, then just go down to the HTML Source button and and click on that. Your are then in a regular text editor.
If you are not too familiar with html, then I believe the easiest way to do this is, first mark an area where you want to add the code in the WYSIWYG mode and then in the HTML Source mode do the cut and paste. To demonstrate this I'll use a (very short) Chrislands link list. Suppose you already have a list up and want to also delete that. Assume the list looks like
Other Chrislands Stores
A Store with descriptions
While in the WYSIWYG mode go in and put a bunch of equal signs above and below the list so it looks like
=========================
Other Chrislands Stores
A Store with descriptions
=========================
Still in the WYSIWYG mode, delete everything between the two equal sign lines so you have
=========================
=========================
Now scroll down to the bottom and click on the button HTML Source. Find the two lines of equal signs, you might have to scroll down to do it. Put your cursor at the end of the first equal sign line and hit the enter key. This will put a blank line between the the two lines.
=========================
=========================
Go to your other file and copy the list, i.e. highlight the entire list, hold down the control (Ctrl) key and tap the c key. Go back to editing your site. The flashing cursor should be between the two lines. If not, click on the blank line between the two lines of equal signs. Paste, i.e. hold down the control (Ctrl) key and tap the v key.
Scroll down toward the bottom and click on the Preview button. This should open a new tab (or window) so you can look at the changes. If it looks o.k. go back to the editor tab (page) and delete the two equal sign lines, scroll down and click save. If it doesn't look o.k., you can scroll up to the top and click on the Store link (in the second line) and start all over again.
If you know of a better way, why don't you write it up?
Comments (0)
You don't have permission to comment on this page.