0

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?

Zulu
  • 8,765
  • 9
  • 49
  • 56
pynovice
  • 7,424
  • 25
  • 69
  • 109

1 Answers1

0
<span><a href="foo" target="_blank" style="yourstyle">Facebook</a></span>
Paulquappe
  • 144
  • 2
  • 6
  • 15