You can add HTML or CSS to an Ultra document using the HTML block. You must know how to write HTML to use this feature.
Tell Me
- Go to your Ultra course.
- If appropriate, select the folder or learning module where your Ultra document should reside.
- Click the purple plus where you want to create the Ultra document.
- Select Create.
- Choose Document from the right-side peek panel.
- Give your Ultra document a name. By default, the title is New Document with the date.
- Click on Add HTML to create a block of HTML code.
- Write or copy/paste the HTML code into the blank field.
- Click SAVE.
- If correctly formatted, the HTML should render on the page.
Examples of HTML in Ultra
click to enlarge
Tips for Using HTML in Ultra
- If you want to embed a file from Microsoft Office 365 in your Ultra document, go to File -> Share -> Embed. Set the width to 775px and the height to 900px before copy/paste to the HTML block.
- If you want to embed a Google doc, go to File -> Publish to the Web and Click Embed on the tabs in the pop-up. Google does not give your height and width control so once you have pasted the embed into the HMTL editor, you'll need to add this code
width="775px" height="900px" frameborder="0" immediately after the src=URL but before the bracket closes.