Page 1 of 1
SOLVED How do I make a link
Posted: Mon Sep 17, 2007 11:45 pm
by puha
I'm a bit embarrassed to ask such a simple question. I cant find how to do it anywhere.
I just want to create a link from paragraph or any text to another page or outside URL. Is there a simple way of doing this in the content editor or do I create a hyperlink in Dreamweaver and paste it in
cheers
Re: How do I make a link
Posted: Tue Sep 18, 2007 1:26 am
by Milhaus
Solution depends on whether you use wysiwyg editor or not. In TinyMCE (default wysiwyg) look for icon which looks like a chain. Of course you have to some text selected before you use it.
If you don't use any wysiwyg, then use html anchor directly:
Code: Select all
<a href="your-url">Text of the link</a>
.
Re: How do I make a link
Posted: Tue Sep 18, 2007 6:38 am
by alby
Milhaus wrote:
Solution depends on whether you use wysiwyg editor or not. In TinyMCE (default wysiwyg) look for icon which looks like a chain.
One detail only.
For internal pages is better tu use orange palm in Tiny or FCK
Alby
Re: How do I make a link
Posted: Thu Sep 20, 2007 1:28 am
by puha
Thanks very much for your help - I'm happily TinyMCEing now and all is sweet!!