is it possible to have new symbols for list items
you see I've got this
<ul type="disk">
<li><b>➣</b> Being your genuine self -- the pathway to a better relationship with the most important person - yourself -- so you can have better relations with others</li>
<li>➣ What is "Adversity"? ... ACEs?</li>
<li>➣ ACEs Screening -- Scientific Vs Clinical Perspectives</li>
<li>➣ Trauma and therapeutic relationships</li>
<li>➣ <b>NEW FEATURE</b>: Mindfulness -- Safe and effective practices for those with trauma histories</li>
</ul>
so clearly, I'd like to replace disk with the particular arrowhead symbol -- in bold if possible
New symbols for lists - Post ID 279127
W3schools.com has just disc, square, circle, none and numbers listed.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Try this,
<ul style="list-style: none;"
<li><b>►</b> Being your genuine self -- the pathway to a better relationship with the most important person - yourself -- so you can have better relations with others</li>
<li>➣ What is "Adversity"? ... ACEs?</li>
<li>➣ ACEs Screening -- Scientific Vs Clinical Perspectives</li>
<li>➣ Trauma and therapeutic relationships</li>
<li>➣ <b>NEW FEATURE</b>: Mindfulness -- Safe and effective practices for those with trauma histories</li>
</ul>
<ul style="list-style: none;"
<li><b>►</b> Being your genuine self -- the pathway to a better relationship with the most important person - yourself -- so you can have better relations with others</li>
<li>➣ What is "Adversity"? ... ACEs?</li>
<li>➣ ACEs Screening -- Scientific Vs Clinical Perspectives</li>
<li>➣ Trauma and therapeutic relationships</li>
<li>➣ <b>NEW FEATURE</b>: Mindfulness -- Safe and effective practices for those with trauma histories</li>
</ul>
Bootstrap 5 CSS Grid.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.