The 404 page denotes that the item you requested could not be found on the server/website.Technically, an Error 404 is a client-side error and it was mainly caused due to mistyped url or the page requested by you has been removed from site..The blog will show the default 404 page which was not good to look.To customize the 404 page look attractive for your blog just follow the below steps,
Steps for using 404 pages for your blog;
step-1:login to your blogger dashboard->settings->search preferences.step-2:under settings option click on Edit under Custom Page Not Found
step-3:Now copy the codes given below inside the box and click ok.
<style type="text/css">
body {background:white url('https://lh4.googleusercontent.com/-w8i3HqrWAEQ/UQIbGKCpJGI/AAAAAAAABAk/7B-0WXf9iA4/h120/14.PNG’) 50% 0% no-repeat !important;z-index:10000000;}
.sidebar, footer, .content, .header, .columns-inner, .footer-top {display:none;}
body {min-width: 0px !important;}
</style>
body {background:white url('https://lh4.googleusercontent.com/-w8i3HqrWAEQ/UQIbGKCpJGI/AAAAAAAABAk/7B-0WXf9iA4/h120/14.PNG’) 50% 0% no-repeat !important;z-index:10000000;}
.sidebar, footer, .content, .header, .columns-inner, .footer-top {display:none;}
body {min-width: 0px !important;}
</style>
step-4: Then go to Template > Edit HTML and paste the following code just after the <head> tag
<b:if cond='data:blog.pageType == "error_page"'>
<title>You've ripped a hole in the fabric of the internet. </title>
</b:if>
That’s it.you have are done.feel free to ask any queastions in comment section.
0 comments:Post yours!