How to Use Blogger as a Blank HTML Page
How to clear the template in Blogger to use the domain as a blank HTML page.
- Open Blogger and navigate to the Template settings.
- Click Edit HTML.
- Select everything and replace it with the code at the bottom of this page.
- Enter a title and body text.
- Test the page using the Save template button.
- Blogger might add some code after you open the page, but this is okay. Leave it alone.
<!DOCTYPE html>
<html>
<head>
<title></title>
<b:skin></b:skin>
<link rel="icon" type="image/png" href="" />
</head>
<b:section id="test"></b:section>
<body>
</body>
</html>
Post a Comment