Question

I am using mezzanine cms which uses django-tinymce to provide RichTextField, I put the link like this using both link and html editor:

<p><a href=""www.faceook.com">Facebook</a></p>

When I save it, it automatically turns into:

<p><a>Facebook</a></p>

href is gone just like that. what's wrong?

Était-ce utile?

La solution

<span><a href="foo" target="_blank" style="yourstyle">Facebook</a></span>
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top