Xplorer4x4 |
12-09-2005 06:31 AM |
Ads like this?
http://forums.afterdawn.com/thread_view.cfm/167757
I was hopping some one can help me to display ads and a feed as on this page?
I attempted the following with the intentions of replacing the feed link with my own information(proabbly two versions of the latest threads hack and my own image):
PHP Code:
<if condition="$post['islastshown']">
$spacer_open <div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead" align="left">Sponsored Links</td> </tr> <tr> <td width="302"> <script type="text/javascript"><!-- google_ad_client = "pub-#"; google_ad_width = 300; google_ad_height = 250; google_ad_format = "300x250_as"; google_ad_type = "text_image"; google_ad_channel =""; google_page_url = document.location; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </td> <td width="20"><img src="http://i.afterdawn.com/v3/spacer.gif" width="20" height="1" alt="_"></td> <td width="302"> <iframe style="border-color: #4C5A89; border-width: 3px;" width="300" height="250" src="http://stuff2.afterdawn.com/_newsfeed.cfm" frameborder="1" marginheight="0" marginwidth="0" align="right" scrolling="no"></iframe> </td> </tr> </table>
</div> $spacer_close
</if>
|