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.
December 6th, 2006 at 7:34 am
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.
December 6th, 2006 at 9:47 am
Use this code for bullets:
sample bulleting:
hello
hi;
type here;
abcde
blogging
December 6th, 2006 at 1:04 pm
Grace,
Papaano pag numbers naman ang list ko?
December 6th, 2006 at 1:22 pm
Tina,
That doesn’t work either :(
December 6th, 2006 at 9:05 pm
Edit the .css file of your theme. Find the following line and delete it:
ol li, #sidebar ul ol li { list-style: none; }
December 6th, 2006 at 9:12 pm
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; }
December 6th, 2006 at 11:08 pm
Grace,
It worked! Thanks so much!!!!!!!
I deleted the while line.