Friday, 10 August 2012

Create Simple Error Page


Error Page
Step:1
Open Notepad ++
Step:2
Type the following code anywhere between the <body> Copy This Code  </body> tags:

<table width="100%" border="0" cellspacing="2" cellpadding="2">
  <tr>
    <td class="page_title">Page Not Found.<br /><hr size="3" color="#627AAD" /></td>
  </tr>
  <tr>
    <td  class="body_text">Sorry the page you are looking for is not available...</td>
  </tr>
  <tr>
    <td  class="body_text">&nbsp;</td>
  </tr>
  <tr>
    <td  class="body_text">Go To -&gt; <a href="" target="_parent">Home</a></td>
  </tr>
  <tr>
    <td  class="body_text">&nbsp;</td>
  </tr>
  <tr>
    <td  class="body_text">&nbsp;</td>
  </tr>
</table>

Step:3
Save This error_page.html/ error_page.php

Thank You

No comments:

Post a Comment