Autor Tópico: Amuleto do Olho do Mal  (Lida 5094 vezes)

0 Membros e 2 Visitantes estão a ver este tópico.

Offline candidosa2

  • Suporte Tecnico
  • Fundador
  • *
  • Mensagens: 5072
  • Rank: 1658
  • Sexo: Masculino
  • Suporte
    • Hosting Moçambique
Amuleto do Olho do Mal
« em: 04 de Outubro de 2013, 12:41 »

Abrir  İndex.template.php Pesquisar por

Código: [Seleccione]
<body>';

Adicionar em cima

Código: [Seleccione]
<a href=""><img src="http://www.smfpt.net/images/olhomal.gif"  style="position:absolute; left:0px; top: 0px;" border="0"></a>



Ou poder ser assim


Adicione este código para o fundo do index.css

Código: [Seleccione]
#olhosmfpt{
position: absolute;
top: 0px;
right: 0px;
position: fixed;
text-indent: -1000px;
width:130px;
height: 100px;
overflow: hidden;
background: url(http://www.smfpt.net/images/olhomal.gif) 0 0 no-repeat;



Abrir o ficheiro index.template.php
Código: [Seleccione]
</head>

<body>';


Adicionar por baixo

Código: [Seleccione]
echo'<div id="olhosmfpt"><a href="#" target="_self"></a></div> ';