Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 How to add google adsense
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jason168
Starting Member

6 Posts

Posted - 10 July 2006 :  06:19:53  Show Profile
how would i put google adsense into the following code..
i would like the adsense in the bold google
response.write vbNewLine & _
"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""760"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td valign=""top"" width=""468"">google</td>" & vbNewLine & _
" <td align=""center"" valign=""top"" width=""290"">" & vbNewLine & _
" <table border=""0"" cellPadding=""2"" cellSpacing=""0"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strForumTitle & "</b></font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & vbNewLine
call sForumNavigation()

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 10 July 2006 :  12:21:22  Show Profile  Visit MarkJH's Homepage
You could do something like this:

"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""760"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td valign=""top"" width=""468"">" & vbNewLine
%><!--#include file="google_adsense_code.asp"--><%
Response.Write	" </td>" & vbNewLine & _
" <td align=""center"" valign=""top"" width=""290"">" & vbNewLine & _
" <table border=""0"" cellPadding=""2"" cellSpacing=""0"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strForumTitle & "</b></font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & vbNewLine
call sForumNavigation()


where google_adsense_code.asp is the code provided to you by Google.

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/

Edited by - MarkJH on 10 July 2006 12:23:45
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.63 seconds. Powered By: Snitz Forums 2000 Version 3.4.07