From: Greg W. <php...@gr...> - 2005-11-28 12:29:27
|
I was recently reading about a PHP class to generate PDFs dynamically (fPDF, I think was the name) that had problems with some versions of IE (probably IE5) not dealing with the dynamically generated files properly. I didn't read that closely, but I imagine the same problems might apply here. Even if there are not problems, though, I'm not sure I see a big advantage in dynamically generating the CSS rather than writing to a file. Greg --- http://www.gregwestin.com Contact Info: http://www.gregwestin.com/contact.php On Nov 27, 2005, at 10:03 AM, Jim Hu wrote: > needed to add > header ("Content-type: text/css"); > > also found that I need to specify the path as a url in header.tpl > so that rss/index.php would find it. > ===================================== > Jim Hu > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |