Adsense accanto al logo

« Older   Newer »
 
  Share  
.
  1. charly
        +1   -1
     
    .

    User deleted


    CODICE
    codice:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
           <head>
                   <title>Documento senza titolo</title>
                   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">
    .div-1 {
           border: 1px outset #e0dfe3;
           margin-left: auto;
           margin-right: auto;
           text-align: left;
           width: 498px;
    }

    .div-1-1 {
           border: 1px inset #e0dfe3;
           clear: both;
           display: inline;
           float: left;
           line-height: 19px;
           margin-left: 15px;
           margin-top: 15px;
           padding: 15px;
           text-align: center;
           width: 194px;
    }

    .div-1-2 {
           border: 1px inset #e0dfe3;
           float: left;
           line-height: 19px;
           margin-left: 15px;
           margin-top: 15px;
           padding: 15px;
           text-align: center;
           width: 195px;
    }
    </style>
           </head>
           <body>
                   <div class="div-1">
                           <div align="center" class="div-1-1">Logo</div>
                           <div align="center" class="div-1-2">Banner</div>
                           <div style="clear: both;"></div>
                   </div>
           </body>
    </html>
     
    Top
    .
0 replies since 21/11/2009, 08:20   23 views
  Share  
.