If you enter the code <a href="/link"></a>
, FCKeditor will remove the tag.
Start an FCKEditor, go to source mode (in FCKEditor). Type in <a href="bob"></a>
(note nothing in the contents area of the anchor), go to WYSIWYG mode. Go back to source mode and you see empty source.
How I can fix this?
Neither of those are valid links. A link must contain something.
If you want to place an anchor, use <a name="bob">Bob</a>
If you want to link to an anchor, use <a href="#bob">Link to Bob</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With