My White Hemingway Template for Blogger

The template applied to this blog is the Black Hemingway template from blogcrowds with a few minor modifications.


Tabo has an implementation of the template in white but I don't want to use it because it was implemented using the Classic Blogger template markup. To transform blogcrowds' Hemingway template to a white Hemingway template, I copied the lines of css code that set the colors from Tabo's White Hemingway template and pasted it on the style section of  blogcrowds' Hemingway template.

The lines of css code that set the colors are just below the line /* ----- white.css ------ */. You can also view the code here, just click on the Read More link below.

Read More!
Posted at at 11:45 PM on Sunday, September 13, 2009 by Posted by Geowge | 0 comments   | Filed under: ,

Adsense widgets on my Blogger template

Modify the header and footer sections as follows:

<div id='header'>
      <b:section class='inside' id='header' maxwidgets='2' showaddelement='yes'>
<b:widget id='AdSense3' locked='false' title='' type='AdSense'/>
<b:widget id='Header1' locked='true' title='Geowge (Header)' type='Header'/>
</b:section>
    </div>

 <b:section class='foot' id='footer'>
<b:widget id='AdSense1' locked='false' title='' type='AdSense'/>
</b:section>

Here's the color scheme and format of the adsense widget that appears on the header:

  :

 

Here's the color scheme and format of the adsense widget that appears on the footer:

 
 

 

Read More!
Posted at at 11:44 PM on by Posted by Geowge | 0 comments   | Filed under: , ,