Remove "You may use these HTML tags and attributes" from comments.
- The topic ‘Remove "You may use these HTML tags and attributes" from comments.’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Is it possible to remove the text “You may use these HTML tags and attributes:” and box “ <abbr title=””> <acronym title=””> <b>
<cite>
<del datetime=""> <i>
<q cite=""> <s> <strike> " from comments? Thx!
The blog I need help with is: (visible only to logged in users)
If you have the Custom CSS add-on, then you should be able to add this code in the editor and it will take care of it:
#respond .form-allowed-tags,
#respond pre {
display: none;
}
Let me know how this comes out!
Problem solved!
Thanks!