I'm trying to display the output of my posts in frames.
What I want to do is display the output from single.php into the top frame and have a bottom frame generated from custom field data from the same post. Is this possible?
I'm trying to display the output of my posts in frames.
What I want to do is display the output from single.php into the top frame and have a bottom frame generated from custom field data from the same post. Is this possible?
Huh. I think you'd need to write some scripts (as in javascript or similar - #88 in that list might be helpful) to do this with frames.
Alternatively, you can try working with the CSS {position: fixed; } property. It's not supported by all browsers, though.
Why would you want to use frames, if you have php and css?
This topic has been closed to new replies.