Firefox Ad blocking (usercontent.css)

lessthanjakejohn

Limp Gawd
Joined
Jan 13, 2004
Messages
396
I'm trying to get the usercontent.css to block some text ads. The HTML code for the ads I'm trying to block is like this:
Code:
<!-- Begin Links -->

<body text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<table width="100%" height="45" border="0" cellpadding="0" cellspacing="0">
  <tr> 
		<td align="center" valign="top" class="bg"><table width="800" height="23" border="0" cellpadding="0" cellspacing="0" class="text">
        <tr> 
          <td align="left"> <img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="http://www.ugoto.com" target=blank><font color="red"><b>'Bored? Fun Content</b></font></a>
		  <img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="http://forums.offtopic.com/sendmessage.php" target=blank>Your ad here</a>

			<!-- <img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="http://www.trophybody.com" target=blank>TROPHYBody</a>
			<img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="http://www.qboost.com" target=blank>QBoost Boost Controllers</a> <img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="http://www.ugoto.com/" target=blank><font color="red"><b>Funny Pics</b></font></a><img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="http://www.thinkoutsidethesoftbox.com" title="Code Fusion Website Design" target=blank>Photography Board</a>--></td>
        </tr>
      </table>
      <table width="750" height="22" border="0" cellpadding="0" cellspacing="0" class="text">
        <tr> 
          <td align="center" valign="top"><!-- <img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="http://www.code-fusion.net" title="Code Fusion Website Design" target=blank>Code Fusion</a><img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="http://www.calstudents.com" title="The best resource for California college students" target=blank>Cal Students</a> <img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="http://www.herbiescookies.com" target=blank>Herbie's Cookies</a><img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="#">Test 
            Link</a><img src="images/otbar/logobullet.gif" width="50" height="22" align="absmiddle"><a href="#">Test 
            Link</a> -->
			</td>
        </tr>
      </table></td>

     </tr>
</table>
</body>
<!-- End Links -->

I want to keep everything inside the comments from displaying. Any help? :)
 
Back
Top