Okay, so on my page Call of Duty: Modern Warfare 2 Glitches above the Latest Call of Duty: Modern Warfare 2 Glitches there are >> and I was wondering how I could eliminate them. On my other other Category Template (Glitches) I use the same code, but the >> don't show up. Any help is appreciated.
I just tested my site with Firefox, Chrome, Opera, and Safari. All the browsers display the site the same. I am still getting the >>'s above the latest post thumbnails on pages such as http://gamerglitch.com/category/game-montages/gears-of-war-game-montages/
I noticed that you have a table in there, with a call for a list <ul><li>, is that the way the theme is designed to show lists...with ">>" ? I don't see it dangling anywhere on the page code.
No, I actually went through and looked and its not in my CSS file. In fact I'm using the same code on http://gamerglitch.com/category/game-montages/ but it doesn't show the >> that's why I'm confused.
Never mind guys I just found it. It was in my CSS file under #contentframe #entry ul li:before { content: "\00BB \0020"; }. I didn;t look there because those tables were actually inside the div "homecolumns" but since "homecolumns" was inside the entry div, the styling was passed down. Thanks for all the help though guys, I appreciate it.
Yeah, I would have never been able to guess. You were the only person that could have found it, glad you did though, I know how frustrating that is...I've spent hours staring at the screen saying to myself "Where the heck is that coming from ?"