Page 1 of 1

WYSIWYG editor's hyperlink function

Posted: Fri 24. Aug 2007, 12:26
by mullerrwd
Hi al, I have some problems regarding external hyperlinks.
I was trying to make some links within the {CONTENT} withthe WYSIWYG editor's hyperlink function. When testing I noticed that links weren''t shown/ for example.
Klik (hier) between the () would be an url this is what i get " klik ".
Links are not shown?
Am i doing something wrong?

Posted: Fri 24. Aug 2007, 17:23
by mullerrwd
I tried it once more.
by putting code in it within the wysiwyg function you can choose between editing in source code or in wysiwyg and i added this.
<a href="www.example.nl">blabla</a> blabla.
when i went to my homepage to test. All i get returned is the second blabla so the first blabla with link was just kicked out of the content.
I went to look in my article but the <a href="www.example.nl">blabla</a> blabla. was still there/
thanks in advance for any help./

[/url]

Posted: Fri 24. Aug 2007, 19:08
by update
Which kind of Content Part did you choose to do so?

Posted: Sat 25. Aug 2007, 15:49
by mullerrwd
i amde new article under home.
Then i can choose from a list (code, php etcc, search etc) chose wysiwyg html And with the hyperlink function i can select a bit of text and turn it into a link but doesn''t seem to work.
Image
here you see what I mean/
thanks in advance

Posted: Sat 25. Aug 2007, 20:54
by mullerrwd
I use the yperlink function from the wysiwyg, add the link to the content/ Then i test. so i go to index.php?link And it only show the first blabla and not the link? And by the way a link such as http://www.google.nl does work but the link you see in the image doest.

Posted: Sun 26. Aug 2007, 00:22
by DeXXus
mullerrwd wrote:I use the hyperlink function from the wysiwyg, add the link to the content/ Then i test. so i go to index.php?link And it only show the first blabla and not the link? And by the way a link such as http://www.google.nl does work but the link you see in the image doest.
Explain your problem better!

You show the WYSIWYG editor function making the link named gummi...which worked properly. (The blzbla works properly too)

(Well, ACTUALLY my browser proxy is setup to WISELY prevent those pop-ups from arriving at that URL, but it did open a pop-up! ;-)

SO... you made those others OK without problem. The other (named blabla) is just shown in the source code as:

Code: Select all

<p>blabla</p>

Posted: Sun 26. Aug 2007, 16:56
by mullerrwd
What I am trying to say is that, if I try to make an hyper link. It doesn't show on the homepage, for example if you look at the image I posted you see I made 2 links, gummi and blabla. And one ordinary text blabla. If you go and look at http://www.realtonefun.com/index.hp?homeyou see that only blabla is shown and not the links. Why is this?

Posted: Sun 26. Aug 2007, 19:54
by DeXXus
mullerrwd wrote:If you go and look at http://www.realtonefun.com/index.hp?homeyou see that only blabla is shown and not the links. Why is this?
SORRY...when I go there, I see two text links (gummi and blzabla) -and- two non-linked text (Rintgone and blabla).

Posted: Sun 26. Aug 2007, 22:03
by mullerrwd
Yes wel thats the h1, wich is always definded and showed unless you choose the hide option. but what keeps me awake is why the links won't show or are left out?
Someone have any experience with this?