Well, although you'd be increasing your chance of getting an error if you didn't shut off the forum to change the colors, IMO, it's the equivalent of adding a post to the
post table.
This is just coming off the top of my head, so I wouldn't count on it working:
Code:
<?php
$DB_site->query("UPDATE replacement SET replaceword='<b><FONT face=\"verdana, arial, helvetica\" size=\"4\" color=\"#000000\"' WHERE findword='<largefont'");
$DB_site->query("UPDATE replacement SET replaceword='<body bgcolor=\"#ffffff" text=\"#959595">' WHERE findword='<body>'");
//etc.... I don't feel like going all the way now
?>
Of course, it gets a little more complex as you try and replace certain options.
[Edited by Ed Sullivan on 07-13-2000 at 03:57 PM]