footer.html
<!--
/**
 * A footer included in bottom of every jsp page.
 *
 @author Sofoklis Stouraitis
 */
-->

<table width="80%" border="0" align="center">
  <tr>
    <td width="9%" align="center">
      <img src="images/ELOI_logo.jpg">
    </td>
    <td width="91%" align="right" valign="bottom" >
      <font size="2" face="Verdana, Arial, Helvetica, sans-serif">
        <strong>Author: <a href="mailto:jdoe@example.com">Jim Doe</a></strong>
        <br />
        </font>
    </td>
  </tr>
</table>