Hi.
I have a problem with adding the google adsense htmlcode to my new website.
I'm using dreamweaver 6.0. Designing page using tables. First i select the cell i want to place the google add in. then switch to "code view" and paste code :
Red is what i pasted.
When i tjek design-view, wiev i browser, or actually upload it, theres no add.
could someone give me a hint.
copy-pasting this code worked in the past when i used frontpage
<td width="3%" rowspan="3"></td>
<td height="23"></td>
<script type="text/javascript"><!--
google_ad_client = "pub-6050367002767894";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="6820084692";
google_color_border = "006699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</tr>
|