todd222222
11-24-2004, 11:17 PM
I hope this is the right place to ask but I'm having some trouble with a simple change I'm making.
I'm trying to add a veritical add on the right side of the showthread template.
This is what I've done.
$header
$navbar
<!-- ads on right -->
<table width="$stylevar[outertablewidth]" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="0" align="center">
<tr>
<td valign="top">
<!-- ads on right -->
$poll
<a name="poststop" id="poststop"></a>
and then I did this at the bottom:
$similarthreads
<br />
$footer
<!-- ads on right -->
</td>
<td width="130" valign="top">
<!-- start amazon -->
<form action="http://www.amazon.com/exec/obidos/external-search">
<table class="normal" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background-color:#fff;">
<table border="0" cellpadding="0" cellspacing="0" align="top" height="90" width="120" style="border: 1px solid #000000 !important;">
<tr>
<td style="background-color:#fff;" height="20" valign="bottom" align="center">
<span style="font-family: verdana,arial,helvetica,sans-serif; font-size:10px !important; font-weight:bold !important;">Search Now:</span>
</td>
<td style="background-color:#fff;">
</td>
</tr>
<tr>
<td style="background-color:#fff;" align="center" height="30" valign="top">
<input type="text" name="keyword" size="10" value="" />
</td>
<td style="background-color:#fff;" height="20" valign="top" align="left">
<input type="hidden" name="mode" value="blended" />
<input type="hidden" name="tag" value="eadesfamilywe-20" />
<input type="image" width="21" height="21" border="0" value="Go" name="Submit" src="http://g-images.amazon.com/images/G/01/associates/build-links/ap-search-go-btn.gif" align="absmiddle" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color:#000;" height="40"><a href="http://www.amazon.com/exec/obidos/redirect-home/eadesfamilywe-20"><img src="http://g-images.amazon.com/images/G/01/associates/build-links/ap-search-logo-126x32.gif" height="36" border="0" width="126" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<!-- end Amazon -->
<br><br>
<!-- Start google -->
<script type="text/javascript"><!--
google_ad_client = "pub-2410925870628564";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="";
google_color_border = "3E5C92";
google_color_bg = "FFFFFF";
google_color_link = "3E5C92";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- end google -->
</td>
</tr>
</table>
<!-- ads on right -->
<!-- temp -->
<div style="display:none">
which worked fine when I did basically the same thing on the forumdisplay template. When I do this the top of the post isn't correct. see attachment of photo.
Can someone help?
Thanks!
I'm trying to add a veritical add on the right side of the showthread template.
This is what I've done.
$header
$navbar
<!-- ads on right -->
<table width="$stylevar[outertablewidth]" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="0" align="center">
<tr>
<td valign="top">
<!-- ads on right -->
$poll
<a name="poststop" id="poststop"></a>
and then I did this at the bottom:
$similarthreads
<br />
$footer
<!-- ads on right -->
</td>
<td width="130" valign="top">
<!-- start amazon -->
<form action="http://www.amazon.com/exec/obidos/external-search">
<table class="normal" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background-color:#fff;">
<table border="0" cellpadding="0" cellspacing="0" align="top" height="90" width="120" style="border: 1px solid #000000 !important;">
<tr>
<td style="background-color:#fff;" height="20" valign="bottom" align="center">
<span style="font-family: verdana,arial,helvetica,sans-serif; font-size:10px !important; font-weight:bold !important;">Search Now:</span>
</td>
<td style="background-color:#fff;">
</td>
</tr>
<tr>
<td style="background-color:#fff;" align="center" height="30" valign="top">
<input type="text" name="keyword" size="10" value="" />
</td>
<td style="background-color:#fff;" height="20" valign="top" align="left">
<input type="hidden" name="mode" value="blended" />
<input type="hidden" name="tag" value="eadesfamilywe-20" />
<input type="image" width="21" height="21" border="0" value="Go" name="Submit" src="http://g-images.amazon.com/images/G/01/associates/build-links/ap-search-go-btn.gif" align="absmiddle" />
</td>
</tr>
<tr>
<td colspan="2" style="background-color:#000;" height="40"><a href="http://www.amazon.com/exec/obidos/redirect-home/eadesfamilywe-20"><img src="http://g-images.amazon.com/images/G/01/associates/build-links/ap-search-logo-126x32.gif" height="36" border="0" width="126" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<!-- end Amazon -->
<br><br>
<!-- Start google -->
<script type="text/javascript"><!--
google_ad_client = "pub-2410925870628564";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="";
google_color_border = "3E5C92";
google_color_bg = "FFFFFF";
google_color_link = "3E5C92";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- end google -->
</td>
</tr>
</table>
<!-- ads on right -->
<!-- temp -->
<div style="display:none">
which worked fine when I did basically the same thing on the forumdisplay template. When I do this the top of the post isn't correct. see attachment of photo.
Can someone help?
Thanks!