I am unable to get the image on the Suspended Page to show up.
I see this: Images used in these templates must be placed in /usr/local/cpanel/img-sys/ and linked via /img-sys/ if you have access to this directory.
I believe I have linked it, but perhaps I have not. Any assistance would be appreciated.
I see this: Images used in these templates must be placed in /usr/local/cpanel/img-sys/ and linked via /img-sys/ if you have access to this directory.
I believe I have linked it, but perhaps I have not. Any assistance would be appreciated.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>xxxxxxxxxxxx - Site Disabled by Administrator</title>
<style type="text/css">
<!--
.style1 {
font-family: Verdana;
font-size: 18px;
}
.style2 {font-family: Verdana; font-size: 12px; }
-->
</style>
</head>
<body>
<div align="center">
<p><img src="/usr/local/cpanel/img-sys/wh4u.gif" width="423" height="199"></p>
<p class="style1">You have reached a website that has been disabled by the administrator. </p>
<p class="style1">If you feel you have reached this page in error please contact xxxxx at 123.456.7890. </p>
<hr>
<p class="style2">© xxxxxxxxx. All Rights Reserved </p>
</div>
</body>
</html>
Last edited by a moderator: