Before I do that, should i back up the files in question?, If that does not work is it not destroy the site?.
You can easily revert all changes back, but if you backup your theme first, you surely won't ruin anything.
Well I made the change, but I guess it did not work, the link has a green circle around him has changed, but what I was signing a big red circle did not, still see it.Here is a screenshot: http://www.siz.co.il/my/ixzmgdgzqwjm.png
You are right. Try this version, it should work now just fine: <script type="text/javascript"> <!-- function toggle_visibility(id) { var e = document.getElementById(id); if(e.style.display == 'block') e.style.display = 'none'; else e.style.display = 'block'; } //--> </script> <a href="[B]#foo[/B]" onclick="toggle_visibility('foo');">Leave a comment!</a> Code (markup): <div id="foo" [B]style="display:none;"[/B]> <?php comment_form(); ?> </div> Code (markup):
Well, it seems that it works. I would like to thank you for the help.You helped me a lot. Thank you. avi.