daveevolve, rhankins :
Comment the classes you don’t need in this file : wp-includes/js/tinymce/themes/advanced/skins/wp-theme/content.css
I’m also editing my <li> with CSS.
Strangly enough, it works good for me with this :
<?php wp_list_categories('show_count=1&title_li=</h2>'); ?>
If I put <h2></h2>, I have an unwanted top margin.
If I remove the </h2>, my background image doesn’t appear…
Hope it helps.
I had two errors :
1. Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.
2. http error
Tried everything up there, but only this worked for me.
I added those lines to the main .htaccess file (in the root folder of the wp installation), after the # END WordPress line :
SecFilterEngine Off
SecFilterScanPOST Off
Hope this will work for you.