How to create your Own Blogger Templates.
go to www.blogger.com
create a new blog
then choose the template you like
create one post.
then go to:
settings
template
put your mouse/cursor in the template field, press Cntl A
this blocks ALL text in this field.
then press Cntl C
this copies this blocked text to your computers clipboard.
then open a txt editor and press Cntl V
this will paste the contents into this file.
if you are using frontpage, create a new page.. click on the html tab bottom
left and press cntl A, to block and then Cntl V to replace the default text
with the template.
look in the template for this entry.
<Blogger>
<BlogDateHeader>
<h2 class="date-header"><$BlogDateHeaderDate$></h2>
your adsense code goes here as shown below.
<Blogger>
<BlogDateHeader>
ADSENSE CODE GOES HERE
<h2 class="date-header"><$BlogDateHeaderDate$></h2>
To put code in sidebar
look for this code.
<!-- Begin #sidebar -->
<div id="sidebar"><div id="sidebar2">
<h2 class="sidebar-title">Previous Posts</h2>
<ul id="recently">
Put the adsense code here, as shown below
<!-- Begin #sidebar -->
<div id="sidebar"><div id="sidebar2">
<h2 class="sidebar-title">Previous Posts</h2>
ADSENSE CODE HERE
<ul id="recently">
Thats about it, sometimes you may need to put the <center></center> tags around
your adsenes code to center it, depending on which template you have chosen.
Pete