image_transparent_gif.html 524 B

1234567891011121314151617181920212223
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
  5. <style>
  6. body {
  7. color: #7d7a7a;
  8. font-family: 'trebuchet ms', verdana, sans-serif;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <div style="text-align: center; background: none;">
  14. <img src="images/green.gif" width="50"/>
  15. </div>
  16. <div style="text-align: center; background: black;">
  17. <img src="images/green.gif" width="50"/>
  18. </div>
  19. </body> </html>