Mysterious CSS Code being Inserted into my Site

Discussion in 'HTML & Website Design' started by MelogKnaj, Dec 28, 2008.

  1. #1
    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):
     
    MelogKnaj, Dec 28, 2008 IP
  2. LindseyInteractive

    LindseyInteractive Well-Known Member

    Messages:
    2,830
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    175
    #2
    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.
     
    LindseyInteractive, Dec 28, 2008 IP
  3. TheLimeDesign

    TheLimeDesign Well-Known Member

    Messages:
    504
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    110
    #3
    its not wierd at all..Those are CSS table properties and used for a plugin..Dont worry :)
     
    TheLimeDesign, Dec 28, 2008 IP