What are you trying to style? Looks like you could use some list-style: none;
in a few places to me…
You’ve also got some gummed up mark-up, because you have
<li>
‘s without
<ul>
‘s…
I’d recommend firefox and firebug and to spend some more time staring at your source.
You are exactly right John. I am a little overwhelmed with all the plugins and could use some guidance as to where I need to add the “list-style:none;” markup. I have tried editing a few css files to do that and have yet to find the magical CSS file.
Thanks for pointing out the
<ul>
error.
I guess a little sleep helped. It is fine now. Thanks.