Thank you both for replying so quickly!
I tried shortening the path, but that doesn't seem to help it any. I'm partially convinced that the problem is in my index.html file, because I've been trying to add other images to the same table and they aren't showing up either. Although I'm not exactly sure what output is, which may be part of my problem. Haha, it's been so many years since I did any serious stuff!
Ah, anyway, I hate to post so much on here when I'm sure most of it isn't needed, but here's the code for my index.html page.
Code:
<html>
<head>
<title>The Official Ivan Koumaev Fansite</title>
</head>
<style type="text/css">
<!--
BODY
.style13 {font-size: 14px}
.style15 {
font-size: 12px;
font-weight: bold;
color:black;
}
.style3 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.style5 { font-size: 14px;
font-weight: bold;
}
a:link {
color:black;
text-decoration: none;
}
a:visited {
text-decoration: none;
color:black;
}
a:hover {
text-decoration: none;
color:lavender;
}
a:active {
text-decoration: none;
color:black;
}
.style16 {color:black}
.style17 {
color:black;
font-weight: bold;
}
body {
background: url("/images/background2.png");
}
-->
</style>
<font face=verdana>
<font size=2>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div style="position:absolute; left:0; top:0;">
<img src="/images/header.png">
</div>
<div style="position:absolute; left:170; top:170; width:150; background;">
<table background="/images/background.png"><tr><td>
<iframe
src="http://ivankoumaev.exofire.net/home.html" id="home" name="home" frameborder=0 allowtransparency="true">
</iframe>
<br><br>
<script type="text/javascript">
//new fadeshow("/opening.html", slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
</script>
</tr></td></table>
// Then the rest seems to be working all right.
Thank you both again for taking the time to help me! I'm sure I must be bothersome what with my lack of understanding for anything that I'm doing.