Want to Remove: Comment You may use these HTML tags and attributes: …
-
I’d like to remove this unsightly wording from above the ‘post comment’ box of my site:
You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>
<cite>
<del datetime=""> <i> <q cite=""> <strike> How do I do that?
The blog I need help with is: (visible only to logged in users)
-
This will get rid of it with the theme you are using. If you change themes, the code will have to be changed since CSS is theme specific.
#respond .form-allowed-tags {display: none; } -
-
You have to have the CSS upgrade to get rid of that text, and depending on what theme you are using, the code needed could be different since CSS is theme dependent.
- The topic ‘Want to Remove: Comment You may use these HTML tags and attributes: …’ is closed to new replies.