cjmwebdesigns

Well-Known Member
Dec 20, 2003
72
0
156
New Jersey
cPanel Access Level
Root Administrator
Twitter
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.

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">&copy; xxxxxxxxx. All Rights Reserved </p>
</div>
</body>
</html>
 
Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Try using "/img-sys/wh4u.gif" as the path.

Thank you.
 

cjmwebdesigns

Well-Known Member
Dec 20, 2003
72
0
156
New Jersey
cPanel Access Level
Root Administrator
Twitter
Hello :)

Try using "/img-sys/wh4u.gif" as the path.

Thank you.
Thanks for replying, that worked. Now I remember when I first set that path I had a typo, but did not notice it until I experimented with other paths and then never reverted back (if that makes sense).

A typo had me banging my head.