Google Adsense Problem...

Status
Not open for further replies.

MenschX

Baseband Member
Messages
68
Location
SC
I have an issue with a html banner ad that won't display correctly. I am lost...and hope someone here can help me. Let me try to explain this.

I am using google adsense and IN the control panel the banner displays 2 lines top and bottom that are out of place. Screenshot here:


Once I select "open in site" it gets even worse:


terrible... I am not sure what else to try. I must have some small error in there...but I can't find it.

code used is here:

<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp"
target="_blank" method="post" style="font-weight: bold; line-height: 14px; width: 250px; height: 250px; border: 1px solid #000; background-color: #000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin-bottom:2; color: #FFF;">
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="250" height="250" valign="top"><table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#000000"><img src="http://dev.healingthresholds.net/sites/default/files/editor/HT-bubbles-Square-eBrief03.jpg" width="250" height="165" alt="Free Weekly Autism eBrief"></td>
</tr>
<tr>
<td align="center" bgcolor="#000000">Enter Your Email to Join Healing<br>
Threshold's Mailing List:</td>
</tr>
<tr>
<td height="40" align="center" bgcolor="#000000"><input type="hidden" name="m" value="1101750198459">
<input type="hidden" name="p" value="oi">
<input type="text" name="ea"
value="" style="font-size:10pt; border:0px solid #201e1e;">
<input type="submit" name="go" value="Go" class="submit"
style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:10pt;"></td>
</tr>
<tr>
<td height="20" align="center" bgcolor="#000000"><img src="http://dev.healingthresholds.net/sites/default/files/editor/HT-bubbles-Square-SafeSubscribe.jpg" width="158" height="11" alt="Privacy by SafeSubscribe"></td>
</tr>
</table></td>
</tr>
</table>
</form>


God I hope someone here can help because I have like 4 more of them. THANKS!!!
 
Maybe you should try using CSS to replace much of the HTML style codes. Firstly, it's very messy and secondly, depending on the HTML version you are using right now, they are depreciated. I really recommend you to use XHTML strict.

For now, just replace the styling elements with CSS. See what happens.
 
I did and it didn't work, that's when I tried html. Maybe I had an error...I'll try again. argggg...driving me nuts.
thanks.
 
Status
Not open for further replies.
Back
Top Bottom