Chitika

Friday, August 15, 2008

Chitika with Blogger

Get Chitika eMiniMalls

There is an error trying to add Chitika Banner Code to a post. When you add the HTML, your post will display an eMiniMall instead of a Banner. The reason is because Blogger adds <br /> tags on each line of HTML of the Banner code. To display a banner, edit the post in HTML mode and delete all blank spaces.

The code for a 300 x 250 Banner is,
<script type="text/javascript"><!--
ch_client = "Chitika_ID";
ch_type = "graphic";
ch_width = 300;
ch_height = 250;
ch_non_contextual = 1;
ch_default_category = "200001";
ch_sid = "Paid Graphic Ads";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script src="http://mm.chitika.net/eminimalls/mm.js" type="text/javascript">
</script>

This code will need to be condensed to,
<script type="text/javascript"><!-- ch_client = "Chitika_ID"; ch_type = "graphic"; ch_width = 300;..........

No comments: