having difficulty getting iframe to work properly with columner theme. havent found a solution in the forums yet.
the embeded blog appears in a tiny corner. link here.
how do I get the embeded blog to display at 100%?
thanks
having difficulty getting iframe to work properly with columner theme. havent found a solution in the forums yet.
the embeded blog appears in a tiny corner. link here.
how do I get the embeded blog to display at 100%?
thanks
The way to make this work with that format...would be to simply customize the iframed plugin to fit properly (whatever it might need).
thanks, Vaska. Can you direct me to a forum that discusses how to customize the php? Im not familiar with how to do that...
Have you read the forum rules?
This forum can't help you? I'm so confused tonight...
Had the same problem.
Here is one solution.
in your style.css, add this:
#iframe-holder iframe {
width:100%;
height:2200px;
margin:-120px 0 0 -40px;
}
adjust the pixels yourself.
It will scale in width.
The height scaling is a bit tricky.
I think one has to go in with jquery. Vaska might know this?
in your exhibit (html), write this, calling the css above:
window.parent.parent.scrollTo(0,0) will make it always jump back to x=0, y=0.
Just for info.
I am sure someone has a nicer code (which I would love to have).
Best
Skaatar
ok, terribly sorry.
Please, tell me how to wrap a html code, then I'll post it.
Obviously, I am NOT a hacker.
* text here
<code>code here</code>
more text here. Notice the paragraph returns before and after the code tags.
ok. I'll give it a try.
<body>
<div id="iframe-holder">
<iframe src="skatar.com/liquidsolid/…(0,0)"></iframe>
</div>
</body>
</html>
ok, I'll take a course in writing wraps.
Until then, I'll stop being annoying by just showing the html in this image:
skatar.com/iframecode.jpg
Just realized this thread is pretty old. Iframes are probably history
best regards
Iframes are probably history? No, they evolved into the "exhibit link" in Version 2.
...then again this is a Legacy version thread. :-)
This thread has been closed, thank you.