- Im css
- td.logoheader {
- margin: 0;
- padding: 0;
- background : url(../images/header.jpg) #fff no-repeat bottom left;
- height : 128px;
- width : 100%;
- }
- wird im html hier aufgerufen:
- <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td align="center" class="logoheader"> </td>
- </tr>
- </table>
