Those upgrades will always get you. I just upgraded to the latest PHP source and now am running into a CSS problem with phpInfo().
I'm trying to find out if there is any way to turn off the embedded styles in the results from phpInfo()?
I couldn't find a solution anywhere so here I am. Some things I've tried:
- try to contain the phpInfo() contents into a div tag.
- try to import my pages style sheet after the phpInfo()
- iframes isn't an option for me
My feeling is that there is a defined style in the phpInfo() stuff that I didn't define in my styles. Consequently, that is effecting my page. I will start looking for the specific style but I think this would be an even more useful function if I could tell phpInfo to not use it's styles???
Appreciate any help.
~jerry