rsrwebs Posted July 28, 2009 Report Posted July 28, 2009 (edited) I don't know exactly how or why, but after adding in [allowtransparency=true] and [frameborder=0px] into the iframe codes, the glitch stopped and it's displaying the content properly. Very weird. :/ At any rate, thanks for the help! Original post: Hello! Well, the problem I'm having is I want to have more than one iFrame, each below the other, displaying different content from different sources. For some reason, the second iFrame listed displays the src of the first one, but then this doesn't occur for the third. It's very weird. I've tried to find a solution through a google search like I always do, but I couldn't find what I needed. These iFrames are also in a table cell, would that affect anything? I would hope not, because it was a pain to figure out how to get the formatting the way I wanted to begin with. X( I've tried putting blank iframes in between the first and third, but is always shows the first source code. I've tried horizontal rules and page breaks to divide the two, nothing worked though. Here's all of the code I am using for the iframes: And the CSS I'm using to keep the borders off: (EDIT) I've also tried putting it in a separate table cell, but the same thing occurs. I really appreciate any help given! -Raven Edited July 31, 2009 by rsrwebs
virtual Posted July 29, 2009 Report Posted July 29, 2009 You have single quotes in the first statement src='firstsource.htm' and double quotes in the second. src="secondsource.htm" This may be the source of your problems.
rsrwebs Posted July 29, 2009 Author Report Posted July 29, 2009 I actually tried that, but it didn't effect anything.
Wickham Posted July 30, 2009 Report Posted July 30, 2009 Try double quotes for all of them as Virtual's post didn't say which is preferred.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now