This out puts "Viewing Messages" in font size three
$result = sprintf(_("Viewing Messages: %s to %s (%s total)"),
SO does this
<font size="1" face="Verdana">
<?php
$result = sprintf(_("Viewing Messages: %s to %s (%s total)"),
'<b><font size="2" face="Verdana">'.$start_msg.'</b>', '<b><font size="2" face="Verdana">'.$end_msg.'</b>', $num_msgs);
Why