Click to See Complete Forum and Search --> : commenting out a row in a table?


noslenwerd
08-12-2005, 09:57 AM
edit: this actually isnt even a row.. sorry about that

I need to comment out this code? but when i put // , it shows up on the page. I need to comment this out on 52 different files or else i would just erase it. Any help?

<a class="black" href="news.html" name="adLinka" target="_top">Blah Blah Blah</a>

Fang
08-12-2005, 10:46 AM
<!-- body comments here -->

noslenwerd
08-12-2005, 10:55 AM
thank you :)