HTML avançado. Bv13

Participe do fórum, é rápido e fácil

HTML avançado. Bv13
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.


Você não está conectado. Conecte-se ou registre-se

HTML avançado.

Ir para baixo  Mensagem [Página 1 de 1]

1HTML avançado. Empty HTML avançado. Sáb Ago 13, 2011 8:09 am

TecH

TecH
Administrador
Administrador

Curso de HTML





Bem, primeiro, eu quero dizer que, este é um curso básico de HTML, por isso, eu vou direto ao assunto.

Esse curso foi feito para você que, é novo na Internet e quer fazer um site. Depois que você terminar o curso, eu sugiro que você faça um site, pode ser um site simples, pequeno, mas faça. Tenho certeza que se você aprender essa linguagem você vai criar sites sozinho! Coloque em prática o que você aprendeu.

Bem, vamos ao que interessa, o curso.



Um site possui um código- fonte, normalmente escrito no Bloco de notas do Windows. Este código fonte é escrito em alguma linguagem para web, que é normalmente o HTML. O browser (programa que você utiliza para navegar na internet, como o Internet Explorer, Netscape, etc.) interpreta esse código, e assim, ele cria um site. Ou seja, esses códigos são como instruções que o browser lê e cria o site, para que o usuário possa vê- lo. Para Ter um exemplo de código fonte, clique em exibir, código fonte.

O que você precisa para criar um site, é conhecer esses códigos e fazer com que o browser o interprete.

Primeiro vamos conhecer as tags. As tags, são inicialmente escritas com o sinal < e fechadas com o sinal >, ficando . As tags são formadas em pares, ou seja, uma abre, e a outra fecha, sendo que, a que fecha tem o sinal de / dentro dela, por exemplo: abre: fecha: . Por exemplo, a tag indica que tudo o que estiver escrito entre elas ficará sublinhado. Exemplo: Texto sublinhado . Ficaria assim: Texto sublinhado. Resumindo, um código fonte, é formado por tags, e, cada uma tem sua função, e à seguir, você vai ver as principais tags que formam um site, e aonde coloca- las.

Agora, que você já sabe o que é tags, vamos aprender onde coloca- las, e as principais tags para fazer um site, tipo assim, as tags base, que todo site tem que te- las.

Bem, primeiro, vá no menu "iniciar", "programas" , "acessórios", "bloco de notas"(ou note pad). Vai abrir o bloco de notas. Lá você vai colocar as tags exatamente como estão aqui:

Código:
<HTML>

<HEAD>

<TITLE></TITLE>

</HEAD>

<BODY>

</BODY>

</HTML>

HTML: indica que tudo o que estiver entre ela, será um site.

HEAD: indica que dentro dela você pode colocar o titulo da página.

TITLE: Lá fica o titulo da sua página, aquela que no topo do browser, aquela frase que fica ao lado no "Microsoft Internet Explorer".

BODY: Dentro dela fica o corpo da página, os textos, as tabelas, os scripts, etc.

Depois que você fez isso, escreva exatamente isso entre a tag :

Meu primeiro trabalho em HTML, ficando assim:

Código:
<HTML>

<HEAD>

<TITLE> O titulo que você quiser</TITLE>

</HEAD>

<BODY>

Meu site!!!! Oba!!!

</BODY>

</HTML>

