To change text on Error Page follow this step
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
<div class='error-custom'> <h2>404 Not Found</h2> <p class='error-body'>We're sorry but we could not find the page you are looking for.<br/> This may happen if you have entered site url incorrectly or this page doesn't exist anymore.</p> <p>You can try searching page again or go back to home</p> <form action='/search' id='searchform' method='get'> <input id='s' name='q' onblur='if (this.value == "") {this.value = "Search...";}' onfocus='if (this.value == "Search...") {this.value = "";}' type='text' value='Search...'/> <input id='searchsubmit' type='submit' value='Go'/> </form> </div>
- Change which your's Language
0 komentar