NameSilo

Footer disappears when IFrame is used... wtf?

Spacemail by SpaceshipSpacemail by Spaceship
Watch

kr580

Account Closed
Impact
1
I'm having a really odd problem. I'm making a website that requires an IFrame. It was all going well until I added the IFrame... the footer disappeared.

www.kr580.com/v2/

Notice the copyright bar at the bottom? Now click 'Marino Collection'. Where'd the bar go? On the index page I can add as little as <iframe> (No customizations at all) and the bar disappears. When I take it away it comes back. I am bewildered. Any ideas?

Forgot to mention: The collection page has the same exact coding aside from the big text area. The footer is still in the code... just doesn't want to show up.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
Look on line 100
Code:
<iframe src="auto.htm" width="626" height="300" name="iframe" />
The reason that the footer isn't showing is because you have left the iframe tag open... you need to put a "</iframe>" at the end.

In between the "<iframe>" and "</iframe>" tags is where you can write a message that will show for browsers that do not support iframes...

So your code SHOULD look something like this:
Code:
<iframe src="auto.htm" width="626" height="300" name="iframe" />Your browser does not support iframes</iframe>

Rep is much appreciated!
Thanks,
Rhett.
 
0
•••
Aah, good lookin. Thanks for the help.
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
Appraise.net

We're social

Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back