I have written the following program that supposed to show the message in rectangular. However, it does not show anything excep low graphic site.
<html>
<head>
</head>
<BODY bgcolor="#ffffff" link="#0030fd" vlink="#0030fd" alink="#0030fd">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="top" width="20%">
<!--Txt-->
<a href="../../text/index.htm"><FONT FACE="Arial" COLOR="#0030fd" size=1><B>Low Graphics Site</B></font></a><br>
<img border="0" src="../../../images/barw.gif" width="96" height="5" alt="White bar">
<!--~TD~-->
<map name="red">
<!--
<area shape="rect" coords="2,4,95,21" href="./daily/index.htm" alt="Front Page">
//-->
<area shape="rect" coords="0,23,94,44" href="nat.htm" alt="National">
<area shape="rect" coords="0,45,95,66" href="int.htm" alt="International">
<area shape="rect" coords="0,69,95,89" href="local.htm" alt="Local">
<area shape="rect" coords="0,92,94,112" href="ebr.htm" alt="Business">
<area shape="rect" coords="0,114,95,136" href="kse.htm" alt="KSE">
<area shape="rect" coords="1,138,94,158" href="forex.htm" alt="Forex">
<area shape="rect" coords="0,159,94,182" href="spt.htm" alt="Sports">
<area shape="rect" coords="1,183,95,205" href="ed.htm" alt="Editorial">
<area shape="rect" coords="0,205,95,228" href="op.htm" alt="Opinion">
<area shape="default" nohref>
</map>
</td>
</tr>
</table>
</body>
</html>
<html>
<head>
</head>
<BODY bgcolor="#ffffff" link="#0030fd" vlink="#0030fd" alink="#0030fd">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="top" width="20%">
<!--Txt-->
<a href="../../text/index.htm"><FONT FACE="Arial" COLOR="#0030fd" size=1><B>Low Graphics Site</B></font></a><br>
<img border="0" src="../../../images/barw.gif" width="96" height="5" alt="White bar">
<!--~TD~-->
<map name="red">
<!--
<area shape="rect" coords="2,4,95,21" href="./daily/index.htm" alt="Front Page">
//-->
<area shape="rect" coords="0,23,94,44" href="nat.htm" alt="National">
<area shape="rect" coords="0,45,95,66" href="int.htm" alt="International">
<area shape="rect" coords="0,69,95,89" href="local.htm" alt="Local">
<area shape="rect" coords="0,92,94,112" href="ebr.htm" alt="Business">
<area shape="rect" coords="0,114,95,136" href="kse.htm" alt="KSE">
<area shape="rect" coords="1,138,94,158" href="forex.htm" alt="Forex">
<area shape="rect" coords="0,159,94,182" href="spt.htm" alt="Sports">
<area shape="rect" coords="1,183,95,205" href="ed.htm" alt="Editorial">
<area shape="rect" coords="0,205,95,228" href="op.htm" alt="Opinion">
<area shape="default" nohref>
</map>
</td>
</tr>
</table>
</body>
</html>