Hi.

Ive fallen in love with drupal after I saw all the possibilities with cck & views..

But now ive come to the next step.. adding an editor to the textareas..

So my drupal is fresh, 6.19... Im using garland theme, installed wysiwyg module, cck, views, tinymce (within wysiwyg), added a logo and set the Input filter settings.. etc

And I couldnt get drupal to output anything else than plain text and tags.. So I found out that I should disable BBcode under wysiwyg->tinymce..

And im using Full HTML with tinymce.

So now my question:

When I write links and adds bold, strong, italic, underline etc to the link.. it gets output as plain text.. But if I remove the bold etc it works again...

Is that normal with my decribed installation ? And how can I get it to filter the urls with any font style ?!

Regards,
Noa

Comments

SweeneyTodd’s picture

Have you tried rearranging the input filter to see if you can get the links to take priority?

noa’s picture

Ive tried that.. Its at the top. No difference. :/

noa’s picture

Try and see this page on my domain:
http://mitit.dk/node/37

There you can see the problem.

noa’s picture

But I can see its the same with drupal.org's own filter.. see here:

www.google.com
www.<strong>google</strong>.com

www.google.com
<strong>www.google.com</strong>

So I assume this issue is normal.

I just thought I were able to do an URL strong.. Apparently not.