View Single Post
Old 09-12-2023, 08:49 AM   #3
WV-Mike
Connoisseur
WV-Mike began at the beginning.
 
Posts: 66
Karma: 10
Join Date: Jul 2023
Device: None
List styling - dislay: none

Quote:
Originally Posted by Turtle91 View Post
1) stop using inline styles…
2) see rule #1

Seriously though, you do NOT need to use <br/> ANYWHERE to create space… that is what css is for. Use margin or padding.
Other than a list, how would this be accomplished with CSS?


Quote:
3) “list-style-type: none;” should work fine.
Code:
ul {list-style-type: none;}
This would affect Ordered lists as well. No?

I added this to my CSS:
ul.no-bullets {list-style-type: none;}
And this to my HTML:
<ul class="no-bullets">

ReadEra still displays bullets.

Thanks,
WV-Mike
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20230912-084211.png
Views:	104
Size:	122.5 KB
ID:	203718  
WV-Mike is offline   Reply With Quote