Note que, entre as tags está escrito "O titulo que você quiser", quer dizer que lá você coloca o titulo do seu site. Muito bem, agora, você salva o documento como site.html. É IMPORTANTE SABER QUE VOCÊ TEM QUE COLOCAR A EXTENÇÃO .HTML<br /><br />Abra o documento novamente e veja como ficou... NOSSA, QUE EMOÇÃO, NÃO SEI SE VOU CONSEGUIR RESPIRAR(heuheuheuheu). Agora, para alterar o site, faça como descrito antes: abra o seu site, clique em exibir, código fonte. Lá vai abrir o bloco de notas, do geitinho que você deixou... Se não conseguiu, tente de novo, e, se mesmo assim, me mande um e- mail. <br /><br />Agora vamos saber como mudar o fundo do seu site, e o que são parâmetros. Parâmetros são códigos que ficam dentro da tag. Ou seja, parâmetro não é tag, é um código que fica dentro dela. Vamos ver como modificar o fundo do site. São dois tipos, o fundo normal, que é feito por cor, e o fundo que ao invés da cor, é utilizado uma imagem. Para modificar o fundo, é simples, dentro da tag <BODY> use o parâmetro BGCOLOR, ficando <BODY BGCOLOR= "cor de fundo em inglês"> Onde está "cor de fundo em inglês", você deve colocar a cor que você quer que seja o fundo do site, mas em inglês, se quer fundo vermelho, coloque <BODY BGCOLOR= "red">.<br /><br />A Segunda opção é colocar uma imagem de fundo, cujo parâmetro é BACKGROUND( <BODY BACKGROUND= "endereço da imagem">). Deve ser utilizado, se você não quiser utilizar cor, e sim uma imagem. Veja os parâmetros configurados:<br /><br />1. SE QUISER O FUNDO EM CORES: <BODY BGCOLOR= "cor do fundo em inglês"> Onde está escrito "cor de fundo em inglês", você coloca a cor desejada em inglês.<br /><br /> 2. Se quiser o seu site com imagem de fundo escreva <BODY BGCOLOR= "endereço da imagem"> . <br /><br /><br />Se você chegou até aqui, parabéns. Agora vamos saber sobre as tags de formatação de texto e de alinhamento. São essas:<br /><br />FONT: Uma importante tag do HTML, com ela você pode definir o tamanho do texto, a fonte e a cor somente configurando seus parâmetros. Abaixo você vê os parâmetros dela e as funções:<br /><br />FACE: Nele você define a fonte.<br /><br />SIZE: Define o tamanho do texto.<br /><br />COLOR: Define a cor utilizada, mas em inglês, ou seja, para configurar a cor, você a coloca em inglês.<br /><br />Veja a tag FONT com os parâmetros configurados:<br /><br /><FONT SIZE= "2" COLOR= "red" FACE= "verdana"> O que você quiser escrever</FONT> Ficaria assim: o que você quiser escrever<br /><br />Agora vamos aprender a tag de alinhamento: DIV (<DIV ALIGN="..."></DIV><br />). Outra tag de muita importância no HTML, ela serve para o alinhamento do texto. Você pode centralizar o texto, alinhar para a direita e para a esquerda. Se quiser alinhar para a esquerda, escreva: <DIV ALIGN= "left"> Texto para a direita</DIV>. Left, em inglês significa esquerda. Para a direita você faz: <DIV ALIGN= "right"> Texto para a direita</DIV>, e para o centro é a mesma coisa( center).<br /><br />Veja algumas tags de formatação:<br /><br /> <br /><br /><BR></BR> Essa tag indica uma quebra de linha. Cada uma que você faz, vai aparecer uma linha em branco no seu site.<br /><br /><B></B> Todo o texto entre elas ficará em negrito. Exemplo: <BR>negrito</B> Resulta em : negrito.<br /><br /><DEL></DEL> Todo o texto entre elas, ficará tachado. Exemplo: <DEL>texto</DEL> Resulta: texto.<br /><br /><I></I> Todo o texto entre elas ficará em itálico. <I>Texto</I> Resulta: Texto.<br /><br /><U></U> O texto entre elas fica sublinhado. <U>Sublinhado</U> Fica: Sublinhado.<br /><br /><SUB></SUB> O texto fica subscrito. <SUB>texto subscrito</SUB> Resulta em: texto subscrito.<br /><br /><SUP></SUP> O texto fica sobrescrito. <SUP>sobrescrito</SUP>. Fica: sobrescrito.<br /><br /> <br /><br />Essas são algumas das muitas tags de formatação, depois, no final do curso, disponibilizarei outras tags de formatação, entre outras coisas... <br /><br /><br />Agora, vamos aprender o que são links e como usá- los. Link é todo texto que pode ser clicado. Link é todo texto, que, quando clicado pode te levar para qualquer outra página de um site. Ai está um exemplo de link: clique aqui.<br /><br />A tag utilizada é A HREF (<span style="color:#f00">[Tens de ter <a href="/profile?mode=register&/register?redirect=%2Ft139-html-avancado">uma conta</a> e <a href="/login?/login?redirect=%2Ft139-html-avancado">sessão iniciada</a> para poderes visualizar este link]</span>). Onde está "endereço da pagina..." você coloca o endereço dela, por exemplo, se o link der no site da UOL, você coloca <span style="color:#f00">[Tens de ter <a href="/profile?mode=register&/register?redirect=%2Ft139-html-avancado">uma conta</a> e <a href="/login?/login?redirect=%2Ft139-html-avancado">sessão iniciada</a> para poderes visualizar este link]</span> . <br /><br />Se você colocar o parâmetro TARGET(<span style="color:#f00">[Tens de ter <a href="/profile?mode=register&/register?redirect=%2Ft139-html-avancado">uma conta</a> e <a href="/login?/login?redirect=%2Ft139-html-avancado">sessão iniciada</a> para poderes visualizar este link]</span>), você especifica onde será aberto o endereço do link, por exemplo, se você colocar "_blank" depois do TARGET, você diz que o endereço citado será aberto em uma nova janela. Por exemplo: <span style="color:#f00">[Tens de ter <a href="/profile?mode=register&/register?redirect=%2Ft139-html-avancado">uma conta</a> e <a href="/login?/login?redirect=%2Ft139-html-avancado">sessão iniciada</a> para poderes visualizar este link]</span> Resulta em: <span style="color:#f00">[Tens de ter <a href="/profile?mode=register&/register?redirect=%2Ft139-html-avancado">uma conta</a> e <a href="/login?/login?redirect=%2Ft139-html-avancado">sessão iniciada</a> para poderes visualizar este link]</span><br /><br /><br /><strong>Tabela com esquinas arredondadas</strong><br /><br />Nesta artigo prático de HTML vamos criar uma tabela com as esquinas arredondadas, que poderá servir para destacar alguma informação no texto ou criar uma barra de links lateral um pouco mais vistosa. Abaixo aparece uma tabela como a que pretendemos conseguir.<br /><br />O exemplo não é nada complexo. Simplesmente cria-se uma tabela normal, na qual colocamos em cada uma de suas esquinas um gráfico que faz a forma arredondada. Os gráficos que utilizamos nesta ocasião têm uma parte com cor e outra transparente. A parte com cor é a que desenha a borda arredondada e a parte transparente deixa ver a cor de fundo que tivermos colocado na tabela. As imagens podem ser vistas em seguida. Para salvá-las utilize o botão direito do mouse em cima da imagem e selecione a opção que põe "Salvar imagem como..." ou algo parecido.<br /><br />Imagen de la esquina superior izquierda Imagen de la esquina superior derecha<br />Imagen de la esquina inferior izquierda Imagen de la esquina inferior derecha<br /><br />Em nosso exemplo, criamos imagens que têm a parte não transparente de cor branca, que corresponde com a cor de fundo da página onde queremos colocar a tabela. Se quisermos colocar uma tabela como esta sobre um fundo diferente do branco, deveríamos criar uns gráficos que tenham a mesma cor que o fundo, no lugar do branco.<br /><br /> <br />Esta tabela tem outra cor de fundo, mas foi criada com as mesmas imagens que a tabela anterior.<br /><br /> <br /> <br />O bom de que a outra cor utilizada na imagem seja transparente é que a tabela que criamos pode ter a cor de fundo que desejarmos. Esta outra tabela abaixo foi criada com as mesmas imagens do exemplo e, como se pode ver, tem outra cor de fundo que a anterior.<br /><br />Criação da tabela<br /><br />Agora vamos estudar o código HTML que precisamos para criar esta tabela com esquinas arredondadas. Provavelmente com outro código HTML mais simples também se poderia construir.<br /><br />A tabela que utilizamos contem várias células dispostas em duas filas e três colunas. Nas células das esquinas da tabela colocamos as quatro imagens que fazem o efeito das bordas arredondadas. Para certificarmos de que a colocação das imagens é a correta -procurando que as imagens fiquem coladas nas esquinas da tabela-, utilizamos os atributos que servem para alinhar o conteúdo da célula: align para o alinhamento horizontal e valign para o vertical.<br /><br />Na célula do centro é onde colocamos o corpo da tabela, com todo o texto que queremos que vá dentro, suas imagens, etc. O único detalhe a assinalar é que expandimos a célula central para que ocupe duas filas, com rowspan=2.<br /><br /><table width=300 cellspacing=0 cellpadding=0 bgcolor="#333399" border=0 align="right"><br /><tr><br /><td width=11 valign="top" align=left><img src="images/sup-izq.gif" width=11 height=11></td><br /><td rowspan=2><br /><font color="#ffffff" face="verdana,arial,helvetica" size=1><br /><br><br /><b>Tabela com esquinas arredondadas </b><br /><br><br /><br><br />Corpo da tabela. Podemos colocar o texto que desejarmos, que a tabela crescerá em altura suficiente para contê-lo.<br /><br><br /><br><br /></font><br /></td><br /><td width=11 valign="top" align=right><img src="images/sup-der.gif" width=11 height=11></td><br /></tr><br /><tr><br /><td width=11 align=left valign=bottom><img src="images/inf-izq.gif" width=11 height=11></td><br /><td width=11 align=right valign=bottom><img src="images/inf-der.gif" width=11 height=11></td><br /></tr><br /></table><br />Se alguém deseja utilizar este código para criar suas próprias tabelas, deverá modificar unicamente poucos dados:<br /><br /> * Texto do corpo da tabela<br /> * Color de fondo de la tabela <br /><br /><br /><strong>As cores</strong><br /><br /><br />As cores possuem um papel muito importante na composição de webs. São indicadas em valores RGB, ou seja, que para conseguir uma cor qualquer misturaremos quantidades de Vermelho, Verde e Azul.<br /> Os valores RBG são indicados em numeração hexadecimal, em base 16. (Os dígitos podem crescer até 16). Como não existem tantos dígitos numéricos se utilizam as letras da A à F.<br /><br />0=0 4=4 8=8 C=12<br />1=1 5=5 9=9 D=13<br />2=2 6=6 A=10 E=14<br />3=3 7=7 B=11 F=15<br /><br /> Para conseguir uma cor, misturaremos valores desta maneira:<br />RRGGBB<br />Onde cada valor pode crescer desde 00 até FF.<br /><br />Exemplo: Como se mudaria a fonte para escrever em vermelho:<br /><font color="#FF0000">Vermelho</font><br /><br />Ao Atributo cor lhe damos um valor RGB em formato hexadecimal. O caractere # se coloca ao princípio da expressão.<br /><br />Outras cores:<br />Laranja #FF8000<br />Verde turquesa #339966<br />Azul escuro #000080<br /><br />Cores compatíveis em todos os sistemas<br /><br /> Como as páginas web têm que ser vistas por todos os usuários, e os sistemas que utilizam para entrar são distintos, há que utilizar cores compatíveis com a paleta de todos eles.<br /> A forma de conseguir isto é limitando nossas cores aos que se podem conseguir utilizando a seguinte norma:<br /><br />Utilizaremos sempre<br />estes valores:<br />00<br />33<br />66<br />99<br />CC<br />FF<br /><br />Exemplos: #3366FF #FF9900 #666666<br /><br />====================================<br /><br /><strong>Origem: </strong><span style="color:#f00">[Tens de ter <a href="/profile?mode=register&/register?redirect=%2Ft139-html-avancado">uma conta</a> e <a href="/login?/login?redirect=%2Ft139-html-avancado">sessão iniciada</a> para poderes visualizar este link]</span></div><div class="clear"></div></div><p></p></div></div></div><div class="fa_like_div"><p class="fa_like_list" style="display: none;"></p></div><div class="postfoot"><div class="user-contact profile_left"> <a href="https://high-tech.forumeiros.com" title="Visitar a homepage do usuário" target="_blank" rel="nofollow"><img src="https://2img.net/i/fa/prosilver_grey/icon_contact_www.gif" alt="https://high-tech.forumeiros.com" /></a></div><div class="fa_like_div profile_left"><button class="rep-button " data-href="" data-href-rm=""><svg width="13px" height="13px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 1344q0-26-19-45t-45-19q-27 0-45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45-18.5t19-45.5zm160-512v640q0 26-19 45t-45 19h-288q-26 0-45-19t-19-45v-640q0-26 19-45t45-19h288q26 0 45 19t19 45zm1184 0q0 86-55 149 15 44 15 76 3 76-43 137 17 56 0 117-15 57-54 94 9 112-49 181-64 76-197 78h-129q-66 0-144-15.5t-121.5-29-120.5-39.5q-123-43-158-44-26-1-45-19.5t-19-44.5v-641q0-25 18-43.5t43-20.5q24-2 76-59t101-121q68-87 101-120 18-18 31-48t17.5-48.5 13.5-60.5q7-39 12.5-61t19.5-52 34-50q19-19 45-19 46 0 82.5 10.5t60 26 40 40.5 24 45 12 50 5 45 .5 39q0 38-9.5 76t-19 60-27.5 56q-3 6-10 18t-11 22-8 24h277q78 0 135 57t57 135z" fill="#666"/></svg><span>Gosto</span><span class="rep-nb" style="display:none;"></span></button><button class="rep-button " data-href="" data-href-rm=""><svg width="13px" height="13px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 576q0 26-19 45t-45 19q-27 0-45.5-19t-18.5-45q0-27 18.5-45.5t45.5-18.5q26 0 45 18.5t19 45.5zm160 512v-640q0-26-19-45t-45-19h-288q-26 0-45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45-19t19-45zm1129-149q55 61 55 149-1 78-57.5 135t-134.5 57h-277q4 14 8 24t11 22 10 18q18 37 27 57t19 58.5 10 76.5q0 24-.5 39t-5 45-12 50-24 45-40 40.5-60 26-82.5 10.5q-26 0-45-19-20-20-34-50t-19.5-52-12.5-61q-9-42-13.5-60.5t-17.5-48.5-31-48q-33-33-101-120-49-64-101-121t-76-59q-25-2-43-20.5t-18-43.5v-641q0-26 19-44.5t45-19.5q35-1 158-44 77-26 120.5-39.5t121.5-29 144-15.5h129q133 2 197 78 58 69 49 181 39 37 54 94 17 61 0 117 46 61 43 137 0 32-15 76z" fill="#666"/></svg><span>Não gosto</span><span class="rep-nb" style="display:none;"></span></button></div><div class="post-options profile_left"> </div><div style="clear:both;"></div></div></div></div></div><div class="main-foot clearfix"><p class="h2"><a href="#top"><img class="sprite-arrow_prosilver_up" src="https://2img.net/i/empty.gif" alt="Ir para o topo" loading="lazy" /></a>  Mensagem [Página <strong>1</strong> de <strong>1</strong>]</p><p class="options"><input type="hidden" name="t" value="139" /><!-- <input type="hidden" name="sid" value="" /> --><input type="hidden" name="tid" value="b774e3b8092e7dcfe9800998ecf8427e" /></p></div><a name="bottomtitle"></a><div class="paged-foot clearfix"><p class="posting"></p></div></div><div class="pun-crumbs"><p class="crumbs"><a href="/forum"></a> » <a href="/c5-design-e-progamacao" class="nav"><span>Design e progamação</span></a> » <a href="/f25-progamacao" class="nav"><span>Progamação</span></a> » <a href="/f50-html" class="nav"><span>HTML</span></a> » <strong><a href="/t139-html-avancado">HTML avançado.</a></strong></p></div><div class="main" id="ptrafic_close" style="display:none"><div class="main-head clearfix"><p class="h2">Tópicos semelhantes</p><p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img class="sprite-tabs_more" src="https://2img.net/i/empty.gif" alt="+" align="" border="0" /></a></p></div></div><div class="main" id="ptrafic_open" style="display:''"><div class="main-head clearfix"><p class="h2">Tópicos semelhantes</p><p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img class="sprite-tabs_less" src="https://2img.net/i/empty.gif" alt="-" align="" border="0" /></a></p></div><div class="main-content clearfix">» <a href="/t186-the-duel-avancado" title="The Duel ! - Avançado" >The Duel ! - Avançado</a><br />» <a href="/t44-regras-sobre-tutorial-novato-medio-e-avancado-e-video-aulas-sobre-design" title="Regras sobre: Tutorial novato, médio e avançado. E video aulas sobre design." >Regras sobre: Tutorial novato, médio e avançado. E video aulas sobre design.</a><br /></div></div><div id="pun-info" class="main"><div class="main-content"><div id="stats"><p>Permissões neste sub-fórum <br />Não podes responder a tópicos<br /></p></div></div></div><script type="text/javascript">//<![CDATA[ $(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : 640, 'max_height' : 480 }));//]]></script><div class="module main ecdd module_ahlaejaba" style="overflow:visible"><div class="main-content" style="padding:0"><div align="center"> <div style="text-align:center; display:inline-block; margin:0 auto;"> <table border="0" cellspacing="0" cellpadding="0" style="padding:0; margin:0; border:none;"> <tbody> <tr> <td valign="top" style="padding:32px 32px; "> <script type="text/javascript">//<![CDATA[ function AT_adFillSlot(){document.write('<scr' + 'ipt language="JavaScript" type="text/javascript">rp_account="11662";rp_site="36492";rp_zonesize="151252-15";rp_adtype="js";rp_smartfile="[SMART FILE URL]";</scr' + 'ipt><scr' + 'ipt type="text/javascript" src="https://ads.rubiconproject.com/ad/11662.js"></scr' + 'ipt>');}//]]> </script> <div id="crt-8x0c97dz1" style="width:300px;height:250px;margin:auto;"></div> <script type="text/javascript"> CriteoAdblock("crt-8x0c97dz1", 1356533,'criteo_13333601'); </script> <!-- BEGIN 13333601 --> <div id="criteo_13333601"> <script type="text/javascript"> Criteo.events.push(function() { Criteo.Passback.RenderAd('criteo_13333601', function(){ var width = "300"; var height = "250"; var slotid = "criteo_13333601"; var div = document.getElementById(slotid); if (div) { var ifr = document.createElement('iframe'); ifr.setAttribute("id", slotid + "_iframe"), ifr.setAttribute("frameborder", "0"), ifr.setAttribute("allowtransparency", "true"), ifr.setAttribute("hspace", "0"), ifr.setAttribute("marginwidth", "0"), ifr.setAttribute("marginheight", "0"), ifr.setAttribute("scrolling", "no"), ifr.setAttribute("vspace", "0"), ifr.setAttribute("width", "300"), ifr.setAttribute("height", "250"); div.appendChild(ifr); var ifrd = ifr.contentWindow.document; var htmlcode ='<scr' + 'ipt> window._taboola = window._taboola || [];_taboola.push({article:"auto"});!function (e, f, u, i) {if (!document.getElementById(i)){e.async = 1;e.src = u;e.id = i;f.parentNode.insertBefore(e, f);}}(document.createElement("script"),document.getElementsByTagName("script")[0],"\/\/cdn.taboola.com/libtrc/forumotion-pt/loader.js","tb_loader_script");</scr' + 'ipt><div id="taboola-300x250-thumbnails-7" style="background-color:#fffd"></div><scr' + 'ipt type="text/javascript">window._taboola = window._taboola || [];_taboola.push({mode: "thumbnails-300x250",container: "taboola-300x250-thumbnails-7",placement: "300x250 Thumbnails-7",target_type: "mix"});</scr' + 'ipt> <scr' + 'ipt type="text/javascript">window._taboola = window._taboola || []; _taboola.push({flush: true});</scr' + 'ipt>'; ifrd.open(); ifrd.write(htmlcode); ifrd.close(); } }); }); </script></div> <!-- END CRITEO TAG --></td> <td valign="top" style="padding:32px 32px; "> <script type="text/javascript">//<![CDATA[ function AT_adFillSlot(){document.write('<scr' + 'ipt language="JavaScript" type="text/javascript">rp_account="11662";rp_site="36492";rp_zonesize="151252-15";rp_adtype="js";rp_smartfile="[SMART FILE URL]";</scr' + 'ipt><scr' + 'ipt type="text/javascript" src="https://ads.rubiconproject.com/ad/11662.js"></scr' + 'ipt>');}//]]> </script> <div id="crt-8x0c97dz" style="width:300px;height:250px;margin:auto;"></div> <script type="text/javascript"> CriteoAdblock("crt-8x0c97dz", 1356533,'criteo_1333360'); </script> <!-- BEGIN 1333360 --> <div id="criteo_1333360"> <script type="text/javascript"> Criteo.events.push(function() { Criteo.Passback.RenderAd('criteo_1333360', function(){ var width = "300"; var height = "250"; var slotid = "criteo_1333360"; var div = document.getElementById(slotid); if (div) { var ifr = document.createElement('iframe'); ifr.setAttribute("id", slotid + "_iframe"), ifr.setAttribute("frameborder", "0"), ifr.setAttribute("allowtransparency", "true"), ifr.setAttribute("hspace", "0"), ifr.setAttribute("marginwidth", "0"), ifr.setAttribute("marginheight", "0"), ifr.setAttribute("scrolling", "no"), ifr.setAttribute("vspace", "0"), ifr.setAttribute("width", "300"), ifr.setAttribute("height", "250"); div.appendChild(ifr); var ifrd = ifr.contentWindow.document; var htmlcode ='<scr' + 'ipt> window._taboola = window._taboola || [];_taboola.push({article:"auto"});!function (e, f, u, i) {if (!document.getElementById(i)){e.async = 1;e.src = u;e.id = i;f.parentNode.insertBefore(e, f);}}(document.createElement("script"),document.getElementsByTagName("script")[0],"\/\/cdn.taboola.com/libtrc/forumotion-pt/loader.js","tb_loader_script");</scr' + 'ipt><div id="taboola-300x250-thumbnails-3" style="background-color:#fffd"></div><scr' + 'ipt type="text/javascript">window._taboola = window._taboola || [];_taboola.push({mode: "thumbnails-300x250",container: "taboola-300x250-thumbnails-3",placement: "300x250 Thumbnails-3",target_type: "mix"});</scr' + 'ipt> <scr' + 'ipt type="text/javascript">window._taboola = window._taboola || []; _taboola.push({flush: true});</scr' + 'ipt>'; ifrd.open(); ifrd.write(htmlcode); ifrd.close(); } }); }); </script></div> <!-- END CRITEO TAG --></td> </tr> </tbody> </table> </div></div></div></div><div style="height:3px"></div></div></div></div></div></div><div id="right"><div class="module main"><div class="main-head"><div class="h3">Avisos Importantes</div></div><div class="main-content clearfix"> <script> var imageURL = "URL_DA_IMAGEM_WIDGET_CONTEÚDO_OCULTO"; if (document.images) { var menos = new Image(); menos.src = "URL_DA_IMAGEM_WIDGET_CONTEÚDO_VISÍVEL"; var mais = new Image(); mais.src = "URL_DA_IMAGEM_WIDGET_CONTEÚDO_OCULTO"; } function mudarImage() { if (document.images) { if (imageURL == "URL_DA_IMAGEM_WIDGET_CONTEÚDO_VISÍVEL") imageURL = "URL_DA_IMAGEM_WIDGET_CONTEÚDO_OCULTO"; else imageURL = "URL_DA_IMAGEM_WIDGET_CONTEÚDO_VISÍVEL"; document.myImage.src = imageURL; } } </script><div class="module"><div class="inner"> <span class="corners-top"><span></span></span> <dl style="cursor: pointer;" onclick="this.getElementsByTagName('div')[0].style.display=((this.getElementsByTagName('div')[0].style.display=='none')?'':'none'); mudarImage();"> <dt class="h3"> <img src="URL_DA_IMAGEM_WIDGET_CONTEÚDO_OCULTO" name="myImage" style="float:right;"> Clique aqui para visualizar o conteúdo. </dt><dd><div style="display: none;"><span class="genmed" style="line-height: 150%;"><ul><li><span class="genmed"> <b>Vagas na Staff</b>. Para entrar na Staff do fórum, favor clique neste link e preencha o <a href="http://impact-info.livreforum.com/rea-de-recrutamento-explosion-games-f15/recrutamento-vagas-vagas-na-staff-t118.htm#151">Formulário</a> . <br /><br /><b>Regras Geral</b> <a href="http://impact-info.livreforum.com/Regras-h3.htm">Clique aqui</a>!<br /> <br /> <br /> <b>Você é novo neste fórum? <a href="http://impact-info.livreforum.com/apresentacao-membros-f43/"> Apresente-se</a> para se enturmar com a galera! <br /><br /> <br /><br /> Caso você não seja membro ainda! <a href="http://impact-info.livreforum.com/register">Cadastre-se já!</a><br> <br> <a href="javascript:if ( navigator.appName != 'Microsoft Internet Explorer' ){window.sidebar.addPanel('High Tech','https://high-tech.forumeiros.com/','');}else{ window.external.AddFavorite('https://high-tech.forumeiros.com/','High Tech');}"> Clique aqui e adicione nosso fórum em seus favoritos.</a> </span></li></ul></span><span class="corners-bottom"></span> </div></dd></dl></div></div> <br> <b><font color="red">Participe do FeedBurn, e saiba mais.</font><br> <br><a href="http://feeds.feedburner.com/-High-Tech-"> Clique aqui para ir ao nosso Feed Burn.</a> </b> </div></div></b><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">Membro do mês</div></div><div class="main-content clearfix"> <div class="main-content clearfix"><script> jQuery.get('/pid=2', function(data) { html = jQuery('.column .main-content:first tr:eq(0) td:eq(0)', data).html(); jQuery('#id').html(html); }); jQuery(document).ready(function(){ jQuery.get('/pid=2', function(data) { link = jQuery('.column .main-content:first tr:eq(0) td:eq(0) a', data).attr('href'); }else{ jQuery('#avat').html(''); } }); }); </script> <center> <style>#avat .module{display:none;}#avat img{width:120px;}</style> <font color="#0072ff" size="2"><img src="https://i.servimg.com/u/f46/12/16/42/40/trophy10.gif"> <b>Membro da Semana</b></font><br><div id="id"><a href="/u1" title="cyllaz"><span style="color:#ff0000"><strong>TecH</strong></span></a></div><br><div id="avat"><img src="https://2img.net/u/1111/15/06/02/avatars/1-9.jpg" alt="HTML avançado. 1-9"><br><br>Rank: <span class="equipefundoDC"><adm>Administrador</adm><br></span></div> <font size="2"><dl class="spoiler"><dt style="cursor: pointer;"><center><div name="spoiler"><img src="https://i.servimg.com/u/f42/17/32/13/00/downcr11.png" height="15"><font color="#0072ff" size="2"><b>Muito Obrigado</b><img src="https://i.servimg.com/u/f42/17/32/13/00/downcr11.png" height="15"></font></div></center></dt><dd><div class="spoiler_content"> Parabens para o Membro do mês, pela sua ótima competencia em nosso fórum, um agradecimento dos Usuarios e de toda a equipe a você !!<br> Muito Obrigado !! </div></dd></dl></font></div></div></center></div><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">Painel do usuário</div></div><div class="main-content clearfix"><script src="https://illiweb.com/fa/js_16/collapsible_faq.js" type="text/javascript"></script> <script> jQuery(document).ready(function(){ jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) { link = jQuery('.panel dl:first img', data).attr('src'); jQuery('#avatar').attr('src', link); }); }); </script> <span style="font-size: 1.2em;"><img id="avatar" align="left" width="50"><font size="4"></font><br /> <b>Mensagens:</b> 0<br /> <span id="friends_cook"></span><br /> <br /></span> <dl class="faq" style="margin-bottom: -1px !important;"><dt></dt><dd onClick="return CFAQ.display('l7', false);"> <div style="cursor: pointer;" onClick="return CFAQ.display('l7', true);" onfocus="this.blur();"><img src="https://2img.net/i/fa/admin/icones/editer.png" style="width: 15px;height: 15px" border="0"> Alterar</div></dd><dd style="display:none;" id="l7"><span style="margin: 0pt 0px 0pt 0px; display: block;"><a href="../profile?mode=editprofile&page_profil=informations" target="_blank"> Informações </a></span><span style="font-size: ;"> <a href="../profile?mode=editprofile&page_profil=preferences" target="_blank"> Preferências </a></span><span style="font-size: ;"><br /><a href="../profile?mode=editprofile&page_profil=avatars" target="_blank"> Avatar </a></span></dd><dd onClick="return CFAQ.display('l8', false);"> <div style="cursor: pointer;" onClick="return CFAQ.display('l8', true);" onfocus="this.blur();"><img src="https://2img.net/i/fa/admin/icones/small_ico/support.png" style="width: 15px;height: 15px" border="0"> Ver</div></dd> <dd style="display:none;" id="l8"><span style="margin: 0pt 0px 0pt 0px; display: block;"><a href="../profile?mode=editprofile&page_profil=friendsfoes" target="_blank"> Amigos e ignorados</a></span><span style="font-size: ;"><a href="../search?search_id=watchsearch" target="_blank"> Tópicos supervisionados </a></span><br /><span style="font-size: ;"><a href="../search?search_id=draftsearch" target="_blank"> Rascunhos </a></span><br /><span style="font-size: ;"><a href="../search?search_id=favouritesearch" target="_blank"> Tópicos favoritos</a></span></dd><dd onClick="return CFAQ.display('l9', false);"> <div style="cursor: pointer;" onClick="return CFAQ.display('l9', true);" onfocus="this.blur();"><img src="https://i.servimg.com/u/f27/15/07/56/36/2qban410.png" style="width: 15px;height: 15px" border="0"> Tópicos e mensagens</div></dd><dd style="display:none;" id="l9"><span style="margin: 0pt 0px 0pt 0px; display: block;"><a href="../msg.forum?folder=inbox" target="_blank"> Mensagens Privadas</a></span><span style="font-size: ;"><a href="../search?search_topics=Convidado" target="_blank"> Meus tópicos</a></span><br /><span style="font-size: ;"><a href="../search?search_id=egosearch" target="_blank"> Tópicos que participo </a></span><br /><span style="font-size: ;"><a href="../search?search_author=Convidado&show_results=posts" target="_blank"> Minhas mensagens</a></span><br /><span style="font-size: ;"><a href="../search?search_id=newposts" target="_blank"> Novas mensagens<br /> <small>(Qui Jan 01, 1970)</small></a></span></dd></dl><span class="corners-bottom"><span></span></span></div></div><div style="height:4px"></div><script src="https://illiweb.com/rs3/86/frm/jquery/marquee/jquery.marquee.min.js" type="text/javascript"></script><div class="module main"><div class="main-head"><div class="h3">Últimos assuntos</div></div><div class="main-content" id="comments_scroll_div"><div class="marquee" data-direction='up' data-duration='8000' data-pauseOnHover="true" style="overflow:hidden;height:210px;">» <a href="/t773-mu-game-servidor-de-mu-online-acumulativo#1211" title="MU Game - Servidor de MU Online Acumulativo" >MU Game - Servidor de MU Online Acumulativo</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Sáb Jul 27, 2013 6:16 am por GM_Cold<br /><br />» <a href="/t772-mu-game-servidor-de-mu-online-acumulativo#1210" title="MU Game - Servidor de MU Online Acumulativo" >MU Game - Servidor de MU Online Acumulativo</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Sáb Jul 27, 2013 6:14 am por GM_Cold<br /><br />» <a href="/t771-mu-game-servidor-de-mu-online-acumulativo#1209" title="MU Game - Servidor de MU Online Acumulativo" >MU Game - Servidor de MU Online Acumulativo</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Sáb Jul 27, 2013 6:13 am por GM_Cold<br /><br />» <a href="/t353-seu-crossfire-esta-lento#1208" title="Seu CrossFire está lento?" >Seu CrossFire está lento?</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Dom Jun 30, 2013 2:24 am por danielpou<br /><br />» <a href="/t770-mu-game-mais-que-um-jogo-uma-paixao#1207" title="Mu Game Mais que um jogo uma paixão" >Mu Game Mais que um jogo uma paixão</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Sex maio 24, 2013 9:19 pm por weslley mateus leal<br /><br />» <a href="/t769-divulgacao-mu-game#1206" title="DIVULGAÇÃO MU GAME" >DIVULGAÇÃO MU GAME</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Ter maio 21, 2013 6:11 am por GM_Cold<br /><br />» <a href="/t768-dragon-tank#1205" title="Dragon tank." >Dragon tank.</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Qua Mar 13, 2013 1:34 am por r1ck1<br /><br />» <a href="/t767-como-fazer-um-logo-simples#1204" title="Como fazer um logo simples." >Como fazer um logo simples.</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Sex Dez 07, 2012 12:03 am por <span style="color:#F01313"><strong>TecH</strong></span><br /><br />» <a href="/t765-splinter-cell-blacklist-video-mostra-modos-de-combate#1201" title="Splinter Cell Blacklist: Vídeo mostra modos de combate" >Splinter Cell Blacklist: Vídeo mostra modos de combate</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Dom Dez 02, 2012 2:34 am por <span style="color:#F01313"><strong>TecH</strong></span><br /><br />» <a href="/t764-nao-tem-nada-de-espetacular-nas-entranhas-do-wii-u#1200" title="Não tem nada de espetacular nas entranhas do Wii U" >Não tem nada de espetacular nas entranhas do Wii U</a><br /><img src="https://2img.net/i/fa/empty.gif" alt="HTML avançado. Empty" loading="lazy" />Dom Dez 02, 2012 2:29 am por <span style="color:#F01313"><strong>TecH</strong></span><br /><br /></div></div></div><script type="text/javascript">$(".marquee").marquee();</script><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">Tópicos mais ativos</div></div><div class="main-content"><table summary="Tópicos mais ativos" width="100%"><tr><td class="row2"><a href="/t518-veja-como-a-tecnologia-do-kinect-funciona" title="Veja como a tecnologia do Kinect funciona - 11 Respostas">Veja como a tecnologia do Kinect funciona</a></td></tr><tr><td class="row1"><a href="/t517-facebook-ira-cair-hoje-as-meia-noite" title="Facebook irá cair hoje às meia noite? - 10 Respostas">Facebook irá cair hoje às meia noite?</a></td></tr><tr><td class="row2"><a href="/t514-apresentacao-do-mario-soares" title="Apresentação do Mario Soares - 10 Respostas">Apresentação do Mario Soares</a></td></tr><tr><td class="row1"><a href="/t507-sera-que-o-ipad-e-a-prova-de-lava-vulcanica" title=" Será que o iPad é à prova de lava vulcânica? - 7 Respostas"> Será que o iPad é à prova de lava vulcânica?</a></td></tr><tr><td class="row2"><a href="/t519-antigos-jogos-vs-atuais" title="Antigos jogos VS. Atuais - 7 Respostas">Antigos jogos VS. Atuais</a></td></tr><tr><td class="row1"><a href="/t552-norton-antivirus-demo" title="Norton Antivirus - Demo - 6 Respostas">Norton Antivirus - Demo</a></td></tr><tr><td class="row2"><a href="/t529-mini-mac-apple" title="Mini Mac - Apple - 6 Respostas">Mini Mac - Apple</a></td></tr><tr><td class="row1"><a href="/t541-o-craque-do-time" title="O craque do time - 6 Respostas">O craque do time</a></td></tr><tr><td class="row2"><a href="/t506-windows-8-vai-guardar-todas-as-senhas-que-voce-usa-na-internet" title=" Windows 8 vai guardar todas as senhas que você usa na internet - 5 Respostas"> Windows 8 vai guardar todas as senhas que você usa na internet</a></td></tr><tr><td class="row1"><a href="/t520-bom-ano-2012-ou-nao" title="Bom ano 2012 ( Ou não ) - 5 Respostas">Bom ano 2012 ( Ou não ) </a></td></tr></table><br class="clear" /></div></div><div style="height:4px"></div><script src="https://illiweb.com/rs3/86/frm/jquery/marquee/jquery.marquee.min.js" type="text/javascript"></script><div class="module main"><div class="main-head"><div class="h3">Tópicos semelhantes</div></div><div class="main-content" id="ptrafic_scroll_div"><div class="marquee" align="left" data-direction='up' data-duration='8000' data-pauseOnHover="true" style="overflow:hidden;height:200px;"><ul style="padding:0"><li style="overflow:hidden;height:18px;line-height:18px;max-height:18px;list-style:none outside none"><span class="genmed">» <a href="/t31-basico-de-html" title=" Básico de html." target="_blank"> Básico de html.</a><br /></span></li><li style="overflow:hidden;height:18px;line-height:18px;max-height:18px;list-style:none outside none"><span class="genmed">» <a href="/t251-adobe-muse-permite-criar-site-sem-que-designer-entenda-html" title="Adobe Muse permite criar site sem que designer entenda HTML" target="_blank">Adobe Muse permite criar site sem que designer entenda HTML</a><br /></span></li></ul></div></div><script>$(".marquee").marquee();</script></div><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">Tópicos mais visitados</div></div><div class="main-content"><table summary="Tópicos mais visitados" width="100%"><tr><td class="row2"><a href="/t254-como-descobrir-invasores-na-sua-rede-wi-fi" title="Como descobrir invasores na sua rede wi-fi! - 8990 Vistos">Como descobrir invasores na sua rede wi-fi!</a></td></tr><tr><td class="row1"><a href="/t139-html-avancado" title="HTML avançado. - 7403 Vistos">HTML avançado.</a></td></tr><tr><td class="row2"><a href="/t197-itens-options-add-e-algumas-joias-em-mu-season-4" title="Itens, Options, Add e algumas Joias em mu season 4 - 5977 Vistos">Itens, Options, Add e algumas Joias em mu season 4</a></td></tr><tr><td class="row1"><a href="/t389-dofus-guia-para-upar" title="Dofus - Guia para upar - 4792 Vistos">Dofus - Guia para upar</a></td></tr><tr><td class="row2"><a href="/t353-seu-crossfire-esta-lento" title="Seu CrossFire está lento? - 4348 Vistos">Seu CrossFire está lento?</a></td></tr><tr><td class="row1"><a href="/t426-detonado-grand-theft-auto-vice-city-parte-2" title="Detonado - Grand Theft Auto Vice City Parte 2 - 3713 Vistos">Detonado - Grand Theft Auto Vice City Parte 2</a></td></tr><tr><td class="row2"><a href="/t469-todas-as-trapacas-de-gta-sanandreas" title="Todas as trapaças de GTA SanAndreas - 3524 Vistos">Todas as trapaças de GTA SanAndreas</a></td></tr><tr><td class="row1"><a href="/t219-intels-call-of-duty-modern-warfare-2" title="Intels Call Of Duty: Modern Warfare 2 - 3446 Vistos">Intels Call Of Duty: Modern Warfare 2</a></td></tr><tr><td class="row2"><a href="/t51-pacotao-de-styles-para-photoshop" title="Pacotão de styles para photoshop. - 3326 Vistos">Pacotão de styles para photoshop.</a></td></tr><tr><td class="row1"><a href="/t592-tenha-um-antvirus-online-para-verificar-arquivos-e-url-para-sua-seguranca" title="Tenha um antvírus online, para verificar arquivos e url, para sua segurança. - 3055 Vistos">Tenha um antvírus online, para verificar arquivos e url, para sua segurança.</a></td></tr></table><br class="clear" /></div></div><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">Os que mais criam tópicos</div></div><div class="main-content"><table summary="Os que mais criam tópicos" width="100%" style="table-layout:auto;"><tr><td class="row2" width="30%"><a href="/u1" title="TecH"><span style="color:#F01313"><strong>TecH</strong></span></a></td><td class="row2" nowrap="nowrap" title="575 Tópicos - 81%"><table title="575 Tópicos - 81%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="100%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr><tr><td class="row1" width="30%"><a href="/u41" title="Hight"><span style="color:#00A6CF"><strong>Hight</strong></span></a></td><td class="row1" nowrap="nowrap" title="48 Tópicos - 7%"><table title="48 Tópicos - 7%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="8%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr><tr><td class="row2" width="30%"><a href="/u82" title="Sr. Walker"><span style="color:#00A6CF"><strong>Sr. Walker</strong></span></a></td><td class="row2" nowrap="nowrap" title="22 Tópicos - 3%"><table title="22 Tópicos - 3%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="4%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr><tr><td class="row1" width="30%"><a href="/u136" title="atirador"><span style="color:#00A6CF"><strong>atirador</strong></span></a></td><td class="row1" nowrap="nowrap" title="14 Tópicos - 2%"><table title="14 Tópicos - 2%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="2%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr><tr><td class="row2" width="30%"><a href="/u134" title="Neatira"><span style="color:#00A6CF"><strong>Neatira</strong></span></a></td><td class="row2" nowrap="nowrap" title="13 Tópicos - 2%"><table title="13 Tópicos - 2%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="2%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr><tr><td class="row1" width="30%"><a href="/u78" title="KiroTheFox"><span style="color:#00A6CF"><strong>KiroTheFox</strong></span></a></td><td class="row1" nowrap="nowrap" title="12 Tópicos - 2%"><table title="12 Tópicos - 2%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="2%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr><tr><td class="row2" width="30%"><a href="/u98" title="Poseidon">Poseidon</a></td><td class="row2" nowrap="nowrap" title="10 Tópicos - 1%"><table title="10 Tópicos - 1%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="2%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr><tr><td class="row1" width="30%"><a href="/u12" title="Jhon.sg"><span style="color:#00A6CF"><strong>Jhon.sg</strong></span></a></td><td class="row1" nowrap="nowrap" title="8 Tópicos - 1%"><table title="8 Tópicos - 1%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="1%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr><tr><td class="row2" width="30%"><a href="/u81" title="Mario Soares"><span style="color:#00A6CF"><strong>Mario Soares</strong></span></a></td><td class="row2" nowrap="nowrap" title="7 Tópicos - 1%"><table title="7 Tópicos - 1%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="1%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr><tr><td class="row1" width="30%"><a href="/u5" title="EdU"><span style="color:#00A6CF"><strong>EdU</strong></span></a></td><td class="row1" nowrap="nowrap" title="4 Tópicos - 1%"><table title="4 Tópicos - 1%" border="0" cellspacing="0" cellpadding="0" width="100%" style="table-layout:fixed"><tbody><tr><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_lcap.png" width="4px" height="12" alt="HTML avançado. Vote_lcap" /></td><td width="1%" style="overflow:hidden;"><img src="https://2img.net/i/fa/prosilver_grey/voting_bar.png" width="100%" height="12" alt="HTML avançado. Voting_bar" /></td><td width="4px"><img src="https://2img.net/i/fa/prosilver_grey/vote_rcap.png" width="4px" height="12" alt="HTML avançado. Vote_rcap" /></td><td> </td></tr></tbody></table></td></tr></table><br class="clear" /></div></div><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">High Shop</div></div><div class="main-content clearfix"> <center><br><a href="https://high-tech.forumeiros.com/t562-shop-troque-seu-nome-de-usuario"> <img src="https://i.servimg.com/u/f47/16/67/78/59/nome_d10.png"> </a> <br><a href="https://high-tech.forumeiros.com/t563-shop-troque-a-cor-do-seu-nome#833"> <img src="https://i.servimg.com/u/f47/16/67/78/59/cor_de10.png"> </a> <br><a href="https://high-tech.forumeiros.com/t561-shop-transfira-suas-moedas#831"> <img src="https://i.servimg.com/u/f47/16/67/78/59/transf10.png"> </a></center></div></div><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">Entrar</div></div><div class="main-content"><form action="/login" method="post"><p><label for="username"><strong>Nome de usuário:</strong></label></p><p style="height:2em;valign:top;"><input type="text" name="username" id="username" size="15" maxlength="40" value="" class="inputbox autowidth" /></p><p><label for="password"><strong>Senha:</strong></label></p><p style="height:2em;valign:top;"><input type="password" id="password" name="password" size="15" maxlength="25" class="inputbox autowidth" /></p><p><a href="/profile?mode=sendpassword" rel="nofollow">Esqueci-me da senha</a></p><br><p><input type="checkbox" name="autologin" id="autologin" tabindex="4" class="checkbox" checked="checked" /><label for="autologin"> Entrar automaticamente</label></p><br><p align="center"><input type="submit" name="login" tabindex="6" value="Entrar" class="button1" /></p><div class="mt10 center"><div class="social_btn"><div class="fb_or">Ou</div> <br /><div class="fb-login-button"></div><br /><div class="ti-connect"></div></div></div></form></div></div><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">Palavras-chaves</div></div><div class="main-content"><p class="center"></p></div></div><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">Estatísticas</div></div><div class="main-content">Temos <strong>286</strong> usuários registrados<br />O último membro registrado é <strong><a href="/u287">mubaroni</a></strong><br /><br />Os nossos membros postaram um total de <strong>1181</strong> mensagens em <strong>759</strong> assuntos<br /></div></div><div style="height:4px"></div><div class="module main"><div class="main-head"><div class="h3">Flux <a href="https://high-tech.forumeiros.com/feed/" target="_blank"><img src="https://2img.net/i/fa/rss_mod/rss_br10.png" alt="RSS" title="RSS" align="top" /></a></div></div><div class="main-content"><div class="mod_rss_feeds" style="text-align:center"><br /><a href="http://add.my.yahoo.com/rss?url=https://high-tech.forumeiros.com/feed/" rel="nofollow" target="_blank"><img class="yahoo" src="https://2img.net/i/fa/empty.gif" alt="Yahoo!" border="0" title="Yahoo!" /></a> <br /><a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=https://high-tech.forumeiros.com/feed/" rel="nofollow" target="_blank"><img class="msn" src="https://2img.net/i/fa/empty.gif" alt="MSN" border="0" title="MSN" /></a> <br /><a href="http://feeds.my.aol.com/add.jsp?url=https://high-tech.forumeiros.com/feed/" rel="nofollow" target="_blank"><img class="aol" src="https://2img.net/i/fa/empty.gif" alt="AOL" border="0" title="AOL" /></a> <br /><a href="http://www.netvibes.com/subscribe.php?type=rss&url=https://high-tech.forumeiros.com/feed/" rel="nofollow" target="_blank"><img class="netvibes" src="https://2img.net/i/fa/empty.gif" alt="Netvibes" border="0" title="Netvibes" /></a> <br /><a href="http://www.bloglines.com/sub/https://high-tech.forumeiros.com/feed/" rel="nofollow" target="_blank"><img class="bloglines" src="https://2img.net/i/fa/empty.gif" alt="Bloglines" border="0" title="Bloglines" /></a> </div><br /><br class="clear" /></div></div><div style="height:4px"></div><div align="center" id="FM_widget_share"></div><div style="overflow: visible; position: fixed; bottom: 35px; height: 350px; right: 0px; z-index:950;"><iframe src="/chatbox" id="chatboxpop" scrolling="yes" style="height: 350px; float: right; overflow-x: visible; overflow-y: visible; display: none; width:700px" marginwidth="0" marginheight="0" frameborder="0"></iframe><div onclick="jQuery('#chatboxpop').animate({width:'toggle'},950); jQuery('#chatboxopen,#chatboxclose').toggle();" style="margin-top: 10px; cursor :pointer; float:left"><img src="https://i.servimg.com/u/f34/16/04/51/75/open10.png" id="chatboxopen" style="display: inline; "><img src="https://i.servimg.com/u/f34/16/04/51/75/close10.png" id="chatboxclose" style="cursor: pointer; display: none; "></div></div> <a href="javascript:if ( navigator.appName != 'Microsoft Internet Explorer' ){window.sidebar.addPanel('Nome do seu fórum','https://high-tech.forumeiros.com','');}else{ window.external.AddFavorite('https://www.forumeiros.com','High-Tech - Alta tecnologia você só encontra aqui.');}">High-Tech nos seus favoritos.</a> <div style="height:4px"></div><style> #avisover { position: fixed; bottom: 10px; line-height: 16px; text-align: left; right: 10px; z-index: 999; opacity: 0.8; width: 260px; height: 70px; background: none repeat scroll 0% 0% rgb(207, 55, 55); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); padding: 10px; text-decoration: none; font-size: 11px; font-family: Tahoma; border: 1px solid rgb(119, 27, 27); box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgb(246, 108, 108) inset; border-radius: 3px 3px 3px 3px; }</style> <div id="avisover">Olá Convidado. Bem vindo ao fórum<a href="https://high-tech.forumeiros.com/">High Tech </a>, <a href="https://high-tech.forumeiros.com/register">Cadastre-se </a> ou <a href="https://high-tech.forumeiros.com/login">Logue-se </a> para aproveitar nosso conteúdo, ao logar-se esse aviso irá sumir. Obrigado</a>.</a><br><br> Seu IP : <script type="text/javascript" src="http://www.whatsmyip.us/showipsimple.php"></script> </div> <div style="height:4px"></div></div></div></div></div><div id="pun-foot"><div id="pun-about" class="clearfix"><form action="/viewforum" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="qjump"><fieldset><p><label>Ir para: </label></p><select name="selected_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Selecionar um fórum</option><option value="-1"></option><option value="-1">|</option><option tag="01" value="c10">|--Administração</option><option tag="01" value="f129">|   |--Geral</option><option tag="01" value="f130">|   |   |--Regras do fórum</option><option tag="01" value="f132">|   |   |--Reclamações</option><option tag="01" value="f131">|   |   |--Anúncios e atualizações</option><option value="-1">|   |   </option><option tag="01" value="f133">|   |--Publicidade</option><option tag="01" value="f5">|   |   |--Parceria</option><option value="-1">|   |   </option><option tag="01" value="f134">|   |--Shop High</option><option tag="01" value="f135">|   |--Dúvidas & Sugestões e reclamações</option><option tag="01" value="f43">|   |   |--Arquivo</option><option value="-1">|   |   </option><option tag="01" value="f136">|   |--Concursos</option><option value="-1">|   </option><option tag="01" value="c3">|--Tecnologia e informática</option><option tag="01" value="f9">|   |--Novidades</option><option tag="01" value="f11">|   |--Tutoriais e dicas</option><option tag="01" value="f123">|   |   |--Software</option><option tag="01" value="f122">|   |   |--Hardware</option><option value="-1">|   |   </option><option tag="01" value="f83">|   |--Tecnologia</option><option tag="01" value="f85">|       |--Celular</option><option tag="01" value="f84">|       |--Notícias sobre o mundo</option><option value="-1">|   </option><option tag="01" value="c4">|--Games</option><option tag="01" value="f12">|   |--Novidades</option><option tag="01" value="f13">|   |--Detonados, dicas e tutoriais.</option><option tag="01" value="f14">|   |   |--Sony - Playstation 1 2 3</option><option tag="01" value="f79">|   |   |   |--Dicas</option><option value="-1">|   |   |   </option><option tag="01" value="f15">|   |   |--Microsoft - XBOX - XBOX360</option><option tag="01" value="f80">|   |   |   |--Dicas</option><option value="-1">|   |   |   </option><option tag="01" value="f16">|   |   |--Nintendo - NINTENDO WII</option><option tag="01" value="f81">|   |   |   |--Dicas</option><option value="-1">|   |   |   </option><option tag="01" value="f20">|   |   |--PC</option><option tag="01" value="f82">|   |   |   |--Dicas</option><option value="-1">|   |   |   </option><option tag="01" value="f49">|   |   |--MMORPG</option><option tag="01" value="f93">|   |   |   |--Ragnarök</option><option tag="01" value="f92">|   |   |   |--Lineage II</option><option tag="01" value="f91">|   |   |   |--Warcraft</option><option tag="01" value="f90">|   |   |   |--Priston Tale</option><option tag="01" value="f89">|   |   |   |--Tibia</option><option tag="01" value="f88">|   |   |   |--Cabal Online</option><option tag="01" value="f87">|   |   |   |--Grand Chase</option><option tag="01" value="f86">|   |   |   |--MuOnline</option><option tag="01" value="f97">|   |   |   |--SAMP - GTA San Andreas Online.</option><option tag="01" value="f95">|   |   |   |--Dofus</option><option tag="01" value="f94">|   |   |   |--Perfect World</option><option tag="01" value="f98">|   |   |   |--IVMP - GTA 4 Online.</option><option tag="01" value="f106">|   |   |   |--Habbo</option><option tag="01" value="f110">|   |   |   |--Wyd</option><option tag="01" value="f125">|   |   |   |--Outros MMORPG</option><option value="-1">|   |   |   </option><option tag="01" value="f99">|   |   |--Games FPS</option><option tag="01" value="f96">|   |       |--Combat Arms</option><option tag="01" value="f105">|   |       |--Sudden Attack</option><option tag="01" value="f104">|   |       |--Wolf Team</option><option tag="01" value="f103">|   |       |--Point Blank</option><option tag="01" value="f102">|   |       |--The Duel</option><option tag="01" value="f101">|   |       |--Counter Strike</option><option tag="01" value="f100">|   |       |--Cross Fire</option><option tag="01" value="f126">|   |       |--Outos FPS</option><option value="-1">|   |   </option><option tag="01" value="f17">|   |--Fotos e vídeos</option><option tag="01" value="f19">|   |--Cheats</option><option tag="01" value="f23">|       |--Microsoft - XBOX - XBOX360</option><option tag="01" value="f22">|       |--Sony - Playstation 1 2 3</option><option tag="01" value="f21">|       |--PC</option><option tag="01" value="f24">|       |--Nintendo - NINTENDO WII</option><option value="-1">|   </option><option tag="01" value="c8">|--Multimídia</option><option tag="01" value="f112">|   |--Vídeos</option><option tag="01" value="f113">|   |   |--Músicas</option><option tag="01" value="f124">|   |   |   |--Letras</option><option value="-1">|   |   |   </option><option tag="01" value="f114">|   |   |--Trailler de filmes</option><option value="-1">|   |   </option><option tag="01" value="f111">|   |--Televisão</option><option value="-1">|   </option><option tag="01" value="c5">|--Design e progamação</option><option tag="01" value="f25">|   |--Progamação</option><option tag="01" value="f53">|   |   |--JAVASCRIPT</option><option tag="01" value="f52">|   |   |--PHP</option><option tag="01" value="f51">|   |   |--CSS</option><option tag="01" value="f50">|   |   |--HTML</option><option tag="01" value="f128">|   |   |--SQL & MYSQL</option><option value="-1">|   |   </option><option tag="01" value="f26">|   |--Pedidos e entregas</option><option tag="01" value="f28">|   |   |--Kit (Avatar, Sing, Fanbar)</option><option tag="01" value="f27">|   |   |--Logo e banner</option><option tag="01" value="f59">|   |   |--Presentes</option><option tag="01" value="f44">|   |   |--Entrega</option><option value="-1">|   |   </option><option tag="01" value="f29">|   |--Tutoriais de Design</option><option tag="01" value="f65">|   |   |--Tutoriais em vídeo, sobre design.</option><option tag="01" value="f69">|   |   |--Iniciante</option><option tag="01" value="f71">|   |   |--Médio</option><option tag="01" value="f70">|   |   |--Avançado</option><option value="-1">|   |   </option><option tag="01" value="f30">|   |--Battle Design</option><option tag="01" value="f60">|   |   |--Assinaturas no STOW</option><option tag="01" value="f74">|   |   |--Hall da fama</option><option value="-1">|   |   </option><option tag="01" value="f42">|   |--Galeria</option><option tag="01" value="f109">|   |--Renders, styles e Brushes.</option><option value="-1">|   </option><option tag="01" value="c6">|--Diversos</option><option tag="01" value="f31">|   |--Bate - Papo</option><option tag="01" value="f78">|   |   |--Elogios</option><option tag="01" value="f33">|   |   |--Aniversário</option><option tag="01" value="f32">|   |   |--Humor</option><option tag="01" value="f76">|   |   |   |--Piadas</option><option tag="01" value="f75">|   |   |   |--Imagens e vídeos.</option><option value="-1">|   |   |   </option><option tag="01" value="f115">|   |   |--Redes sociais</option><option tag="01" value="f121">|   |       |--Demais redes sociais.</option><option tag="01" value="f118">|   |       |--Twitter</option><option tag="01" value="f117">|   |       |--Facebook</option><option tag="01" value="f119">|   |       |   |--Grupo</option><option value="-1">|   |       |   </option><option tag="01" value="f116">|   |       |--Orkut</option><option tag="01" value="f120">|   |           |--Comunidade</option><option value="-1">|   |   </option><option tag="01" value="f3">|   |--Apresentação e despedidas</option><option tag="01" value="f6">|   |--Lazer e Bem Estar</option><option tag="01" value="f8">|   |   |--Saúde</option><option tag="01" value="f7">|   |   |--Culinária</option><option value="-1">|   |   </option><option tag="01" value="f34">|   |--Downloads</option><option tag="01" value="f37">|   |   |--Otmizadores</option><option tag="01" value="f36">|   |   |--Editores</option><option tag="01" value="f35">|   |   |--Ultilitários</option><option tag="01" value="f38">|   |   |--Segurança</option><option tag="01" value="f68">|   |   |--Downloads de conteúdos de design</option><option tag="01" value="f77">|   |   |--Jogos demos ou gratuito</option><option value="-1">|   |   </option><option tag="01" value="f67">|   |--Pedidos</option><option tag="01" value="f40">|   |--Revista High Tech</option><option tag="01" value="f57">|   |   |--Sugestão sobre o "jornal"</option><option value="-1">|   |   </option><option tag="01" value="f10">|   |--Análises</option><option tag="01" value="f39">|   |   |--Análises concluídas</option><option tag="01" value="f41">|   |   |--Análises Rejeitadas</option><option value="-1">|   |   </option><option tag="01" value="f4">|   |--Anúncios do portal</option><option value="-1">|   </option><option tag="01" value="c9">|--Outros</option><option tag="01" value="f2">    |--Lixeira</option><option tag="01" value="f1">    |--Teste</option></select><input type="hidden" name="tid" value="b774e3b8092e7dcfe9800998ecf8427e" /> <input type="submit" value="Ir" /></fieldset></form><ul><li><strong><a href="https://www.forumeiros.com/" target="_blank">Forumeiros.com</a></strong> | <span class="gensmall">©</span><a href="https://www.forumeiros.com/phpbb" target="_blank">phpBB</a> | <a name="bottom" href="https://ajuda.forumeiros.com/" target="_blank">Fórum gratuito de ajuda</a> | <a href="/abuse?page=%2Ft139-html-avancado&report=1" rel="nofollow">Denunciar um abuso</a> | <strong><a href="https://www.forumeiros.com" target="_blank">Criar um fórum</a></strong></li></ul></div><br /><p class="center"><strong></strong></p></div></div></div></div></div><div id="fb-root"></div><script type="text/javascript">$(document).ready( function() {$('div.fb-login-button, span.fb-login-button').attr({"data-scope": "public_profile email","data-max-rows": "1","data-size": "large","data-show-faces": "false","data-auto-logout-link": "false"});$('div.fb-login-button, span.fb-login-button').each(function() {if(typeof $(this).attr('onlogin') == typeof undefined || $(this).attr('onlogin') === false) {$(this).attr('onlogin', 'onLoginFB');}if($(this).html() == '') {$(this).html('Facebook');}});FB.init({appId : "172445409489179",cookie : 1,xfbml : 1,oauth : 1,version : 'v4.0'});(function(d, s, id){var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) {return;}js = d.createElement(s); js.id = id;js.src = "//connect.facebook.net/pt_PT/sdk.js";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));});function onLoginFB() {window.location.replace('/facebook_connect.php')}</script><script type="text/javascript">$(document).ready( function() {$('div.ti-connect').attr({'data-loc' : 'https://connect.topicit.net/','data-login' : 'https://high-tech.forumeiros.com/topicit/index.php/connect','data-version' : '1','data-lang' : 'pt'});(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "https://connect.topicit.net/scripts/connect.js";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'topicit-connect'));});</script><script type="text/javascript">//<![CDATA[ fa_endpage();//]]></script><script type="text/javascript"> var vglnk = { key: 'e2aa2ae88c2bcc3c33577d636d209bf8' }; (function(d, t) { var s = d.createElement(t); s.type = 'text/javascript'; s.async = true; s.src = '//cdn.viglink.com/api/vglnk.js'; var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r); }(document, 'script')); </script> <div id="Forumactif_Video"></div> <script type="application/javascript"> //<![CDATA[ var slmadshb = slmadshb || {}; slmadshb.que = slmadshb.que || []; slmadshb.que.push(function() { slmadshb.display("Forumactif_Video"); }); //]]> </script> <script type="text/javascript">window._taboola = window._taboola || []; _taboola.push({flush: true});</script></body></html>