Search in forum:
Search


Author Message
Post04/19/2007 at 10:39am (UTC)    
Post subject: How to add links

In the page, with html-editor:

Goto Login -> Manage pages and edit (or create) a page.

If you want a specific text or image to ba a link just hold down the left mouse button and mark the text (or image). If the linktext should be the
same as the linktarget just click once where the link should be added.

In the editor there is a symbol looking like the earth which says 'Add/Edit Link' when hovering over it. Click on this symbol and enter your Target in URL.


In the page, without html-editor (or in source-mode of the editor):

Goto Login -> Manage pages and edit (or create) a page.

(If the editor is visible click on the Sourcebutton in the topleft corner)

Enter the following code:
Code:
<a href="[target]">[linkname]</a>

...or for a 'button':
Code:
<a href="[target]"><img src="[buttonimage]"></a>



In a right/left box:

Goto Login -> Edit design and search for 'Content of right box #1'/'Text below navigation'.

Enter the following code:
Code:
<a href="[target]">[linkname]</a>

...or for a 'button':
Code:
<a href="[target]"><img src="[buttonimage]"></a>



If you want to use a previously uploaded image have a look at this tutorial:
http://www.own-free-website.com/board/viewtopic.php?t=2202
Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group