ok , I found where goes wrong.
Because of previewpost.inc.php's limitation , it only allows Admin to pewview HTML .
After I comment out the four lines below , every user can preview HTML :
// if ($user['USER_MEMBERSHIP_LEVEL'] == "User") {
// if (($convert == "both" || $convert == "html") && $HTML != 1) {
// $convert = "none";
// } // end if
// } // end if
Why UBBThreads set this limitation ?