Códigos caixinha textarea

19Out

Codigos para Midi Player- Background Transparente

5 comentários
Codigos para background Transparente, midi player, caixinha textrea, correige erro script:
background Transparente



Background Transparente
Este script deixa a background (fundo do template) transparente , utilizada para iframes / Coloque o codigo entre a tag < head>

<style><!--BODY {background-color: transparent;}--></style>Para o background ficar tranparente na iFrame, ponha esses códigos no lugar da sua iFrame:
<iframe name="Post" scrolling=no frameborder="0" width="400" height="1250" allowtransparency="true" background-color="transparent" src="end dos posts aqui"></IFRAME><!-- final -->
Corrige erro de script do seu Html


Corrige erros de scripts dos seus códigos HTML
Este script corrige erros de scripts do layout / Coloque o codigo entre a tag < head> < /head>
Pegue os códigos da caixinha.
<script>/*JavaScript error stopper-for javascriptcapable browsers compliments of ghost,©ghostc@mediaone.net*/function stoperror(){return true}window.onerror=stoperror</script><!-- Fim do script-->

Caixinha banner e midi

Código para Bannner ou button

<a href="endereço do seu site aqui" target="_blank"><img src='endereço da imagem do banner aqui' border='0' alt="fala do site aqui"></a> 
<a href="endereço do seu site" target="_blank"><img src='endereço da imagem do banner aqui' border='0' alt="fala do site aqui"></a>

Códigos Caixinha textarea

<textarea onMouseOver=this.focus() onFocus=this.select() rows="2" style="font-family: verdana; font-size:10px; color:#000000; background-color: #FFFFFF; border:1; border-style:solid;" name="S1" cols="15">Conteudo aqui!!!</textarea></textarea>

Código para Midi player


 
 

<div style="visibility:hidden;position:absolute;top;"> <OBJECT ID="mp" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject" codebase="https://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" width="1" height="1"> <PARAM NAME="AutoRewind" VALUE="true"><PARAM NAME="Balance" VALUE="0"><PARAM NAME="AutoStart" VALUE="true"> <PARAM NAME="ShowDisplay" VALUE="false"> <PARAM NAME="ShowControls" VALUE="false"><PARAM NAME="ShowTracker" VALUE="false"><PARAM NAME="PlayCount" VALUE="0"> <PARAM NAME="FileName" VALUE="https://COLOQUE AQUI O ENDEREÇO COMPLETO DA MID"> </OBJECT></div><table border="0" id="midi" background="ENDEREÇO DA IMAGEM DA MIDI" width="96" height="50"><tr><td><center><a href="https://www.templatesbylecca.blogspot.com" target="_blank" title="Visite o TBLecca!"><div style="text-align: center; height:20; width:66"><input type="button" value="4" style="font-size: 10pt; font-family: webdings; color:#FD8BBC; background:; border:0;" ONCLICK="mp.Play()"><input type="button" value=";" style="font-size: 10pt; font-family: webdings; color:#FD8BBC; background:; border:0;" ONCLICK="mp.Pause()"><input type="button" value="<" style="font-size: 10pt; font-family: webdings; color:#FD8BBC; background:; border:0;" ONCLICK="mp.Stop()"> </div></a></td></tr></table></a></center>