N
Nicholas
Did you copy the javascript exactly?
There are two parts to make it work...one in the <head>
and one in the <body>
Copy and paste the code itself, not just the images and
table, from ImageReady to FP HTML view. You may have to
paste into Notepad and then copy/paste from there if FP
changes it.
In FP HTML view:
<head>
<other tags, title, etc.>
<SCRIPT TYPE="text/javascript">
<!--
function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
blah blah blah - copy it all
// -->
</SCRIPT>
<!-- End Preload Script -->
</HEAD>
Then, in the body...
<BODY BGCOLOR=#8080a0 LEFTMARGIN=0 TOPMARGIN=0
MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();">
<!-- ImageReady Slices (t1.psd) -->
<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD ROWSPAN=7 bgcolor=#ffffff>
<IMG NAME="index_01"
SRC="images/index_01.jpg" WIDTH=355 HEIGHT=330 ALT=""></TD>
<TD COLSPAN=2 bgcolor=#ffffff>
<IMG SRC="images/index_02.jpg"
WIDTH=395 HEIGHT=120 ALT=""></TD>
blah blah blah - copy it all
<MAP NAME="index_09_Map">
<AREA SHAPE="rect" ALT="about the nuts who put this site
together" COORDS="0,0,214,34" HREF="main.php?choice=about"
ONMOUSEOVER="changeImages
('index_01', 'images/index_01-
ImageMap_06_over.jpg', 'index_09', 'images/index_09-
ImageMap_06_over.jpg', 'index_11', 'images/index_11-
ImageMap_06_over.jpg'); return true;"
ONMOUSEOUT="changeImages
('index_01', 'images/index_01.jpg', 'index_09', 'images/ind
ex_09.jpg', 'index_11', 'images/index_11.jpg'); return
true;">
</MAP>
There are two parts to make it work...one in the <head>
and one in the <body>
Copy and paste the code itself, not just the images and
table, from ImageReady to FP HTML view. You may have to
paste into Notepad and then copy/paste from there if FP
changes it.
In FP HTML view:
<head>
<other tags, title, etc.>
<SCRIPT TYPE="text/javascript">
<!--
function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
blah blah blah - copy it all
// -->
</SCRIPT>
<!-- End Preload Script -->
</HEAD>
Then, in the body...
<BODY BGCOLOR=#8080a0 LEFTMARGIN=0 TOPMARGIN=0
MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();">
<!-- ImageReady Slices (t1.psd) -->
<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD ROWSPAN=7 bgcolor=#ffffff>
<IMG NAME="index_01"
SRC="images/index_01.jpg" WIDTH=355 HEIGHT=330 ALT=""></TD>
<TD COLSPAN=2 bgcolor=#ffffff>
<IMG SRC="images/index_02.jpg"
WIDTH=395 HEIGHT=120 ALT=""></TD>
blah blah blah - copy it all
<MAP NAME="index_09_Map">
<AREA SHAPE="rect" ALT="about the nuts who put this site
together" COORDS="0,0,214,34" HREF="main.php?choice=about"
ONMOUSEOVER="changeImages
('index_01', 'images/index_01-
ImageMap_06_over.jpg', 'index_09', 'images/index_09-
ImageMap_06_over.jpg', 'index_11', 'images/index_11-
ImageMap_06_over.jpg'); return true;"
ONMOUSEOUT="changeImages
('index_01', 'images/index_01.jpg', 'index_09', 'images/ind
ex_09.jpg', 'index_11', 'images/index_11.jpg'); return
true;">
</MAP>