![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: CSS back into HTMLby halley (Prior) |
on Mar 17, 2004 at 16:50 UTC ( #337405=note: print w/replies, xml ) | Need Help?? |
Sounds like an ugly task.
(1) HTML cannot express all formatting which CSS can express.
Can you accept style="..." in your HTML tags? Those are still CSS, but without the dependence on external style sheet files. If you can accept that, you can probably just accept a <style>...</style> ahead of the body. That should be trivial to piece together. You just replace each stylesheet reference with a style tag. --
In Section
Seekers of Perl Wisdom
|
|