Hey,

I have a huge site that I want to apply a generic font face
to with Apache::ASP.  Has anyone here ever been bothered before 
that you can't just wrap the body doc with a default font and 
have that be it.  No CSS please.  But what about those
pesky <table>s that seem to break it all?  

The feature I'm thinking about adding would be a FontFace
config setting, which could also be specified at runtime
with $Response->{FontFace} ... this then would insert a 
<font face=$Response->{FontFace}> at the start of a <body>
and then after every <td>.  Presto, font-o-magic for 
your site.

The other way I might implement this would be a general
Script_OnFlush hook, which would allow pre-flush processing
of the $Response buffer, so you can do whatever you want
at that time.

Any preferences, or thoughts?

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to