Easy way to convert your blogger template to a blank page
Making a blank blogger template
First of all, we have to know HTML tags to make a blank or plane Blogspot template, tags needed to add in Blogspot template is
- Html
- Head
- Body
to start a tag, we have to start with <html>, to end the tag we have to end with </html>
sample HTML code
Below code is a just sample for Html
Steps to install the blank page
First, go to blogger click theme on left menu then new window appears, now click on Edit Htmlselect all & delete the code.
Paste the above Html code, and click the save theme option then it says
"There should be one and only one skin in the theme, and we found 0"
The reason why alert appeared is
In blogger, the skin tag must be present that is b:skin
its looks like
<b:skin> or </b:skin>
the above tags are used to place the CSS code to look the design stylish and responsive
Now paste the above code & click on save theme option again it says
"We didn't find any section in your theme. A theme must have at least one b:section tag."
Don't worry the final step Now, the last step but not least is to add b:section tag
See below code final step
Now click on save theme you don't get any alert notification, now view your blog URL you can see blank or plane or empty page
Your Html code looks like below image
If you want to add any title or any widgets go to > layout section and you can find add widget click and add your code or any content or media.
Success your template is ready.
Now you're a blog template mini developer
Blank blogger template download
Heres the blogger blank page code download link belowfile_download
Thank you for visiting check more latest updates.
Thank you for educating us on how to do this. Very interesting.
ReplyDeleteThanks for appreciate, stay tuned for more updates
Delete