Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 0.42 KB | Hits: 59 | Expires: Never
Copy text to clipboard
  1. Im css
  2.  
  3. td.logoheader {
  4.   margin: 0;
  5.   padding:  0;
  6.   background     : url(../images/header.jpg)  #fff no-repeat bottom left;
  7.   height         : 128px;
  8.   width          : 100%;
  9.  
  10.  }
  11.  
  12. wird im html hier aufgerufen:
  13.  
  14.  <table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
  15.         <tr>
  16.                  <td  align="center" class="logoheader">&nbsp;</td>
  17.                
  18.         </tr>
  19.   </table>