QUOTE
<html>
<head>
<title>index.html</title>
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body scroll=no>
<center>
<table width=701px>
<tr>
<td colspan=2><img src=scarlett.png border=1></td></tr>
<tr><td width=200px bgcolor=grey>navigation</td>
<td width=501px><iframe src="wtf.html" width="501px"
height="100%"></iframe></td>
</tr>
</table>
</body>
<head>
<title>index.html</title>
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body scroll=no>
<center>
<table width=701px>
<tr>
<td colspan=2><img src=scarlett.png border=1></td></tr>
<tr><td width=200px bgcolor=grey>navigation</td>
<td width=501px><iframe src="wtf.html" width="501px"
height="100%"></iframe></td>
</tr>
</table>
</body>
Now, every time I look at my file in Mozilla, instead of loading "wtf.html" in the iframe, it loads this:
QUOTE
File not found
Firefox can't find the file at /C:/Documents and Settings/Admin/My Documents/cap'n/My Photos/layouts/index 1/news.html.
* Check the file name for capitalization or other typing errors.
* Check to see if the file was moved, renamed or deleted.
Firefox can't find the file at /C:/Documents and Settings/Admin/My Documents/cap'n/My Photos/layouts/index 1/news.html.
* Check the file name for capitalization or other typing errors.
* Check to see if the file was moved, renamed or deleted.
Why the HELL is it doing this?!?