Kuishee
06-22-2003, 06:20 AM
I really need help with Iframes in tables. My whole layout consists of tables, aligned to the bottom right of the page. I tried to put and Iframe in the table and my tables all became jumbled up and not in order. Please go here to see:
http://www.candied.net/gene/moo.html
Anybody knows what to do?
designhazard
06-22-2003, 11:29 AM
try this:
<HTML>
<HEAD>
<TITLE>Ocean Twinkle *</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (Untitled-1) -->
<TABLE WIDTH=670 BORDER=0 CELLPADDING=0 CELLSPACING=0 STYLE="position:absolute;bottom:0px; right:5px">
<TR>
<TD COLSPAN=5 VALIGN=TOP>
<IMG SRC="images/moo_01.gif" WIDTH=670 HEIGHT=75></TD>
</TR>
<TR>
<TD COLSPAN=2 ROWSPAN=2 VALIGN=TOP>
<IMG SRC="images/moo_02.gif" WIDTH=131 HEIGHT=55></TD>
<TD>
<IMG SRC="images/moo_03.gif" WIDTH=97 HEIGHT=48 USEMAP=moo_03.gif></TD>
<TD COLSPAN=2 ROWSPAN=2 VALIGN=TOP>
<IMG SRC="images/moo_04.gif" WIDTH=442 HEIGHT=55></TD>
</TR>
<TR>
<TD VALIGN=TOP>
<IMG SRC="images/moo_05.gif" WIDTH=97 HEIGHT=7></TD>
</TR>
<TR>
<TD ROWSPAN=2 VALIGN=TOP>
<IMG SRC="images/moo_06.gif" WIDTH=33 HEIGHT=299></TD>
<TD COLSPAN=3 VALIGN=TOP>
<IMG SRC="images/moo_07.gif" WIDTH=246 HEIGHT=142>
<iframe style="width:246px; height:142px" src="hello.html" name="main" width="246" height="142" frameborder="0"></iframe>
</TD>
<TD ROWSPAN=2 VALIGN=TOP>
<IMG SRC="images/moo_08.gif" WIDTH=391 HEIGHT=299></TD>
</TR>
<TR>
<TD COLSPAN=3 VALIGN=TOP>
<IMG SRC="images/moo_09.gif" WIDTH=246 HEIGHT=157></TD>
</TR>
<TR>
<TD VALIGN=TOP>
<IMG SRC="images/spacer.gif" WIDTH=33 HEIGHT=1></TD>
<TD VALIGN=TOP>
<IMG SRC="images/spacer.gif" WIDTH=98 HEIGHT=1></TD>
<TD VALIGN=TOP>
<IMG SRC="images/spacer.gif" WIDTH=97 HEIGHT=1></TD>
<TD VALIGN=TOP>
<IMG SRC="images/spacer.gif" WIDTH=51 HEIGHT=1></TD>
<TD VALIGN=TOP>
<IMG SRC="images/spacer.gif" WIDTH=391 HEIGHT=1></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
</BODY>
</HTML>