SOLVED How do I make a link

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
puha

SOLVED How do I make a link

Post 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
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

Post 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>
.
alby

Re: How do I make a link

Post 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
puha

Re: How do I make a link

Post by puha »

Thanks very much for your help - I'm happily TinyMCEing now and all is sweet!!
Locked

Return to “CMSMS Core”