Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   How to delete the html tags and attributes under comments (http://forum.bytesforall.com/showthread.php?t=13749)

Shama Apr 12, 2011 03:08 AM

How to delete the html tags and attributes under comments
 
Below the "Leave a reply" there is the following text:
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

How do I get rid of that? I already changed the "show XHTML tags" in the comments sections of ATA theme options from "yes" to "no", but that did not do the trick.

Here is the url of the page in question:
http://heavenlyheadmassage.com/the-s...assage-part-1/

I am using wp 3.1 and ATA 3.6

thanks,

George Kern

lmilesw Apr 12, 2011 06:01 AM

You can generally use CSS to not display things like that. In your case adding the following to the CSS Inserts in the theme options should hide those tags.
HTML Code:

.form-allowed-tags {
    display: none;
}



All times are GMT -6. The time now is 03:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.