CSS::Inliner

Library for converting CSS < style > blocks to inline styles
Download

CSS::Inliner Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kevin Hatim Kamel
  • Publisher web site:
  • http://search.cpan.org/~kamelkev/

CSS::Inliner Tags


CSS::Inliner Description

Library for converting CSS < style > blocks to inline styles CSS::Inliner is a library for converting CSS style blocks into inline styles in an HTML document. Specifically this is intended for the ease of generating HTML emails. This is useful as even in 2009 Gmail and Hotmail don't support top level declarations.SYNOPSISuse Inliner;my $inliner = new Inliner();$inliner->read_file({filename => 'myfile.html'});print $inliner->inlinify(); Requirements: · Perl


CSS::Inliner Related Software