Hi,
I have a serious problem: Whatever I do, the Text/HTML module is changing the src attributes of my img tags which I enter.
I need relative links and I do not realy need to have FCKEditor display the images while editing. The problem is that if I enter something like
<img src="pic.png" ...>
This automatically gets changed to:
<img src="/Portals/0/pic.png" ...> << Please note the root link
At first I thought that it was the FCKEditor that modifies my img tag upon saving. Though, I found out, that the tag is even replaced when I switch to "simple text box" and select "RAW" as rendering mode.
In my eyes this is a bug, because at least when I use a simple string with a rendering mode of "RAW" the content I entered MUST remain unchanged by DNN.
I tried to find out, where the img tags are being changed by DNN, but with no success so far.
How can I stop this weird behaviour?
Thanks,
Matthias