[ewiki] Preview classing

Can the page preview be enclosed in a preview div like this?  I'd like to
have certain things appear differently in preview such as borders on
"invisible" tables.

function ewiki_page_edit_preview(&$data) {
   return( "<div class=preview><hr noshade><div align=\"right\">" .
ewiki_t("PREVIEW") . "</div><hr noshade><br>"
           . $GLOBALS["ewiki_plugins"]["render"][0]($_REQUEST["content"], 1,
EWIKI_ALLOW_HTML || (@$data["flags"]&EWIKI_DB_F_HTML))
           . "<hr noshade><br></div>"
   );
}

I

Other related posts: