Tutorial
- Open and login to blogger.com then create a dummy blog with the simple template for first and DON'T use the dynamic views template.
- Click Template tab and edit HTML
- Block all HTML code (ctrl+a) and delete all code
- And then paste this code in the empty HTML
- And then save template
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html>
<head>
<title>Bloqcoba</title>
<b:skin><![CDATA[ ]]></b:skin>
</head><body><!--<b:section id='by damar zaky http://damzaky.blogspot.com'/>--></body></html>
Explaination
This all code will make a blank page, if you want to make a simple text in one full page of that blog, paste a text below the <body> tag, like this:
<body>
<div style='color: #ff0000; font-size: 100px; font-family: arial, verdana, sans-serif;'>
HELLO WORLD!
</div>
</body>
you are finish, check your blog.
<div style='color: #ff0000; font-size: 100px; font-family: arial, verdana, sans-serif;'>
HELLO WORLD!
</div>
</body>
Tiada ulasan:
Catat Ulasan