Ir para conteúdo
Fórum Script Brasil

noob

Membros
  • Total de itens

    36
  • Registro em

  • Última visita

Tudo que noob postou

  1. noob

    Mouse Se Mexendo

    Velho isso que você tá passando deve ser um trojan xD Faz assim... abre o ms-dos escreve telnet 127.0.0.1 12345 e vê se aparece algo escrito Netbus Tenta esse tb telnet 127.0.0.1 12346 e 20034 []'s
  2. Cara explica isso melhor... tente dar exemplos eu não entendi nada... ainda mais que não sei JAVA []'s
  3. Vê se isso serve, nem fui eu que fiz vi ai pelo fórum xD <style> .bold { width: 22px; height: 22px; text-align: center center; font-weight: bold; } .italic { width: 22px; height: 22px; text-align: center center; font-style: italic; } .underline { width: 22px; height: 22px; text-align: center center; text-decoration: underline; } </style> <table width="626" height="255" border="1" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="top"> <span id="editor" contenteditable style="width:100%;height:100%" OnKeyPress="return digitacao(this)"></span> </td> </tr> </table> <table width="400" border="1" cellspacing="0" cellpadding="0"> <tr> <td><input name="bold" type="submit" id="bold" value="N" class="bold" onClick="transform('b')"> <input name="italic" type="submit" id="italic" value="I" class="italic" onClick="transform('i')"> <input name="underline" type="submit" id="underline" value="S" class="underline" onClick="transform('u')"></td> </tr> </table> <br> <a href="javascript:fonte()">Código Fonte</a> <script language="JavaScript"> editor.focus(); function digitacao(obj) { if(event.keyCode==13) { obj.appendChild(document.createElement('<br>')); obj.appendChild(document.createElement('')); // Para saltar a linha return false; } return true; } function fonte() { var texto = editor.innerHTML; alert(texto); } function transform(type) { var objText = document.selection.createRange(); if(type=='i') objText.pasteHTML('<i>'+objText.text+'</i>'); if(type=='b') objText.pasteHTML('<b>'+objText.text+'</b>'); if(type=='u') objText.pasteHTML('<u>'+objText.text+'</u>'); } </script>
  4. Boa tork, só que dependendo da quantidade de cores da figura... em gif fica muito ruim... o melhor mesmo é jpg bem compressado Outra coisa... Os editores como o dreamwaver deixar muitos espaços no código, exemplo: Tipow isso aqui... <html> <head> <meta http-equiv="Content-Language" content="pt-br"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>New Page 1</title> </head> <body> <p>Tipow isso :)</p> <table border="1" width="100%"> <tr> <td width="50%">&nbsp;</td> <td width="50%">&nbsp;</td> </tr> <tr> <td width="50%">&nbsp;</td> <td width="50%">&nbsp;</td> </tr> </table> </body> </html> Dependendo do código se for muito extenso gera um ganho... faça isso retire os espaços inuteis que fica ali do lado <html> <head> <meta http-equiv="Content-Language" content="pt-br"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>New Page 1</title> </head> <body> <p>Tipow isso :)</p> <table border="1" width="100%"> <tr> <td width="50%">&nbsp;</td> <td width="50%">&nbsp;</td> </tr> <tr> <td width="50%">&nbsp;</td> <td width="50%">&nbsp;</td> </tr> </table> </body> </html> Já é uma ajuda... mas existem também os comentários <!-- comentário --> Eles pegam espaço também... []'s
  5. Deve ter sido assim; style="position: absolute;top: 100px;left:100px" []'s
  6. noob

    Iframe, Denovo...

    Cara, pior que pode ser... testa isso: <iframe name="corpo" src="http://www.firemasters.com.br/forum/" frameborder="0" width="800" height="600"></iframe> ta sem borda alguma ! se tiver é da sua tabela... ai se posta o source completo que a gente vê []'s
  7. Veio leia isso que você não vai se arrepender... Faça um site para 800x600 nele a àrea de largura é de 780 faça tudo bonitinho quando acabar edite todos os valores das tabelas para % no topo seria 780px ponha 100% cate uma calculadora que ajuda Então seu site ficará certo em qualquer lugar []'s
  8. Assim... testa ai <input type="file"> ele vai criar um campo de texto com o nome do que você selecionou e um botão do lado para abrir uma janela de procura []'s
  9. noob

    Galeria De Fotos

    Você pode fazer um Slide Show ou uma galeria mais simples
  10. noob você ta aki!!!!!! porque você veio pra ca. Ta ruim la??? Eu vim pra dar uma olhada, ajudar no que posso []'s
  11. Oh foi mal ai gente... resolvi o link correto é Rádio Online []'s
×
×
  • Criar Novo...