Which part of this PHP code is making this CSS?

Discussion in 'PHP' started by Daniel591992, Nov 19, 2008.

  1. #1
    Hi,

    I'm trying to edit the css of the proxy header (phproxy) when viewing a site. There are parts I was able to edit, but some of the code the page produces doesn't seem to be in the PHP code. It HAS to be there though, I just don't know where it's hiding. Can a PHP-literate person look at this plz:

    http://pastebin.com/f3d0a0b1f
    (code is too long to put in post)


    That code is producing the following in the <head> part of the page:
    
    <style>body,td,a,p,.h{font-family:arial,sans-serif}.h{color:#36c;font-size:20px}.q{color:#00c}.ts td{padding:0}.ts{border-collapse:collapse}#gbar{height:22px;padding-left:2px}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}#gbi,#gbs{background:#fff;left:0;position:absolute;top:24px;visibility:hidden;z-index:1000}#gbi{border:1px solid;border-color:#c9d7f1 #36c #36c #a2bae7;z-index:1001}#guser{padding-bottom:7px !important}#gbar,#guser{font-size:13px;padding-top:1px !important}@media all{.gb1,.gb3{height:22px;margin-right:.73em;vertical-align:top}#gbar{float:left}}.gb2{display:block;padding:.2em .5em}a.gb1,a.gb2,a.gb3{color:#00c !important}.gb2,.gb3{text-decoration:none}a.gb2:hover{background:#36c;color:#fff !important}</style>
    
    HTML:
    how?
     
    Daniel591992, Nov 19, 2008 IP
  2. Daniel591992

    Daniel591992 Well-Known Member

    Messages:
    594
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    125
    #2
    Nervermind guys. It was a silly mistake. The problem is that I was testing by viewing google, and google has some strange code.

    Works fine. thanks!
     
    Daniel591992, Nov 19, 2008 IP