Jump to content


Skuall

Member Since 02/03/2003
Offline Last Active 22/08/2004, 19:54
-----

Posts I've Made

In Topic: Tah Galera, Como Uso Isto?

14/12/2003, 21:15

Porque a escolha do iBest???

Olá! :yes:

Abra o Site, espere carregar Completamente, pressione F11 e veja a Perfeição do Layout Organizacional do Site!

---------------

Use o Botão Posted Image quando quiser adicionar mais algum conteúdo as suas mensagens, para evitar duas repostas suas, consecutivas.

In Topic: Tah Galera, Como Uso Isto?

14/12/2003, 21:04

Olá! :yes:

Efeito? Tenho um Conselho... Empenhe-se e estude muito! Tome um Site como Inspiração, veja o que não sabe como foi feito nele e tente aprender e assim vai. Logo terá o melhor do melhor para construir seu Site...

Quer um bom Site para Referência de seu Trabalho Final? http://www.ibest.com.br/

In Topic: Tah Galera, Como Uso Isto?

14/12/2003, 20:48

Olá! :yes:

Fica Pinguim. O Fórum existe para Aprender. :D

In Topic: Tah Galera, Como Uso Isto?

14/12/2003, 20:41

Olá! :yes:

<html>
<head>
<style type="text/css">
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
</style>
</head>
<body>
<a href="#">Exemplo de Link</a>
</body>
</html>

In Topic: Banner Rotativo Com Href

14/12/2003, 20:31

Olá! :yes:

Um pequeno ajuste no Script

<script language="JavaScript">

var numero = Math.floor(Math.random()*1);
txt="";
alt="";
banner="";
width="300";
height="300";

if  (numero == 0 )
{
banner="URL DO BANNER";
site = "URL DO SITE";
}

if  (numero == 1 )
{
banner="URL DO BANNER";
site = "URL DO SITE";
}

document.write('<center>');
document.write('<a href=\"' + site '\" target=\"_blank\"><img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');

</script>


Coloquei em Negrito as mudanças que fiz. :D

IPB Skin By Virteq