That would work if I modified postbit template
But using it in the new vb 4.0.4 AD system will not work ,,,
Thank you so much ,,
any other ideas ?
--------------- Added [DATE]1278516219[/DATE] at [TIME]1278516219[/TIME] ---------------
here is the code that i am trying to use in the new AD system;
HTML Code:
<vb:if condition="$post['field455']">
<div style="float:left;margin:4px">
<script type="text/javascript">
google_ad_client = "{vb:raw post.field455}";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6600CC";
</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<vb:else />
<div style="float:left;margin:4px">
<script type="text/javascript">
google_ad_client = "pub-3xxxxxxxxxxxxxxx";
google_ad_channel = "6xxxxxxxxxxxx";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6600CC";
</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
</vb:if>
in all cases, it is always showing the second condition.....