Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
Found this content helpful? Log in or sign up to leave a like!
How do I end the column's HTML code then add a full sentence after? The "/div" code should end it, but when I add text, it continues to be in the columns. Any suggestions?
Solved! Go to Solution.
Are your columns and lists in divs? Its difficult to tell why your code is doing what it's doing without seeing all of it.
What are the widths that you use for the current columns? Try making them add to 100% (of if you prefer the current way, add a third column that's empty wit the remaining percentage).
Basic example:
leads to
But:
leads to
Alternatively, you can surround the remaining content (or perhaps just the next paragraph) in another div that clears the style:
<div style="clear: both;">
<p>This will start on a new paragraph.</p>
</div>
Are your columns and lists in divs? Its difficult to tell why your code is doing what it's doing without seeing all of it.
Commonly, when you hit enter with your cursor at the end of the last item on the list, it thinks you want to add another item to the list. If you are familiar enough to understand the html, then go into the editor and add <p>ENTER DESIRED TEXT</p>. You can put this after the final </div>. Once this is in, you can continue editing from that point while in the RCE and it should behave normally.
If this does not fix it, please share a screenshot of the full division as @hechla mentioned and indicate where you want the paragraph to appear.
To participate in the Instructure Community, you need to sign up or log in:
Sign In