RoisinRiot
06-23-2007, 11:58 PM
Okay, I'm pretty new to HTML and stuff, so don't be too shocked at my awful coding and what not...
Basically my problem is:
I have an iframe layout on my website, and in IE it shows up perfectly. But in Firefox this it not the case. Instead of seeing the actual content, you can see the page's html.
I have a very simple code:
<div style="width: 550px; height: 402px;" id="Content">
<iframe style="width: 530px; height: 368px;" name="iframe" src="main" frameborder="0" width="100%">If you can read this, your browser doesn't support i-frames. </iframe>
Any ideas on what's wrong? As I said, I'm new to all this, so don't use all technical computer language... :confused:
If it's really necessary, I can post my site URL, although I'd rather not as my site is an embarrassing mess at the moment. :(
Basically my problem is:
I have an iframe layout on my website, and in IE it shows up perfectly. But in Firefox this it not the case. Instead of seeing the actual content, you can see the page's html.
I have a very simple code:
<div style="width: 550px; height: 402px;" id="Content">
<iframe style="width: 530px; height: 368px;" name="iframe" src="main" frameborder="0" width="100%">If you can read this, your browser doesn't support i-frames. </iframe>
Any ideas on what's wrong? As I said, I'm new to all this, so don't use all technical computer language... :confused:
If it's really necessary, I can post my site URL, although I'd rather not as my site is an embarrassing mess at the moment. :(