PHProxy- Removing the table/background stuff

Discussion in 'PHP' started by immortality, Jan 17, 2007.

  1. #1
    PHProxy has the background table sort of stuff behind the URL bar and proxy options. What code do I remove to get rid of it all together?
     
    immortality, Jan 17, 2007 IP
  2. rednimer

    rednimer Well-Known Member

    Messages:
    455
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    120
    #2
    the stuff behind the proxy options is in the main file pretty close to the bottom.

    the other table is in the index.php, which is kinda touchy, but all you really need for it to work is the submit information.

    ive got a list of proxy sites at proxyinter.net, there are a ton of php ones on there, and you can view their source code to get some ideas
     
    rednimer, Jan 17, 2007 IP
  3. Matsta

    Matsta Well-Known Member

    Messages:
    657
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    120
    #3
    If you want to change the colours of the table to your baground colour you can do this:
    1. Open up style.css in notepad.
    2. Look for css div "#container" (without quotes)
    3. change the colours (#xxxxxx) of background-colour and border to your liking
    4. do the same with "#header" and "#menu"
    Cheers
     
    Matsta, Jan 17, 2007 IP
  4. immortality

    immortality Peon

    Messages:
    1,512
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I know how to do that already. What I want to do is get rid of the background all together so I can put a new layout up without it interfering with it.
     
    immortality, Jan 17, 2007 IP
  5. Matsta

    Matsta Well-Known Member

    Messages:
    657
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    120
    #5
    hmmm why not put into one big div and align it where you wont the layout, would that work for you? Its a bit hard to do without a div at all...
     
    Matsta, Jan 17, 2007 IP
  6. immortality

    immortality Peon

    Messages:
    1,512
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I took some stuff out from the bottom that im pretty sure was the background and all I would get were errors on line whatever. I dont know if I took out too much code and messed the PHP up or what. I dont understand PHP at all. :confused:
     
    immortality, Jan 17, 2007 IP
  7. immortality

    immortality Peon

    Messages:
    1,512
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #7
    That would be my last resort. I know the background can be removed, I just dont know how.
     
    immortality, Jan 17, 2007 IP
  8. Matsta

    Matsta Well-Known Member

    Messages:
    657
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    120
    #8
    just take away the line background-colour on container, header and menu ;)
     
    Matsta, Jan 17, 2007 IP