Forum Moderators: martinibuster
My adsense code is placed in a cell by itself, with vertical alignment = top for both cell and row.
Anyone else come across this problem?
<Edit -- It's actually Opera 7.23>
I mithered away at that pesky HTML...
Adsense requires you to link to a page that has the alternate code on it. So I created the page in my usual WYSIWYG editor, and got the problem I just described.
Solution - take the code provided by the affiliate, paste it into Notepad, and save it with an HTML extension.
Upload the resulting file to your server, and link to it as the alternate URL for Adsense.
Hope this helps someone else who has the same problem.
I'm using an ad from an affiliate as an alternate to Adsense. The code starts
<!-- Begin affiliate Code-->
<p align="center">
<A href="... ETC
and ends
"></a></p>
<!-- End affiliate Code-->
Originally, I copy and pasted this into the source view of my HTML editor. As you say, you get a whole host of additional tags this way, and it didn't work. So instead I took the affiliate code, pasted it into a text editor, and saved it COMPLETELY UNCHANGED as an HTML file. That is the file which I uploaded to my server, and now use as the target URL for my alternate ads.
There are probably other ways, but this worked for me.
here's a summary ... i'm pointing the alternate ad to an html file that has nothing in it except an image tag surrounded by an a href tag.
if i view this page by itself, i see the ad fine.
however, when included in the google adsense code on my page, only a blank area where the ad would be shows up.
anyone else have a solution to this?