Visualizzazione dei risultati da 1 a 10 su 22

Visualizzazione discussione

  1. #7
    E' questo qui :

    codice:
    <html>
          <head>
              <style>
                 table { background-color: #FFF7E3; color: #000000; border-color: #000000; font-size : 20px }
              </style>
          </head>
            <body>
                    <style>
                        table { background-color: #FFF7E3; color: #000000; border-color: #000000; font-size : 20px }
                    </style>
    
      <table border="1" cellpadding="8">
      <tr>
        <th colspan="2" style="text-align : center ; font-size="xx-large">OPERAZIONE ID:   '.$idIsp.'</th>
      </tr> 
     <tr>
        <th>DATA</th>
        <td>'.$dataOra.'</td>
      </tr>
      <tr>
        <th>OPERATORE</th>
        <td>'.$operatore.'</td>
      </tr>
      <tr>
        <th>OPERAZIONE</th>
        <td>'.$operazione.'</td>
      </tr>
      <tr>
        <th>RICHIEDENTE</th>
        <td>'.$richiedente.'</td>
      </tr>
      <tr>
        <th>ESITO</th>
        <td>'.$esito.'</td>
      </tr>
      <tr>
        <th>DESCRIZIONE</th>
        <td>'.$descrizione.'</td>
      </tr>
       <tr>
        <th>NOTE</th>
        <td>'.$note.'</td>
      </tr>
        <tr>
        <th>INOLTRO MAIL</th>
        <td>'.$destinatarimail.'</td>
      </tr>
    </table>
    Il "bello" è che su android viene visualizzato tutto senza problemi .....
    Ultima modifica di Alex@1983; 25-09-2019 a 15:55

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.