Would love some help here... firefox displays the last column in the table (an image they click on to edit their email address, it's a link), and IE8 displays nothing for the last column (doesn't even appear to display a column!) I've left out other rows in the table, but similar stuff happens.
Anyone know why?
<table class="profile-display">
  <tr>
    <td style="text-align: right; color: red;"> Email address: </td>
    <td class="profile-content"> <?php echo("$evar"); ?> </td>
    <td> <a href="profile_change.php?edit=13"  
         <img src="../images/writegreen.png" class="profile-edit" alt="Edit" 
          title="Edit Email Address"
   border="0" />
         </a>
    </td>
  </tr>
</table>