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 10:27:25 UTC