From: Joel U. <uck...@el...> - 2005-04-15 20:21:18
|
> I should have thought about creating the page with the spaces beforehand. > Thanks for that. > > As for the Firefox issue, I hope someone else can help. I'll just have to > use IE in the meantime. I'm disinclined to think that it's a Firefox issue, actually. I use Firefox, (as do most of the other developers) and I'm not seeing that problem myself. You're using IIS, right? It could be an issue with your web server. Also, a blank page is consistent with PHP hitting its per process memory limit. Maybe you have that set too low in your php.ini. If that's happening, you'd see some errors in your logs. |