-
Firefox help!
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... 
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.
-
-
This is what's wrong:
It needs to be like:
But, the page main.htm has to exist and have the desired content on it. You could also have a page named:
or, if your server does PHP and serves that as mime type 'text/html' it could be named:
or, with the same caveat for asp:
-
-
Ah, so simple. I always make these tiny mistakes that cause a huge problem.
Thanks so much!
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks