Hi,
we've got an object in an iframe but the 'check' button is cut off the content window of the brightspace? what do i have to change in the html source editor to get that 'check' button to show within the content window please? thanks
Hello! iframe's are notorious for being a bit tricky. If you are comfortable selecting the HTML Source Editor within the toolbar of the editor (that's the icon that looks like </> ) or using the Attributes option under the + icon, either will allow you to make some modifications to the iframe and the objects around it. First you might want to make sure that the size (height and width) of your iframe is big enough, or allows for internal scrolling. Next would be to check if there's a <div> or <p> that the iframe is within and that can also be modified with a style="overflow:hidden;" and other properties which can help with showing content that would otherwise be cut off. Additionally, if the last thing in your text was going to be that iframe and nothing else, you could try adding in just a blank line below it to ensure that the bottom of the iframe isn't cut off as well.
Hope any of those help! Feel free to make a reply if you have additional questions/need more help with what I'm suggesting as by your use of "iframe" I'm assuming you might know a little more html/css than you are leading on.
-Johnny
how do i add in a blank line at the bottom of the iframe please? thanks
If you just want blank space, following the iframe in the HTML, you can just add a paragraph with a space <p> </p>, Adding the " " is just a "space" in html code so it forces it to be there. Otherwise if you just had a <p> </p> the page would ignore the space since there's nothing else around it.
<p> </p>
<p> </p>
-Johnny D2L LAM
Connect with our Known and Fixed Issue information to learn about improvements made to Brightspace.
Connect with leaders in pedagogy, accessibility, learning experience design and more
The Accessibility category serves as a single point of access to three avenues in Brightspace Community leading to the Accessibility Academy, Accessibility Library and Accessibility Discussions. These avenues offer courses and articles about accessibility to enhance accessibility knowledge and a group of accessibility enthusiasts to stay connected with.
Have questions about how to use Community? Stay tuned with updates, feedback opportunities and more for the Community here!
Connect with and ask questions on how to best use the Brightspace Product to transform the way your users learn!
Connect with product experts to learn more about tools frequently used by Brightspace Developers such as APIs and integrations!
Want to learn more about Brightspace Partners and Integrations? This is the place to be!
Stay up to date with product updates and announcements in this category.
Connect with our release information to learn about monthly improvements and updates to Brightspace.
Learn more about all the upskilling opportunities with courses and resources offered via the Brightspace Learning Center, Brightspace Guided Training and other training opportunities!