Strange list style
-
Hello.
I’m new on wordpress, but I dit a lot of “manual” html.In word press I have the following HTML :
Here is a list
- Dog
- Cat
- Mouse
When I use the “WordPress classic” theme, they appear with the usual bulletpoint.
When I use the “WordPress default” theme, they appear :
– Just indented with Internet Explorer
– With closing double-quote instead of bullets in Firefox and ChromeIt’s just ugly, but I really prefer WordPress default.
How can I fix this ?
Do I need to go deep inside css sheets ? If so, where ?
I supposed that a soft like WordPress would easily handle these compatibility problem.
-
In word press I have the following HTML
where do you have that? Differing themes handle things differently
I have this same problem, the items in the sidebar have double-carats (closing double quotes as this person says) and I can’t find them in the template or the style sheet. I was able to ADD regular bullets, but I can’t TAKE AWAY those annoying carats, and I’ve been searching on line for an hours. the site: http://weddingsinnc.com thanks for any help!
JaneWhoops, wrong url. This is the blog, using the Kubrick default template. I cannot find those carats anywhere in the template or style sheet?
http://ncweddingsongs.comI found the answer in another part of the site. Remove this code from the style.css
.entry ul li:before, #sidebar ul ul li:before {
content: “0BB 020”;
}I then added a hanging indent and circle bullets, it’s all fixed. (See http://ncweddingsongs.com now!)
The topic ‘Strange list style’ is closed to new replies.