zed08
06-02-2006, 08:50 PM
I diced an image in photoshop and saved optimized (image and html) in imageready. One of the slices was where I wanted my iframe so I replaced that image w/ the iframe code (see below for the code used). However the problem i'm having is that instead of the htm page opening in the iframe window, 2 seconds later the htm page appears as a whole rather than in the window. Its hard to explain what it does -> go to www.geocities.com/intricatedesigns@rogers.com and click on the FAQS button to see what it does.
Here is my code used w/ the highlighted portion showing the iframe command:
<html>
<noframes><body><!--This disables the geocities ad codes--></body></noframes>
<head>
<TITLE>Intricate Designs</TITLE>
<script type="text/javascript">
<!--
if (top.frames.length > 0) {
top.location.href = location.href;
}
// -->
</script>
<style type="text/css">
body {background: black;}
img {border: none;}
h2.pos_abs
{
position:absolute;
left:180px;
top:100px
}
</style>
</head>
<body>
<h2 class="pos_abs">
<TABLE WIDTH=786 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=3>
<IMG SRC="http://i64.photobucket.com/albums/h170/intricatedesigns/iframe2_01.jpg" WIDTH=786 HEIGHT=35></TD>
</TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="http://i64.photobucket.com/albums/h170/intricatedesigns/iframe2_02.jpg" WIDTH=98 HEIGHT=392></TD>
<TD>
<iframe src="gallery.htm" width="673" height="369" frameborder="0" name="iframe"></iframe> </TD>
<TD ROWSPAN=2>
<IMG SRC="http://i64.photobucket.com/albums/h170/intricatedesigns/iframe2_04.jpg" WIDTH=15 HEIGHT=392></TD>
</TR>
<TR>
<TD>
<IMG SRC="http://i64.photobucket.com/albums/h170/intricatedesigns/iframe2_05.jpg" WIDTH=673 HEIGHT=23></TD>
</TR>
</TABLE>
</h2>
</body>
</html>
<noembed><xmp>
_________________________________________
Please.Please help me fix this prob!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Here is my code used w/ the highlighted portion showing the iframe command:
<html>
<noframes><body><!--This disables the geocities ad codes--></body></noframes>
<head>
<TITLE>Intricate Designs</TITLE>
<script type="text/javascript">
<!--
if (top.frames.length > 0) {
top.location.href = location.href;
}
// -->
</script>
<style type="text/css">
body {background: black;}
img {border: none;}
h2.pos_abs
{
position:absolute;
left:180px;
top:100px
}
</style>
</head>
<body>
<h2 class="pos_abs">
<TABLE WIDTH=786 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=3>
<IMG SRC="http://i64.photobucket.com/albums/h170/intricatedesigns/iframe2_01.jpg" WIDTH=786 HEIGHT=35></TD>
</TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="http://i64.photobucket.com/albums/h170/intricatedesigns/iframe2_02.jpg" WIDTH=98 HEIGHT=392></TD>
<TD>
<iframe src="gallery.htm" width="673" height="369" frameborder="0" name="iframe"></iframe> </TD>
<TD ROWSPAN=2>
<IMG SRC="http://i64.photobucket.com/albums/h170/intricatedesigns/iframe2_04.jpg" WIDTH=15 HEIGHT=392></TD>
</TR>
<TR>
<TD>
<IMG SRC="http://i64.photobucket.com/albums/h170/intricatedesigns/iframe2_05.jpg" WIDTH=673 HEIGHT=23></TD>
</TR>
</TABLE>
</h2>
</body>
</html>
<noembed><xmp>
_________________________________________
Please.Please help me fix this prob!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!