PDA

View Full Version : Add frame around google ads.


TopNotch
03-10-2008, 08:30 PM
Hey guys just had a quick question wanted to see if anyone had the answer for it. I just added google ads on the left side of my forums. It looks pretty good but iam trying to add a frame around it that says "Sponsored Links" on top in bold letters or something. Right now it just looks basic you can take a look at www.benzvsbmw.com. Does anyone have a HTML code for this?

Would appreciate any help.
Thank You!

Bradley_Wint
03-10-2008, 08:52 PM
Ok here is a table frame without any borders but with the Sponsered Links on the top

<TABLE>
<TBODY>
<TR>
<TD align="center"><B>Sponsered Links</B></TD>
</TR>
<TR>
<TD nowrap width="120" height="600" align="center">Google ad code here</TD>
</TR>
</TBODY>
</TABLE>

Insert your ad code where it says Google ad code here

This is for a 120x600 ad evidently