Forum Discussion
MarieAcree
6 years agoCommunity Member
Embedding Microsoft Forms
I am trying to embed a form in a rise course. It worked pretty good with google forms but isn't showing the same way for microsft forms. I try to use the embed code but rise isn't reconizing it. The...
MeganYawor-df40
2 years agoCommunity Member
I am finding that the iframe works how it's really stretching the form and so half of my options are cut off. I've tried playing with the width but it's not working - any ideas?
- JoseTansengco2 years agoStaff
Hi Megan,
I'm not an expert on iframes, but I believe it also accepts percentages. Instead of a defined value, have you tried using percentages for the width to see if this allows the full page to be displayed? Example:
<iframe src="http://www.youraddress.com" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe>
If you'd be willing to share a snippet of your iframe code here, I'm sure someone with more knowledge on HTML5 tags can help troubleshoot the behavior with you!
Related Content
- 8 months ago
- 6 months ago