TinyMCE changes HREF from "/ category / product-name" to "../../../../category/product-name"

I have been using TinyMCE for a while, and I have not experienced this before. Although every time I try to add a href link to the text, it adds the unwanted "../". This may be a common problem, but I don’t know what you would call "../" or back to the directory

convert_urls: false,
relative_urls: false
+3
source share
1 answer

You want to take a look at this post about setting up TinyMCE to use relative links:

http://tinymce.moxiecode.com/tryit/url_conversion.php

It covers many different options.

+3
source

All Articles