1
OK, here's a question: How do you display blocks in an iframe?
Background: What I'm trying to do is have an iframe display my center blocks so that I can maintain a fixed height for my site. (I'm not using the left or right blocks.)
As of right now, I've created an html page in my theme folder called c_blocks.html and have all the necessary coding in it. Of course, though, when the iframe loads c_blocks.html, all you see is the code (not the center blocks).
So then my question is how do you get XOOPS to interpret the coding from an html page that's being loaded into an iframe on your theme.html?
Does that make sense? I knew a wake and bake was a bad idea!