PDA

View Full Version : Where is it?


KingMike
11-05-2003, 12:16 AM
EijiSan told me that my menu pictures are being linked off my hard drive. I don't quite see the link to my HD, but here's the source in case you people can't see it (I tried, and all I saw was the Picture propeties). It seems to affect projectsb.jpg, scriptb.jpg. Yes, I'm aware the first meta name tag might be a problem. :P
But I'm kinda lazy towards typing the whole HTML myself.


<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<meta name="Microsoft Border" content="none">
<base target="rtop">
<title>Contents</title>
</head>

<body bgcolor="#FFFFFF" text="#00FFFF" leftmargin="0" topmargin="0">

<table border="0" width="100%" cellspacing="0" cellpadding="0">
&nbsp;<tr>
&nbsp; &nbsp;<td width="100%"><img src="menu.jpg" width="160" height="32"
&nbsp; &nbsp;alt="Please select your options"></td>
&nbsp;</tr>
&nbsp;<tr>
&nbsp; &nbsp;<td width="100%"><img src="projects.jpg" width="160" height="32"
&nbsp; &nbsp;alt="projects.BMP (15416 bytes)"></td>
&nbsp;</tr>
&nbsp;<tr>
&nbsp; &nbsp;<td width="100%"><!--webbot bot="ImageMap" rectangle="(28,44) (107, 66) &nbsp;current.htm"
&nbsp; &nbsp;rectangle="(27,18) (126, 42) &nbsp;complete.htm##rtop" src="projectsb.jpg" width="160"
&nbsp; &nbsp;height="128" alt="Projects" border="0" --></td>
&nbsp;</tr>
&nbsp;<tr>
&nbsp; &nbsp;<td width="100%"><img src="scriptsa.jpg" width="160" height="113" alt="Script Repository"></td>
&nbsp;</tr>
&nbsp;<tr>
&nbsp; &nbsp;<td width="100%"><!--webbot bot="ImageMap"
&nbsp; &nbsp;rectangle="(27,2) (159, 29) &nbsp;Scripts/index.htm" src="scriptb.jpg" width="160" height="100"
&nbsp; &nbsp;alt="Scripts" border="0" --></td>
&nbsp;</tr>
&nbsp;<tr>
&nbsp; &nbsp;<td width="100%"><img src="others.jpg" width="160" height="100" alt="Other stuff"></td>
&nbsp;</tr>
&nbsp;<tr>
&nbsp; &nbsp;<td width="100%"><!--webbot bot="ImageMap" rectangle="(69,93) (137, 114) &nbsp;contact.htm"
&nbsp; &nbsp;rectangle="(2,111) (159, 135) &nbsp;http://www.emuxhaven.net/forum" src="othersb.jpg"
&nbsp; &nbsp;width="160" height="150" alt="Other Sections" border="0" --></td>
&nbsp;</tr>
</table>
</body>
</html>

EijiSan
11-05-2003, 02:55 PM
Odd, here's what I get when I view that frame's source, and this source DOES have the errors.

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<meta name="Microsoft Border" content="none">
<base target="rtop">
<title>Contents</title>
</head>

<body bgcolor="#FFFFFF" text="#00FFFF" leftmargin="0" topmargin="0">

<table border="0" width="100%" cellspacing="0" cellpadding="0">
* <tr>
* * <td width="100%">menu.jpg</td>
* </tr>
* <tr>
* * <td width="100%">projects.jpg</td>
* </tr>
* <tr>
* * <td width="100%"><!--webbot bot="ImageMap" startspan
* * rectangle="(28,44) (107, 66)* current.htm"
* * rectangle="(27,18) (126, 42)* complete.htm##rtop" src="projectsb.jpg" width="160"
* * height="128" alt="projectsb.BMP (61496 bytes)" border="0" --><MAP NAME="FrontPageMap0"><AREA SHAPE="RECT" COORDS="28, 44, 107, 66" HREF="current.htm"><AREA SHAPE="RECT" COORDS="27, 18, 126, 42" HREF="complete.htm" TARGET="rtop"></MAP>file:///C:/Website/2002/projectsb.jpg<!--webbot bot="ImageMap"
* * i-checksum="42505" endspan --></td>
* </tr>
* <tr>
* * <td width="100%">scriptsa.jpg</td>
* </tr>
* <tr>
* * <td width="100%"><!--webbot bot="ImageMap" startspan
* * rectangle=" (27,2) (159, 29)* Scripts/index.htm" src="scriptb.jpg" width="160"
* * height="100" alt="scriptb.BMP (48056 bytes)" border="0" --><MAP NAME="FrontPageMap1"><AREA SHAPE="RECT" COORDS="27, 2, 159, 29" HREF="Scripts/index.htm"></MAP>file:///C:/Website/2002/scriptb.jpg<!--webbot bot="ImageMap"
* * i-checksum="11659" endspan --></td>
* </tr>
* <tr>
* * <td width="100%">others.jpg</td>
* </tr>
* <tr>
* * <td width="100%"><!--webbot bot="ImageMap" startspan
* * rectangle=" (69,93) (137, 114)* contact.htm"
* * rectangle=" (2,111) (159, 135)* h'ttp://www.emuxhaven.net/forum" src="othersb.jpg"
* * width="160" height="150" alt="othersb.BMP (72056 bytes)" border="0" --><MAP NAME="FrontPageMap2"><AREA SHAPE="RECT" COORDS="69, 93, 137, 114" HREF="contact.htm"><AREA SHAPE="RECT" COORDS="2, 111, 159, 135" HREF="h'ttp://www.emuxhaven.net/forum"></MAP>file:///C:/Website/2002/othersb.jpg<!--webbot
* * bot="ImageMap" i-checksum="40284" endspan --></td>
* </tr>
</table>
</body>
</html>


I've been able to see everything before, so it's a recent error.

EDIT: The ' in one of the emuxhaven links in the code was put there by me. it kept making that a literal link, and if I used CODE instead of QUOTE it would have made the errors not in red