- From: Frank Boumphrey <bckman@ix.netcom.com>
- Date: Fri, 10 Sep 1999 13:51:35 -0400
- To: "Zoltan Hawryluk" <zoltan@netcom.ca>, <www-html@w3.org>, <www-style@w3.org>
You should be able to do this with a fairly simple Perl or JavaScript. if you want to do it on the fly then ASP should be able to manage it Frank -----Original Message----- From: Zoltan Hawryluk <zoltan@netcom.ca> To: 'www-html@w3.org' <www-html@w3.org>; 'www-style@w3.org' <www-style@w3.org> Date: Friday, September 10, 1999 10:27 AM Subject: CSS -> older HTML >hi > >does anyone know of any software/packages that will convert CSS HTML to >older HTML? > >for example, if you have HTML that looks like: > > <style type="text/css"> > <!-- > TD { > background: #0000cc >url(/icons/mailman/tab_back.gif); > } > --> > </style> > > .... > > <table> > <tr><td> > Blah > </td></tr> > </table> > >it will convert it to: > > <table> > <tr><td bgcolor="#0000cc" background="/icons/mailman/tab_back.gif" > > Blah > </td></tr> > </table> > > >does anyone know if such a thing exists (commercial packages or open >source)? > >thanx in advance > >zoltan. > > >--------------------------------------------------------------------------- - >---- >Zoltan Hawryluk - ZH13, zoltan@netcom.ca. WebMaster, Netcom Canada. >416-341-5717 >"Everywhere I go I'm there ... I'd love to run my fingers through my hair >..." > - >Pagan >
Received on Friday, 10 September 1999 13:51:16 UTC