FCKeditor an /images and /downloads

Questions about how to use the online - editors and suggestions how to improve them
Post Reply
fesselix
Posts: 30
Joined: Tue Dec 22, 2009 2:00 pm
Location: Germany

FCKeditor an /images and /downloads

Post by fesselix » Fri Jan 08, 2010 7:41 pm

Hi there,

I want to create a link to an image wich is stored under /images.

But if I click in the editor on the button for "link" i have only acces to the folder /downloads. So what can I do that I have access to the /images-directory as well if I use the button "link".

regards

Fesseix

Tata
Posts: 3588
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: FCKeditor an /images and /downloads

Post by Tata » Fri Jan 08, 2010 7:53 pm

Kake the link directly

Code: Select all

<a href="images/your_image.jpg">Your Image</a>
or

Code: Select all

<a href="images/your_image.jpg">Here insert your thumbnail</a>
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

fesselix
Posts: 30
Joined: Tue Dec 22, 2009 2:00 pm
Location: Germany

Re: FCKeditor an /images and /downloads

Post by fesselix » Fri Jan 08, 2010 8:09 pm

Hi Tata,

I know that. But I would like to have it more comfortable.

Any other ideas how to configure the editor?

Fesselix

Post Reply