Editing Help
Help, tips and tricks for editing a document. You are supposed to have been through the First Aid Help.
How can I easily edit a document?
How shall I insert a link to a web address (URL)?
How can I easily edit a document?
Go to Personal Preferences (following mypreferences link on top bar) and choose Epoz as Content editor, then save changes.
Asking to add or edit an existing document a tool bar will show up at the beginning of the Body text Section.
If you know how to manage with HTML you can also use the checkbox on the bottom and edit directly or paste the code.
How shall I insert a link to a web address (URL)?
Select the hot word (phrase), choose Epoz Insert Link tool and digit the full address, like http://www.majoranaorvieto.org.
You can also paste it from the address bar of your browser to the Epoz dialog.
You can also link to an anchor within the document itself: this
is just happening in the present page, and it can provide a simple
navigation for a long and structured document. You have first to set
the cursor in a specific point of the document and choose Epoz Insert Anchor tool: now choose the anchor's name, which you will then use as an address in link, preceeded by a "#" sign.
How shall I insert an image?
Let's say
you have "img_name.gif" on your pc. Go to the portal folder where
is the document and upload the image, by means of add new item and image. Chose a Short Name and remember it. Edit the document and chose Epoz Insert Image tool, using its Short Name.
If you want to make a little image to be framed by surrounding text,
like in this page, you have to edit some code, but it's not really
hard..
Sign the HTML checkbox in the left bottom to see the code. Find a code like:
<img src="img_name.gif">
and add just these few words:
<img style="margin: 10px; float: left;" src="img_name.gif">
You can as well use right in place of left. Save the document and you're done!