Glenys Hanson
Forum Replies Created
-
John, I’ve replied to you privately, though I’m not sure I’ve got your email right: john at ultimatelysocial dot com ???
Forum: Fixing WordPress
In reply to: Inserting Hot Potatoes exercises on WordPressThanks, Andrew.
You’ve reassured me that I haven’t missed some simple solution I didn’t know about.I’m sure you’re right and most people will barely notice the white space or the need to scroll.
I’m quite new to WordPress so I’m not sure I’m doing the right thing, but I’m marking this topic as resolved.
Forum: Fixing WordPress
In reply to: Inserting Hot Potatoes exercises on WordPressThanks AC, but the problem is exactly the same with an iFrame because the iFrame also defines the height and width of the embedded html page.
If only one page is embedded it’s easy to define the dimensions of either the object tag or the iFrame to suit the embedded page. As far as I can see, they usually used to embed single pages – often YouTube videos. What I want to do is to insert a set of linked pages of different heights.
The object tag I used for the set of exercises Possessives is :
<p><object width="99%" height="80%" data="http://www.esl-exos.info/wp-content/grammar/01_adjectives/01b_possessive_adj/index.htm"></object></p>I can change it to:
<iframe width="99%" height="800" src="http://www.esl-exos.info/wp-content/grammar/01_adjectives/01b_possessive_adj/index.htm" frameborder="0" allowfullscreen></iframe>But the problem remains the same: short exercises have white space at the bottom; long exercises have to be scrolled.
(iFrame won’t accept a percentage height – I don’t know why.)