I have some mysterious CSS code showing up on every single page on my wordpress site. I check all the theme files and it doesn't show up there at all. I think it may have something to do with the wordpress table plugin I installed and the css related to that. Site is here: http://onlinevideogamerental.info/2008/12/24/gamefly-end-of-year-sale-50-off-used-games/ Where is all this coming from? <style type="text/css"> .wptable { border-width: 1 px; border-color: #000000; border-style: solid; width: 100%; } .wptable th { border-width: 1px; border-color: #000000; background-color: #ff9933; border-style: solid; } .wptable td { border-width: 1px; border-color: #000000; border-style: solid; } .wptable tr.alt { background-color: #ff9933; } </style> Code (markup):
Hello, It is very well possible it is coming from your plugin that you mentioned or another plugin, as I am not sure what all plugins you have going on at the moment. Also, what version of wordpress are you running on your server? Is it the newest or latest version 2.7? I mean by looking at the tab for the css tags "wptable" it sure looks like it is your plugin that you are refering to. Now, in order to edit this, it really depend on which verison of WP you are using. But what you can do is go into your backend (wp 2.7) and go to tools, and then plugins and you can bring up each of your plugins and edit them there. And you can change the css and plugin values and functions there.