Basic Code of Blogazine Blogger Template

<!DOCTYPE html> <html> <head> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <title><data:blog.pageTitle/></title> <meta expr:content='data:blog.metaDescription' name='description'/> <b:skin><![CDATA[ /* CSS Code (Posts) */ *{margin:0;padding:0} #header{ width:.....; /* adjust */ margin:auto } #section{ width:.....; /* adjust */ margin:auto } #footer{ width:.....; /* adjust */ margin:auto } ]]></b:skin> <style type='text/css'> <b:if cond='data:blog.url == data:blog.homepageUrl'> /* CSS Code (Home) */ *{margin:0;padding:0} #header{ width:.....; /* adjust */ margin:auto } #section{ width:.....; /* adjust */ margin:auto } #footer{ width:.....; /* adjust */ margin:auto } </b:if> </style> </head> <!--<body><div</div>--> <body> <b:if cond='data:blog.url == data:blog.homepageUrl'> <!-- HTML Code (Home) --> <div id="header"> <!-- [content here] --> </div> <div id="section"> <!-- [content here] --> </div> <div id="footer"> <!-- [content here] --> </div> <b:else/> <!-- HTML Code (Posts) --> <b:section class='main' id='main' showaddelement='yes'> <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/> </b:section> </b:if> <b:include data='blog' name='google-analytics'/> </body> </html> Demo » http://assadzine.blogspot.com/

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.