Call for help
Maybe somebody could help me. I couldn’t figure out my my bullets aren’t showing up on my blog. I’m going crazy over this. Grrr.
Maybe somebody could help me. I couldn’t figure out my my bullets aren’t showing up on my blog. I’m going crazy over this. Grrr.
What do you mean? Iyong mga list mo sa mga blog entries mo ay walang parang circle/box sa sides or if you make a list it doesn’t show up at all? If it’s the former then it is because ang nakasulat sa “html>body .entry ul” css mo ay “list-style: none;”. Change the “none” to disc, circle or square.
Use this code for bullets:
sample bulleting:
hello
hi;
type here;
abcde
blogging
Grace,
Papaano pag numbers naman ang list ko?
Tina,
That doesn’t work either
Edit the .css file of your theme. Find the following line and delete it:
ol li, #sidebar ul ol li { list-style: none; }
Or just delete the ol li, part
so:
ol li, #sidebar ul ol li { list-style: none; }
will become
#sidebar ul ol li { list-style: none; }
Grace,
It worked! Thanks so much!!!!!!! :heart: I deleted the while line.