http://www.icyphoenix.com/viewtopic.php?f=32&t=4304&p=29163#p29163
-----------------------------------
Methusala
Sat 14 Jun, 2008 02:45

Re: Advertising Mod
-----------------------------------
The mod by Highway of Life is a very simple one but is written for Prosilver and SubSilver2 naturally.

The code for Subsilver2 is as follows and needs the classes updated to match that of MG Autumn:
This code is from the page titled ad_banner.html and the download site is http://www.phpbb.com/community/viewtopic.php?f=70&t=552813&hilit=Adsense

[code]<!-- IF not S_HIDE_ADS -->
    <table class="tablebg" width="100%" cellspacing="1">
		<tr class="row2">

			<td align="center" valign="middle">
				<b class="postauthor" style="color:#1845ad;">G<span style="color:#ad1400;">o</span><span style="color:#c69e00;">o</span>g<span style="color:#31b639;">l</span><span style="color:#ad1400;">e</span></b>
			</td>
			<td width="100%" height="25">
				<table width="100%" cellspacing="0">
				<tr>
					<td class="gensmall" width="100%">&nbsp;</td>
				</tr>
				</table>
			</td>
		</tr>
		
		<tr class="row1">

			<td valign="top" class="profile">
				<table cellspacing="4" align="center" width="150">
				<tr>
					<td align="center"><img src="{T_THEME_PATH}/images/google.jpg" alt="google adsense" /></td>
				</tr>
				</table>

			</td>
			<td valign="top">
				<table width="100%" cellspacing="5">
				<tr>
					<td>
                    
						<div class="postbody"><script type="text/javascript"><!--
                        google_ad_client = "pub-9190636154929816";			// enter your google ad publication ID here
                        google_alternate_ad_url = "";	// enter your alternate ad URL (if any)
                        google_ad_width = 728;
                        google_ad_height = 90;
                        google_ad_format = "728x90_as";
                        google_ad_type = "text_image";
                        google_ad_channel = "2898531414";			// enter your ad channel (if any) here
                        google_color_border = "A9B8C2";
                        google_color_bg = "ECECEC";
                        google_color_link = "105289";
                        google_color_text = "333333";
                        google_color_url = "DC2A4D";
                        //-->
                    </script>
                    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
                    </script></div>

						<table width="100%" cellspacing="0">
						<tr valign="middle">
							<td class="gensmall" align="{S_CONTENT_FLOW_END}">
								<a href="#">{INFO_IMG}</a>
							</td>
						</tr>
						</table>
					</td>
				</tr>
				</table>
			</td>
		</tr>
	
	<tr>
		<td class="blue" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	</table>
<!-- ENDIF -->[/code]

It would be appreciated if the classes could be edited to reflect MG Autumn style thanks.


