How to make Blank template for Blogger
Because Design of any blog/website is first impression to their visitors.
Let's start
Or if you want to use Restore option. Just copy the below code. Then create a new plain text file with named with "blank.xml". And paste the copied text in this file.
- Go to blogger.
- Click on Theme option from Left side of screen.
- Click on Edit HTML or restore theme.
- Copy the below code and paste it in the code area.
- Now save the xml theme.
- Your Blank template is ready now.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='https://www.google.com/2005/gml/b' xmlns:data='https://www.google.com/2005/gml/data' xmlns:expr='https://www.google.com/2005/gml/expr'>
<head>
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible' />
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport' />
<b:else />
<meta content='width=device-width' name='viewport' />
</b:if>
<b:include data='blog' name='all-head-content' />
<title>
<data:blog.pageTitle />
</title>
<b:skin>
<![CDATA[/*
-----------------------------------------------
/////////// CSS Code////////////////////////////////////////////////////////////////////////////////////////
////////////////////////TEMPLATE CREATED BY : Vishesh Grewal////////////////////////////////////////////////////////////
/////////////////////// DOWNLOAD FROM: www.visheshgrewal.blogspot.com //////////////////////////////////////////////////
----------------------------------------------
]]>
</b:skin>
</head>
<body>
<center>
<h1> Blank Blogger Template </h1>
</center>
<!--Start Please keep the Credits intact-->
<div style='margin-top:300px; '>
<center>
<p class='author'>© <b>Code from</b><a href='https://visheshgrewal.blogspot.com/'>Vishesh Grewal</a></p>
</center>
</div>
<b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no' />
<!-- End Please keep the Credits intact-->
</body>
</html>