the-geek
Member
Posted 1 year ago #
i'm developing a theme 4 my very own use and this requires me to have the post displayed in a frame which would even have a scroller if needed. i experiment one but got failed... now the question is, if its actually possible to havee the post in a iframe? pls share your expertise. thanks
transmothra
Member
Posted 1 year ago #
i don't see why not, although you'd have to have a template.php to wrap it in, and then load the posts into a separate file inside the iframe. I'm really not sure how it would be done, though... maybe load single.php into the iframe?
Why not use a div with overflow set to auto? Just specify a width and height and you've got a scrollable content box. Put the Loop inside of that.
dear transmothra
your "use a div with overflow set to auto? Just specify a width and height and you've got a scrollable content box" suggestion saved my life! just wanted to say thanks :)
i heart wordpress!
truetone
Member
Posted 1 year ago #
Wow. What a simple, elegant solution. Thanks!