In my filtered html I have:

Linebreak converter - 1
Inline Images - 2
HTML Filter - 3

And in my filter I have it set to strip disallowed tags.

My allowed tags are:

<p> <br> <a> <em> <strong> <u> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div> <sub> <sup> <strike> <blockquote> <hr> <!--break-->

Yet when I submit content it still displays the tags like:

<p> <strong> <br>

Comments

VM’s picture

what if the HTML filter is 1 ?

sifuhall’s picture

Thanks for the reply.

Bumping html filter to 1 doesn't change anything.