1 <table border="0" cellspacing="0" cellpadding="4" width="<?= $width ?>" class="box_error"> 2 <tr> 3 <td class="box_left"> 4 <img src="<?= $cfg['images_dir'] ?>/error_icon.gif" alt="!" border="0" /> 5 </td> 6 <td class="box_right"> 7 <?= $text ?> 8 </td> 9 </tr> 10 </table>