', '', $wt); $wt = str_replace('
', '', $wt); $wt = trim($wt); $wt .= ''; return $wt; } /* not used yet. percentage position: before --> [20% | ] inside --> [ 25% | ] after --> [ | 30%] */ function _place_percentage ($pv, $p, $where) { if ($where==='before') $wt.= $p; $wt.= ' '; if ($where==='after') $wt.= $p; return $wt; } } // end, we are happy now