Canvas and Mastery are experiencing issues due to an ongoing AWS incident. Follow the status at AWS Health Dashboard and Instructure Status Page
Found this content helpful? Log in or sign up to leave a like!
Is there a way to remove a single bullet from an existing list with bullets?
Solved! Go to Solution.
Hi there, @reddicmd ...
Are you asking to do something like this?
If so, yes...this is very easy. Instead of pressing "Enter" on your keyboard to create a new bulleted item, just press Shift+Enter on your keyboard. This will put your cursor directly below the last bulleted item...but not display the bullet. Here is what the HTML code looks like for the above example:
<ul>
<li>Here is my first item</li>
<li>Here is my second item<br />But I want this paragraph without a bullet.</li>
<li>And now I want this item bulleted.</li>
<li>And this one, too.</li>
</ul>
Hope this helps a bit. Also, if this is not what you are looking for, please let Community members know so that we can continue to help you. Thanks!
Hi there, @reddicmd ...
Are you asking to do something like this?
If so, yes...this is very easy. Instead of pressing "Enter" on your keyboard to create a new bulleted item, just press Shift+Enter on your keyboard. This will put your cursor directly below the last bulleted item...but not display the bullet. Here is what the HTML code looks like for the above example:
<ul>
<li>Here is my first item</li>
<li>Here is my second item<br />But I want this paragraph without a bullet.</li>
<li>And now I want this item bulleted.</li>
<li>And this one, too.</li>
</ul>
Hope this helps a bit. Also, if this is not what you are looking for, please let Community members know so that we can continue to help you. Thanks!
Thanks, Chris.
Your example of bulleted paragraphs replicates the situation in my question. I'll give your method a try and report back.
Mona
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