Forum Moderators: open
here's the code I use:
<iframe src="main.htm" width="200" height="200" name="maincontent" frameborder="0">
</iframe>
I have main.htm stored in the same directory with a page background color set to red. For some reason, when I test out my site in IE, the iframe wont display at the right size or show the red background of main.htm. Is there a problem with MX that keeps me from using iframes? If anyone knows of a fix or knows what I'm doing wrong, I could sure use a little help.