Forum Discussion
MichelleMart629
4 years agoCommunity Member
RISE: Participant Survey
I have created a participant survey in Microsoft Forms. I can't seem to get the iframe embed code to work when i copy and paste it into my RISE course.
If I copy and paste the link, that works bu...
MichelleMart629
4 years agoCommunity Member
Ok that works, but how will I know how to fix it next time? What did you change and add.
- hazelB4 years agoStaff
I removed width="640px" height= "480px" and instead started with src and added the height and width below it.
You can also simplify your iFrame code by using the formula
<iframe src="URL"></iframe>
.Just replace the URL with the link for the content you want to embed.
You can also change the embed width under the Settings tab also.
Or you can just save the code I made then just replace the link (in blue text) and that should work for next time.
<iframe src="https://replace this link" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="480px" width="640px" allowfullscreen></iframe>