<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Petko ... that does exactly what I need it to!<br>
<br>
Russ<br>
<br>
Petko Yotov wrote:
<blockquote cite="mid:200807130850.31969.5ko@5ko.fr" type="cite"><br>
  <blockquote type="cite">
    <pre wrap="">to style the output with CSS 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You can set in /local/config.php something like:

$ROSPatterns['/(?&lt;!~)~~~~(?!~)/e'] = 
  "FmtPageName('%green%[[~\$Author]]%% \$CurrentTime', \$pagename)";
$ROSPatterns['/(?&lt;!~)~~~(?!~)/e'] = 
  "FmtPageName('%green%[[~\$Author]]%%', \$pagename)";

Of course, you can use any WikiStyle instead of %green%.
<a class="moz-txt-link-freetext" href="http://www.pmwiki.org/wiki/PmWiki/WikiStyles">http://www.pmwiki.org/wiki/PmWiki/WikiStyles</a>

Thanks,
Petko

  </pre>
</blockquote>
<br>
</body>
</html>