If you look at this page http://fishdogfish.com in IE, you’ll see that there is an extra bullet on the <ul> in the sidebar under Links.
There is only one <li> so there should only be one bullet, but IE adds and extra one, it’s as if it’s putting a bullet on the <ul> tag as well as the <li> tag.
It’s fine in FireFox, but IE adds the extra bullet.
I’ve tried everything I can think of; How do I get rid of the extra bullet?
I did this layout in WordPress, so it must be WP placing the extra <li> tag in there.
Yep, that would most likely be your problem.
WP is notorious for injecting bogus code. You should be able to edit your preferences in the WP editor. I don’t use it so I can’t tell you anything about it. I’m sure someone in the WP forums has seen this before.
I see people with <br> tags added after their images when using WP. It automatically injects the <br> tag when they start a new line in the html after an image. I know they have been able to adjust the WP settings so it does not do it.