After an outage on September 1, the Instructure Community is now fully available, including guides, release notes, forums, and groups. If some styling still looks unusual, clear your cache and cookies.
When creating my pages, modules, pretty much anything, the text I'm typing is double spacing between the lines. I would prefer it to be single spaced, but can't seem to find anything to help me format the spacing. I would like to learn how to do this.
Solved! Go to Solution.
Hello there, @keaton1 Thank You for posting your question. The first thing to check would be the HTML side of your course page. To do this, click on the "HTML Editor" link at the top right corner of your RCE (Rich Content Editor). (More information here: How do I use the HTML view in the Rich Content Editor as an instructor?) As you look at the code on that page, does it look something like this (I've only included the first few words of your example)?
<p>Overview: This course will introduce you to...</p>
The <p> and </p> are paragraph elements in HTML...like the beginning and ending of a sentence.
If there is anything other than this on that page (assuming that what you've shown in your question above is the only text on the page), then you'll want to make it look like the example I've shown here. It's quite possible that if you've pasted in that text from a different source that it's included a bunch of junk HTML code that's not needed. Then, return to the RCE view by clicking on the "Rich Content Editor" link at the upper right corner of the RCE to see if it looks any better.
Now, there are websites available that will do a lot of HTML clean-up for you...so that you don't have to mess with a lot of the code yourself. I've written a short blog on this called HTML Cleanup which you might be interested in reading some time.
I hope this information will be of help to you, Karen. Please let Community members know if you have any questions about this...thanks!
Hello there, @keaton1 Thank You for posting your question. The first thing to check would be the HTML side of your course page. To do this, click on the "HTML Editor" link at the top right corner of your RCE (Rich Content Editor). (More information here: How do I use the HTML view in the Rich Content Editor as an instructor?) As you look at the code on that page, does it look something like this (I've only included the first few words of your example)?
<p>Overview: This course will introduce you to...</p>
The <p> and </p> are paragraph elements in HTML...like the beginning and ending of a sentence.
If there is anything other than this on that page (assuming that what you've shown in your question above is the only text on the page), then you'll want to make it look like the example I've shown here. It's quite possible that if you've pasted in that text from a different source that it's included a bunch of junk HTML code that's not needed. Then, return to the RCE view by clicking on the "Rich Content Editor" link at the upper right corner of the RCE to see if it looks any better.
Now, there are websites available that will do a lot of HTML clean-up for you...so that you don't have to mess with a lot of the code yourself. I've written a short blog on this called HTML Cleanup which you might be interested in reading some time.
I hope this information will be of help to you, Karen. Please let Community members know if you have any questions about this...thanks!
I wish that HTML codes were the problem. I just examined my document as you suggested--no joy.
Thank you for those it will help!
Hi There,
I realize the post above was written ages ago, but I'm hoping that HTML Cleanup is still available somewhere. The link above is broken, but perhaps you have an updated one?
Thanks ever so much,
CR Lenz-Hackett
HTML Cleanup is still available. I found it by putting HTML Cleanup in the search box.
@James ...
Thanks for providing the link for @lenz! Sometimes, you can look at the old URL that no longer works to figure out what the article was called (if the linked text wasn't the same as the title in the URL), but in this case, the old URL doesn't provide any indication of the article name, so it's good that you were able to find the current URL, James. Thanks again!
Thanks so much for doing something I should have (and thought I had) done myself! 🙄 (Not tired though...)
I appreciate the help from you and from @Chris_Hofer. I guess I needed it more than I knew. 😁 Have a great week!
Chérie
To interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.