You either need to edit your theme’s function.php code and amened the arguments for comment_form. Or you may be able to hid the allowed tags blocks using CSS.
how exactly you do that what tag or code do i use. i cant fine the comment_form anywhere
It depends upon the theme. If it’s an older theme, it may not be using the comment_form function. Try looking in the theme’s comments.php template file for the comment form’s allowed tags block.
i still dont get it at all if i give u link of my site would you be able to see how to really do it?
I might be able to tell you how to hide the allowed tags block using CSS but it would be impossible to determine what code is being used in the comments.php template file by examining the generated pages.
You could drop a copy of comments.php into the WordPress pastebin and post the pastebin url here. Maybe I can suggest a code edit.
yea ill do that give me couple minutes
Try adding:
.form-allowed-tags {display:none;}
to the bottom of your theme’s stylesheet.
do you know for the twitter or facebook little tab boxes if we can change the style of them?