Learn How to Create 404 error page for blogger/ Blogspot
How to Create 404 error page for blogger |
Steps to Create a 404 error page are :
Step 1 – Open Blogger > after this go to search preferences.
Step 2 – Go to Errors and redirections > Now Edit “Custom Page Not Found”
In Custom Page Not Found Paste the given code below and save it.
Congrats, You have Learned, How to Create 404 error page.
Code :
<style type="text/css">
.h1-404-error{
text-align: center;
font-size: 90px;
}
.p-404-error
{
text-align: center;
color: red;
}
</style>
<h1 class="h1-404-error">
404 </h1>
<p class="p-404-error">404 / No posts found for this tag</p>