I’ve been trying to replicate the unable to establish connection error in one of my website. I’ve tried to copy HTML from the error message in the firefox browser. I have tried to find the source of the default error page(Problem loading page). I found the following source, when i select the text and the choose Selection Source in right click menu.
<h1 id="errorTitleText">Unable to connect</h1>
</div>
<!-- LONG CONTENT (the section most likely to require scrolling) -->
<div id="errorLongContent">
<!-- Short Description -->
<div id="errorShortDesc">
<p id="errorShortDescText">Firefox can't establish
How to find full source code?
install firebug, and then press the HTML tab when you are on the error page.
For CSS, it seems to use:
chrome://global/skin/netError.css