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
SOLVED How do I make a link
-
puha
SOLVED How do I make a link
Last edited by puha on Thu Sep 20, 2007 1:31 am, edited 1 time in total.
-
Milhaus
Re: How do I make a link
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:.
If you don't use any wysiwyg, then use html anchor directly:
Code: Select all
<a href="your-url">Text of the link</a>-
alby
Re: How do I make a link
One detail only.Milhaus wrote: Solution depends on whether you use wysiwyg editor or not. In TinyMCE (default wysiwyg) look for icon which looks like a chain.
For internal pages is better tu use orange palm in Tiny or FCK
Alby
-
puha
Re: How do I make a link
Thanks very much for your help - I'm happily TinyMCEing now and all is sweet!!
