mercredi 24 février 2021

Afficher des images transparentes: résolu

J'ai trouvé comment retrouver les images transparentes grâce à l'aide Google Blogger US:

Il suffit d'ajouter ce code à votre CSS avant le dernier b:skin entre <head> et </head>, et c'est tout. Redémarrer votre blog.
J'aurais pas trouvé tout seul!

.post-body img, 
.post-body .tr-caption-container, 
.Profile img, .Image img,
.BlogList .item-thumbnail img {
padding: 0;
background: none;
box-shadow: none;
}
Vous pouvez tester avec ce code dans un nouveau message:
<div style="text-align: center;">
<div class="separator" style="clear: both; text-align: center;"><br /></div><div class="separator" style="clear: both; text-align: center;"><br /></div><br /><table align="center" border="1" cellpadding="0" cellspacing="0" style="height: 1000px; width: 998px;">
   <tbody>
    <tr>
     <td background="https://cdn.star.nesdis.noaa.gov/GOES16/ABI/SECTOR/car/13/GOES16-CAR-13-1000x1000.gif" style="text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAZtrhrdyNImfNYd3A2sCC6k5MpeEMDCe2axaSMaLAKE0oPSPtyuQsk4drCkZgH2GTGHuiHe0sHHXcPsM9bQohhsdtsmWar95a2LJ4otBPEU8imMU3_AyZhQRGA6YBYNi8cKN3YVAY84AH/s1000/GOES16-CAR-13-1000x1000-CALQUE.gif" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="1000" data-original-width="1000" height="960" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAZtrhrdyNImfNYd3A2sCC6k5MpeEMDCe2axaSMaLAKE0oPSPtyuQsk4drCkZgH2GTGHuiHe0sHHXcPsM9bQohhsdtsmWar95a2LJ4otBPEU8imMU3_AyZhQRGA6YBYNi8cKN3YVAY84AH/w640-h640/GOES16-CAR-13-1000x1000-CALQUE.gif" width="970" /></a>
      </td>
    </tr>
   </tbody>
  </table>
</div>

Aucun commentaire:

Enregistrer un commentaire