sross
05-25-2004, 11:24 PM
Hi, I have a table with a google ad in it:
<td class="tcat" colspan="20" style="font-weight:normal"><div class="smallfont"> <div>
<div align="center">Visiting google ads supports apug. <br>
<script type="text/javascript"><!--
google_ad_client = "pub-5488930663746956";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_ad_type = "text_image";
google_color_border = "C1BDB1";
google_color_bg = "FFFFFF";
google_color_link = "333333";
google_color_url = "444444";
google_color_text = "444444";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br>
<br>
</div></td>
</tr>
I would like to hide this table from my subscribers group. I am not a coder but am assuming it needs somekind of if statement in it to say if part of group9 then hide table, etc? Can anyone help me code it? Thanks!
<td class="tcat" colspan="20" style="font-weight:normal"><div class="smallfont"> <div>
<div align="center">Visiting google ads supports apug. <br>
<script type="text/javascript"><!--
google_ad_client = "pub-5488930663746956";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_ad_type = "text_image";
google_color_border = "C1BDB1";
google_color_bg = "FFFFFF";
google_color_link = "333333";
google_color_url = "444444";
google_color_text = "444444";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br>
<br>
</div></td>
</tr>
I would like to hide this table from my subscribers group. I am not a coder but am assuming it needs somekind of if statement in it to say if part of group9 then hide table, etc? Can anyone help me code it? Thanks!