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?
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
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
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.
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...
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.