|
Calculadora de Eficiência Energética |
|
|
|
Basta recortar o código abaixo e colá-lo no HTML da sua página. Para colocar a sua logomarca na calculadora, substitua o trecho do código
"COLOQUE SUA LOGO AQUI"
pela URL do endereço de sua logo nos formatos (.gif, .jpg, .bmp) , (Tamanho máximo de 180 x 72 pixels). Se não quiser que sua logo apareça, substitua o trecho do código por um espaço em branco " ". |
Código a ser copiado:
<html xmlns=" http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css"> <!-- .style1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; } .style2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } --></style> <div align="center"> <table cellpadding="0" width="54%" border="0"> <tbody> <tr> <td background=" http://www.abilumi.org.br/topo.gif" height="85"> <div class="style1" align="center">COLOQUE SUA LOGO AQUI</div> </td> </tr> <tr> <td><embed width="559" menu="true" loop="true" play="true" type="application/x-shockwave-flash" height="340" src=" | http://www.abilumi.org.br/calculadora.swf"></embed></td> </tr> </tbody> </table> </div> <p align="center"> </p> </body> </html>
|