When I made my original site, iWeb added the site name into the path.
So my site was
www.foxhillfilms.co.uk/foxhill films/home.html etc
I didn't really want the /foxhill films bit, so using cyberduck, I ftp the website file manually to the public file on my hosting directory.
However, on one page I use an iFrame to show separate, scrollable content.
This no longer works, even though I manually removed the /foxhill films part from the the html snippet.
Does iWeb somehow stick the site name into the links in the snippet, even though I manually removed them?
Snippet is below;
<div style="width:520px; font-family: Trebuchet MS; font-size: 15px; color:#000000;">
<style type="text/css">
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
</style>
<a href="http://foxhillfilms.co.uk/DGM_Contents.html" target="Showframe" class="class1">Don't Get Mad ± </a>
<a href="http://foxhillfilms.co.uk/Rhodenbarr_Contents.html" target="Showframe" class="class1">Rhodenbarr ± </a>
<a href="http://foxhillfilms.co.uk/Jones_Contents.html" target="Showframe" class="class1">Jones -v- Jones ± </a>
</div>