Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

border artifact error on bottom & right

Status
Not open for further replies.

GQuan

MIS
May 5, 2004
4
AU
Hey guys [pipe] Doin' a small site for a project. Runnin' into a problem or two.

After clicking one of the links in the nav, and loading a new page. A small border artifact about 5px is created on the bottom and on the right. It's fine when the page loads from the address bar, or when you press refresh. The error always happens offline, but occasionally doesn't make the artifact on the right side whilst online.

Here's the URL if you'd like to see the error in action
And here's what the source looks like for all the pages (but without the long paragraphs.)
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Vampiric Lore - A Half-Life 2 Modification</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
  @font-face {
   font-family:"English Gothic";
   src:url(enggoth.eot);
}
  p {
   font-family:"English Gothic";
   font-size: 18px;
   line-height: 24px;
}
  body {
   scrollbar-face-color:#500000;
   scrollbar-track-color:#333333;
   scrollbar-arrow-color:#000000;
   scrollbar-shadow-color:#3C0000;
   scrollbar-darkshadow-Color:#280000;
   scrollbar-highlight-color:#700000;
   scrollbar-3dlight-color:#280000;
}
-->
</style>
</head>

<body bgcolor="#000000" text="#808080" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<map name="Nav">
  <area shape="rect" coords="264,32,367,58" href="about.htm">
  <area shape="rect" coords="420,32,474,58" href="faq.htm">
  <area shape="rect" coords="522,32,619,59" href="story.htm">
  <area shape="rect" coords="326,97,420,122" href="staff.htm">
</map>
<table width="1003" border="0" cellspacing="0" cellpadding="0">
  <tr align="left"> 
    <td width="127" height="94" valign="top"><img src="assets/hilttop.jpg" width="38" height="94"></td>
    <td width="749" height="94" valign="middle"><div align="center"><img src="assets/logo.jpg" width="398" height="94"></div></td>
    <td width="127" valign="top">&nbsp;</td>
  </tr>
  <tr> 
    <td width="127" height="422" rowspan="2" align="left" valign="top"><p><img src="assets/hilt.jpg" width="127" height="434"></p>
      <div align="center"><font size="4" face="English Gothic">Join us</font><font size="5" face="Times New Roman">!</font><font size="4" face="English Gothic"> 
        on</font><br>
        <a href="[URL unfurl="true"]http://www.mirc.com"[/URL] target="_blank"><img src="assets/mirc.jpg" width="47" height="47" border="0"></a><br>
        <font size="2" face="Tahoma"><a href="irc://irc.gamesnet.net/"><font color="#767676">irc.gamesnet.net</font></a><br>
        <font color="#666666" face="Fixedsys">#VampiricLore</font></font></div></td>
    <td height="191" colspan="2" align="left" valign="top"><img src="assets/blade.jpg" width="876" height="158" border="0" usemap="#Nav"></td>
  </tr>
  <tr> 
    <td width="749" height="640" align="left" valign="top"> 
      <blockquote> 
        <p>paragraphs</p>
        </blockquote></td>
    <td width="127" align="left" valign="top"> <div align="left"></div></td>
  </tr>
  <tr> 
    <td height="107" colspan="3" align="left" valign="top">&nbsp;</td>
  </tr>
  <tr align="center" valign="middle"> 
    <td height="20" colspan="3"> 
      <div align="center"><font size="1"><a href="news.htm" target="_blank"><font color="#808080">News 
        Archive</font></a>. <a href="index800.htm"><font color="#808080">800x600</font></a>. 
        All material is copyrighted to their respective owners. All rights reserved.</font></div></td>
  </tr>
</table>
</body>
</html>
(Sorry if this post is a bit too big.)

Any advice for this problem?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top