Posted by simon on 11/21/06 17:36
I pretty new to html code and I am trying add Adsense for search to my
site on blogger. So I have been playing with the Template html code.
My desire is to have the title line and the Adsense for Search in the
same row. So basically have adsense for search on the right side
border of the site.
I tried Align but that puts it on the next line. I tried table but I
am struggling to get it to work.
Code:
<div id="header">
<table border ="0" bgcolor="DE7008"><tr><td>
<h1>
<ItemPage><a href="<$BlogURL$>"></ItemPage>
<$BlogTitle$></td>
<ItemPage></a></ItemPage>
</h1>
<td align="right">
<!-- SiteSearch Google -->
Adsense Code.....
<!-- SiteSearch Google -->
</td></tr>></table>
<p id="description"><$BlogDescription$></p>
</div>
http://simononsports.blogspot.com
[Back to original message]
|