[thelist] iframes and tables

James Aylard evolt at equilon-mrc.com
Mon Apr 16 10:25:02 CDT 2001


Marina,

> <TABLE style="HEIGHT: 88px; WIDTH: 686px">
>   <TR>
>     <TD><IFRAME src="black.html" frameBorder=0 height=0 name=me
scrolling=no
>       style="HEIGHT: 73px; WIDTH: 608px" width=600
> bgcolor="black">
> </IFRAME></TD>
>     <TD><IMG alt="" border=0 height=73 src="cappy.jpg" style="HEIGHT:
73px;
> WIDTH: 70px" width=60 ></TD></TR></TABLE>

    Your markup looks okay (aside from an invalid bgcolor attribute, and
width being set both by the "width" attribute and the CSS "width" property
in an inline style declaration -- with slightly different values). Which
browser makes and models are giving you trouble? (Remember, Netscape 4.x and
previous do not support iframes.) Also, make sure the url in your src
attribute points to a valid document.

James Aylard





More information about the thelist mailing list