Entrada no fórum
+3
Sennior
9Queijos
~Itachi Uchiha'
7 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Entrada no fórum
Qual é minha questão:
Como colocar uma entrada no fórum igual a este: http://brisando.forumeiros.com/
Medidas que eu tomei para corrigir o problema:
Vim aki
Links e imagens do meu problema:
Endereço do meu fórum:
http://superonzestandup.forumeiros.com/
Versão do meu fórum:
PHPBB3
Como colocar uma entrada no fórum igual a este: http://brisando.forumeiros.com/
Medidas que eu tomei para corrigir o problema:
Vim aki
Links e imagens do meu problema:
Endereço do meu fórum:
http://superonzestandup.forumeiros.com/
Versão do meu fórum:
PHPBB3
Re: Entrada no fórum
Olá, aqui está o codigo:
E so modificar e ir em Painel de controle > Módulos > Gestão das páginas HTML > Criar uma nova página HTML.
Você deseja utilizar o início e o final da página do seu fórum ? Não
Usar esta página como página inicial? Sim
- Spoiler:
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>[ Entrada ] ..:: Brisando ::.. </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="https://2img.net/i/fa/favicon/form.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Criado por TopStyleArt ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#aaa;
text-decoration:underline;
}
</style>
</head>
<body>
<div>
<span class="reference">
Brisando 2012 | Editado por <a href="http://brisando.forumeiros.com" target="_Blank" alt="Brisando, melhor site para sua distração">Brisando</a> | Hospedado por <a href="https://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Brisando - Forum Oficial™</span></div>
<div><span>Leia As Regras e Comece Bem No Fórum.</span></div>
<div><span>Conheca a equipe - Top Style Art.</span></div>
<div><span>Tutoriais | Dicas | Recursos | Suporte | "Pedidos" | E Muito Mais ! </span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="http://brisando.forumeiros.com/portal">Portal</a></li>
<li><a href="http://brisando.forumeiros.com/forum" title="">Forum</a></li>
<li><a href="http://brisando.forumeiros.com/t1-regras-gerais" title="">Regras</a></li>
<li><a href="http://brisando.forumeiros.com/t7-staff-equipe-top-style-art#7" title="">Staff</a></li>
<li><a href="http://brisando.forumeiros.com/c5-design-zone" title="">Design Art</a></li>
</ul>
<script> var repeat=1 // 0 para rolar uma vez, 1 para rolar infinitamente
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",300) // aqui vc pode aumentar ou diminuir a velocidade
}
if (document.title)
titlemove()
</script>
</body>
</html>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
E so modificar e ir em Painel de controle > Módulos > Gestão das páginas HTML > Criar uma nova página HTML.
Você deseja utilizar o início e o final da página do seu fórum ? Não
Usar esta página como página inicial? Sim
Re: Entrada no fórum
Amigo, editei o código certamente e mesmo assim não funcionou.
Se for mandar mais algum código, favor colocar entre CODE
Se for mandar mais algum código, favor colocar entre CODE
Re: Entrada no fórum
Olá Lucas!
O código que nosso amigo passou estas certo veja:
Olhe se seu HTML está ativado em vosso fórum.
Até mais!
O código que nosso amigo passou estas certo veja:
- Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>[ Entrada ] ..:: Brisando ::.. </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="http://2img.net/i/fa/favicon/form.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Criado por TopStyleArt ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#aaa;
text-decoration:underline;
}
</style>
</head>
<body>
<div>
<span class="reference">
Brisando 2012 | Editado por <a href="http://brisando.forumeiros.com" target="_Blank" alt="Brisando, melhor site para sua distração">Brisando</a> | Hospedado por <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Brisando - Forum Oficial™</span></div>
<div><span>Leia As Regras e Comece Bem No Fórum.</span></div>
<div><span>Conheca a equipe - Top Style Art.</span></div>
<div><span>Tutoriais | Dicas | Recursos | Suporte | "Pedidos" | E Muito Mais ! </span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="http://brisando.forumeiros.com/portal">Portal</a></li>
<li><a href="http://brisando.forumeiros.com/forum" title="">Forum</a></li>
<li><a href="http://brisando.forumeiros.com/t1-regras-gerais" title="">Regras</a></li>
<li><a href="http://brisando.forumeiros.com/t7-staff-equipe-top-style-art#7" title="">Staff</a></li>
<li><a href="http://brisando.forumeiros.com/c5-design-zone" title="">Design Art</a></li>
</ul>
<script> var repeat=1 // 0 para rolar uma vez, 1 para rolar infinitamente
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",300) // aqui vc pode aumentar ou diminuir a velocidade
}
if (document.title)
titlemove()
</script>
</body>
</html>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
Olhe se seu HTML está ativado em vosso fórum.
Até mais!
Re: Entrada no fórum
é infelizmente não deu, coloquei este código ai mais não resultou.
Se for passar outro código coloque onde devo editar por favor !
Se for passar outro código coloque onde devo editar por favor !
Re: Entrada no fórum
Olá amigo!
Aceda em;
Logo mais clique em "Gerar nova Pagina HTML" e adicione o seguinte Código:
Lembrando que terá que editar o Código em questão que eu passei, para você.
Tenha um excelente Dia!
Aceda em;
Painel de Controle Módulos HTML & JAVASCRIPT Gestão das Páginas HTML
Logo mais clique em "Gerar nova Pagina HTML" e adicione o seguinte Código:
- Código:
<body>
<div>
<span class="reference"><cufon class="cufon cufon-canvas" alt="Pump " style="width: 34px; height: 14px; "><canvas width="43" height="15" style="width: 43px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>Pump </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Design " style="width: 42px; height: 14px; "><canvas width="50" height="15" style="width: 50px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>Design </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Copyright " style="width: 56px; height: 14px; "><canvas width="64" height="15" style="width: 64px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>Copyright </cufontext></cufon><cufon class="cufon cufon-canvas" alt="2012 " style="width: 28px; height: 14px; "><canvas width="37" height="15" style="width: 37px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>2012 </cufontext></cufon><cufon class="cufon cufon-canvas" alt="| " style="width: 7px; height: 14px; "><canvas width="16" height="15" style="width: 16px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>| </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Desenvolvido " style="width: 78px; height: 14px; "><canvas width="87" height="15" style="width: 87px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>Desenvolvido </cufontext></cufon><cufon class="cufon cufon-canvas" alt="por " style="width: 22px; height: 14px; "><canvas width="30" height="15" style="width: 30px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>por </cufontext></cufon><a href="http://www.ggames.com.br" target="_Blank" alt="Web Designer MateusV."><cufon class="cufon cufon-canvas" alt="MateusV." style="width: 51px; height: 14px; "><canvas width="60" height="15" style="width: 60px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>MateusV.</cufontext></cufon></a><cufon class="cufon cufon-canvas" alt=" " style="width: 4px; height: 14px; "><canvas width="13" height="15" style="width: 13px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext> </cufontext></cufon><cufon class="cufon cufon-canvas" alt="| " style="width: 7px; height: 14px; "><canvas width="16" height="15" style="width: 16px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>| </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Hospedado " style="width: 67px; height: 14px; "><canvas width="76" height="15" style="width: 76px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>Hospedado </cufontext></cufon><cufon class="cufon cufon-canvas" alt="por " style="width: 22px; height: 14px; "><canvas width="30" height="15" style="width: 30px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>por </cufontext></cufon><a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros"><cufon class="cufon cufon-canvas" alt="Forumeiros." style="width: 65px; height: 14px; "><canvas width="74" height="15" style="width: 74px; height: 15px; top: 0px; left: -1px; "></canvas><cufontext>Forumeiros.</cufontext></cufon></a></span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div style="top: 66px; width: 0px; overflow: hidden; display: block; "><span><cufon class="cufon cufon-canvas" alt="Uma " style="width: 70px; height: 36px; "><canvas width="92" height="37" style="width: 92px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>Uma </cufontext></cufon><cufon class="cufon cufon-canvas" alt="nova " style="width: 72px; height: 36px; "><canvas width="95" height="37" style="width: 95px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>nova </cufontext></cufon><cufon class="cufon cufon-canvas" alt="era " style="width: 52px; height: 36px; "><canvas width="74" height="37" style="width: 74px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>era </cufontext></cufon><cufon class="cufon cufon-canvas" alt="chegou!" style="width: 109px; height: 36px; "><canvas width="131" height="37" style="width: 131px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>chegou!</cufontext></cufon></span></div>
<div style="top: 132px; width: 0px; overflow: hidden; display: block; "><span><cufon class="cufon cufon-canvas" alt="Fique " style="width: 83px; height: 36px; "><canvas width="106" height="37" style="width: 106px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>Fique </cufontext></cufon><cufon class="cufon cufon-canvas" alt="por " style="width: 53px; height: 36px; "><canvas width="75" height="37" style="width: 75px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>por </cufontext></cufon><cufon class="cufon cufon-canvas" alt="dentro " style="width: 96px; height: 36px; "><canvas width="118" height="37" style="width: 118px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>dentro </cufontext></cufon><cufon class="cufon cufon-canvas" alt="de " style="width: 41px; height: 36px; "><canvas width="64" height="37" style="width: 64px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>de </cufontext></cufon><cufon class="cufon cufon-canvas" alt="todas " style="width: 83px; height: 36px; "><canvas width="106" height="37" style="width: 106px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>todas </cufontext></cufon><cufon class="cufon cufon-canvas" alt="as " style="width: 40px; height: 36px; "><canvas width="62" height="37" style="width: 62px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>as </cufontext></cufon><cufon class="cufon cufon-canvas" alt="atualizacoes" style="width: 173px; height: 36px; "><canvas width="189" height="37" style="width: 189px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>atualizacoes</cufontext></cufon></span></div>
<div style="top: 198px; width: 0px; overflow: hidden; display: block; "><span><cufon class="cufon cufon-canvas" alt="Saiba " style="width: 85px; height: 36px; "><canvas width="107" height="37" style="width: 107px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>Saiba </cufontext></cufon><cufon class="cufon cufon-canvas" alt="como " style="width: 83px; height: 36px; "><canvas width="106" height="37" style="width: 106px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>como </cufontext></cufon><cufon class="cufon cufon-canvas" alt="comecar " style="width: 127px; height: 36px; "><canvas width="149" height="37" style="width: 149px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>comecar </cufontext></cufon><cufon class="cufon cufon-canvas" alt="bem " style="width: 67px; height: 36px; "><canvas width="89" height="37" style="width: 89px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>bem </cufontext></cufon><cufon class="cufon cufon-canvas" alt="no " style="width: 41px; height: 36px; "><canvas width="64" height="37" style="width: 64px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>no </cufontext></cufon><cufon class="cufon cufon-canvas" alt="forum!" style="width: 86px; height: 36px; "><canvas width="109" height="37" style="width: 109px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>forum!</cufontext></cufon></span></div>
<div style="top: 264px; width: 0px; overflow: hidden; display: block; "><span><cufon class="cufon cufon-canvas" alt="Faca " style="width: 73px; height: 36px; "><canvas width="95" height="37" style="width: 95px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>Faca </cufontext></cufon><cufon class="cufon cufon-canvas" alt="sua " style="width: 56px; height: 36px; "><canvas width="79" height="37" style="width: 79px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>sua </cufontext></cufon><cufon class="cufon cufon-canvas" alt="ficha " style="width: 75px; height: 36px; "><canvas width="98" height="37" style="width: 98px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>ficha </cufontext></cufon><cufon class="cufon cufon-canvas" alt="para " style="width: 69px; height: 36px; "><canvas width="92" height="37" style="width: 92px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>para </cufontext></cufon><cufon class="cufon cufon-canvas" alt="comecar " style="width: 127px; height: 36px; "><canvas width="149" height="37" style="width: 149px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>comecar </cufontext></cufon><cufon class="cufon cufon-canvas" alt="a " style="width: 24px; height: 36px; "><canvas width="47" height="37" style="width: 47px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>a </cufontext></cufon><cufon class="cufon cufon-canvas" alt="jogar!" style="width: 77px; height: 36px; "><canvas width="100" height="37" style="width: 100px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>jogar!</cufontext></cufon></span></div>
<div style="top: 330px; width: 0px; overflow: hidden; display: block; "><span><cufon class="cufon cufon-canvas" alt="Se " style="width: 44px; height: 36px; "><canvas width="67" height="37" style="width: 67px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>Se </cufontext></cufon><cufon class="cufon cufon-canvas" alt="inscreva " style="width: 119px; height: 36px; "><canvas width="142" height="37" style="width: 142px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>inscreva </cufontext></cufon><cufon class="cufon cufon-canvas" alt="nas " style="width: 56px; height: 36px; "><canvas width="79" height="37" style="width: 79px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>nas </cufontext></cufon><cufon class="cufon cufon-canvas" alt="melhores " style="width: 133px; height: 36px; "><canvas width="155" height="37" style="width: 155px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>melhores </cufontext></cufon><cufon class="cufon cufon-canvas" alt="escolas!" style="width: 113px; height: 36px; "><canvas width="135" height="37" style="width: 135px; height: 37px; top: 1px; left: -2px; "></canvas><cufontext>escolas!</cufontext></cufon></span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="http://www.superonzerv.com/portal"><cufon class="cufon cufon-canvas" alt="Portal" style="width: 207px; height: 66px; "><canvas width="234" height="68" style="width: 234px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>Portal</cufontext></cufon></a></li>
<li><a href="http://www.superonzerv.com/forum" title=""><cufon class="cufon cufon-canvas" alt="Forum" style="width: 189px; height: 66px; "><canvas width="202" height="68" style="width: 202px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>Forum</cufontext></cufon></a></li>
<li><a href="http://www.superonzerv.com/f129-portal-de-atualizacoes" title=""><cufon class="cufon cufon-canvas" alt="Atualizacoes" style="width: 395px; height: 66px; "><canvas width="416" height="68" style="width: 416px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>Atualizacoes</cufontext></cufon></a></li>
<li><a href="http://www.superonzerv.com/f122-regras-tutoriais" title=""><cufon class="cufon cufon-canvas" alt="Regras " style="width: 240px; height: 66px; "><canvas width="282" height="68" style="width: 282px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>Regras </cufontext></cufon><cufon class="cufon cufon-canvas" alt="e " style="width: 50px; height: 66px; "><canvas width="91" height="68" style="width: 91px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>e </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Tutorias" style="width: 267px; height: 66px; "><canvas width="289" height="68" style="width: 289px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>Tutorias</cufontext></cufon></a></li>
<li><a href="http://www.superonzerv.com/f130-crie-seu-personagem" title=""><cufon class="cufon cufon-canvas" alt="Fichas" style="width: 193px; height: 66px; "><canvas width="215" height="68" style="width: 215px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>Fichas</cufontext></cufon></a></li>
<li><a href="http://www.superonzerv.com/f143-times-de-futebol" title=""><cufon class="cufon cufon-canvas" alt="Times " style="width: 172px; height: 66px; "><canvas width="213" height="68" style="width: 213px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>Times </cufontext></cufon><cufon class="cufon cufon-canvas" alt="de " style="width: 88px; height: 66px; "><canvas width="129" height="68" style="width: 129px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>de </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Futebol" style="width: 244px; height: 66px; "><canvas width="272" height="68" style="width: 272px; height: 68px; top: 1px; left: -3px; "></canvas><cufontext>Futebol</cufontext></cufon></a></li>
<li class="move" top="0px" style="top: 0px; width: 222px; overflow: hidden; display: block; "></li></ul>
</body>
Lembrando que terá que editar o Código em questão que eu passei, para você.
Tenha um excelente Dia!
Re: Entrada no fórum
Amigo, este é o código :
Aceda : Painel de Controle Módulos HTML & JAVASCRIPT Gestão das páginas HTML.
Logo depois, coloque um titulo, Opção NÃO e Opção Sim
Agora só falta editar a seu gosto.
Atenciosamente,
Mr. Bean
Aceda : Painel de Controle Módulos HTML & JAVASCRIPT Gestão das páginas HTML.
Logo depois, coloque um titulo, Opção NÃO e Opção Sim
Agora só falta editar a seu gosto.
<html>
<head>
<title>[ Entrada ] ..:: Brisando ::.. </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="https://2img.net/i/fa/favicon/form.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Criado por TopStyleArt ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#aaa;
text-decoration:underline;
}
</style>
</head>
<body>
<div>
<span class="reference">
Brisando 2012 | Editado por <a href="http://brisando.forumeiros.com" target="_Blank" alt="Brisando, melhor site para sua distração">Brisando</a> | Hospedado por <a href="https://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Brisando - Forum Oficial</span></div>
<div><span>Leia As Regras e Comece Bem No Fórum.</span></div>
<div><span>Conheca a equipe - Top Style Art.</span></div>
<div><span>Tutoriais | Dicas | Recursos | Suporte | "Pedidos" | E Muito Mais ! </span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="http://brisando.forumeiros.com/portal">Portal</a></li>
<li><a href="http://brisando.forumeiros.com/forum" title="">Forum</a></li>
<li><a href="http://brisando.forumeiros.com/t1-regras-gerais" title="">Regras</a></li>
<li><a href="http://brisando.forumeiros.com/t7-staff-equipe-top-style-art#7" title="">Staff</a></li>
<li><a href="http://brisando.forumeiros.com/c5-design-zone" title="">Design Art</a></li>
</ul>
Atenciosamente,
Mr. Bean
Re: Entrada no fórum
eu fiz como esta depois eu coloca pra entra no forum e fica so carregando essa pagina como eu faço pra carrega a pagina do meu forum
Re: Entrada no fórum
Olá, eu não consigo entender porque não quer dar certo
Confiram para ver se o código realmente deu certo: http://narutoultra.forumeiros.com/
Confiram para ver se o código realmente deu certo: http://narutoultra.forumeiros.com/
Re: Entrada no fórum
Amigo aqui não apareceu.
Tente este e edite a seu gosto :
Tente este e edite a seu gosto :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>[ Entrada ] ..:: Brisando ::.. </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="https://2img.net/i/fa/favicon/form.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Criado por TopStyleArt ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#aaa;
text-decoration:underline;
}
</style>
</head>
<body>
<div>
<span class="reference">
Brisando 2012 | Editado por <a href="http://brisando.forumeiros.com" target="_Blank" alt="Brisando, melhor site para sua distração">Brisando</a> | Hospedado por <a href="https://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Brisando - Forum Oficial™</span></div>
<div><span>Leia As Regras e Comece Bem No Fórum.</span></div>
<div><span>Conheca a equipe - Top Style Art.</span></div>
<div><span>Tutoriais | Dicas | Recursos | Suporte | "Pedidos" | E Muito Mais ! </span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="http://brisando.forumeiros.com/portal">Portal</a></li>
<li><a href="http://brisando.forumeiros.com/forum" title="">Forum</a></li>
<li><a href="http://brisando.forumeiros.com/t1-regras-gerais" title="">Regras</a></li>
<li><a href="http://brisando.forumeiros.com/t7-staff-equipe-top-style-art#7" title="">Staff</a></li>
<li><a href="http://brisando.forumeiros.com/c5-design-zone" title="">Design Art</a></li>
</ul>
<script> var repeat=1 // 0 para rolar uma vez, 1 para rolar infinitamente
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",300) // aqui vc pode aumentar ou diminuir a velocidade
}
if (document.title)
titlemove()
</script>
</body>
</html>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
Re: Entrada no fórum
Olá, deu certo mais não aparece algumas coisas, e eu queria mudar a imagem do fundo veja como ficou
http://narutoultra.forumeiros.com/
http://narutoultra.forumeiros.com/
Re: Entrada no fórum
Hum... vou tentar editar aqui para você.
Atenciosamente,
Mr. Bean
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>[ Entrada ] .: Naruto Ultra :. </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="https://2img.net/i/fa/favicon/form.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão Demo ///-->
<!--/ Criado pelo e Code : Mr. Bean///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#aaa;
text-decoration:underline;
}
</style>
</head>
<body>
<div>
<span class="reference">
Naruto Ultra 2012 - 2013 | Editado por <a href="http://narutoultra.forumeiros.com/forum" target="_Blank" alt="Naruto Ultra, o melhor RPG de Naruto da história">pelo Code : Mr. Bean</a> | Hospedado por <a href="https://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Naruto Ultra RPG - Forum Oficial</span></div>
<div><span>Leia As Regras e Comece Bem No Fórum.</span></div>
<div><span>Veja as novidades ! </span></div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href=http://narutoultra.forumeiros.com/portal">Portal</a></li>
<li><a href="http://narutoultra.forumeiros.com/forum" title="">Forum</a></li>
<li><a href="http://narutoultra.forumeiros.com/f2-regras" title="">Regras</a></li>
<li><a href=http://narutoultra.forumeiros.com/f1-anuncios" title="">Anuncios</a></li>
<li><a href="http://narutoultra.forumeiros.com/f5-duvidas-sugestoes" title="">Duvidas e Sugestoes</a></li>
</ul>
<script> var repeat=1 // 0 para rolar uma vez, 1 para rolar infinitamente
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",300) // aqui vc pode aumentar ou diminuir a velocidade
}
if (document.title)
titlemove()
</script>
</body>
</html>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
Atenciosamente,
Mr. Bean
Re: Entrada no fórum
Amigo... eu ainda estou procurando o local de onde mudar, só que infelizmente não estou encontrando.
Vou procurar aqui e se eu encontrar eu passa para você.
Aceito um +
Atenciosamente,
Mr. Bean
Re: Entrada no fórum
Olá Aqui esta Basta Editar.
- Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Mundo Retro V2.1</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="http://i55.tinypic.com/axzg4k.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Editado por : Administrador MR ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#aaa;
text-decoration:underline;
}
body {
background-image: url('') !important;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div>
<span class="reference">
Mundo Retro 2011 - 2013 | Editado por <a href="www.mundo-retro.forumeiros.com" target="_Blank" alt="Web Designer Mundo Retro ">Mundo Retro</a> | Hospedado por <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Mundo Retro - Forum Oficial™</span></div>
<div><span>Leia As Regras e Comece Bem No Forum.</span></div>
<div><span>Conheca a equipe - Mundo Retro.</span></div>
<div><span>Tutoriais | Dicas | Recursos | Suporte | "Pedidos" | E Muito Mais ! </span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="http://mundo-retro.forumeiros.com/portal">Portal</a></li>
<li><a href="http://mundo-retro.forumeiros.com/forum" title="">Forum</a></li>
<li><a href="http://mundo-retro.forumeiros.com/f8-regras" title="">Regras</a></li>
<li><a href="http://mundo-retro.forumeiros.com/t104-conheca-nossa-equipe#7" title="">Equipe</a></li>
<li><a href="http://mundo-retro.forumeiros.com/c5-area-grafica?tid=07d68a81ef74117efa3c8f2b66f0cb8b" title="">Design - Zone</a></li>
</ul>
</body>
</html>
<script language="JavaScript">
<!--
var mensagem="";
function clickIE() {if (document.all) {(mensagem);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert ("» Mundo Retro » PROTEGIDO «")(mensagem);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
Re: Entrada no fórum
lucasxd111 eu ja tenho o código no meu fórum, apenas gostaria de mudar a imagem do fundo.
Re: Entrada no fórum
Olá amigo;
Poderia me passar uma imagem que desejas, para o fundo?
Tenha uma Bela Noite!
Poderia me passar uma imagem que desejas, para o fundo?
Tenha uma Bela Noite!
Re: Entrada no fórum
Dr.House, mudei de ideia apenas quero tirar aquela imagem e deixar o fundo da mesma cor.
Agradeço pela Atenção
Agradeço pela Atenção
Re: Entrada no fórum
Para mudar a imagem de fundo, o senhor terá que retirar o seguinte código: <link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen"> e dentro das tags <style></style>, coloque
- Código:
body{
color: #D4D4D4;
background-color: #292929;
background-repeat: no-repeat;
background-image: url(ENDEREÇO_DA_IMAGEM);
background-position: left top;
}
Convidad- Convidado
Re: Entrada no fórum
Possível é, só que a questão é que o background está hospedado em um servidor FTP externo, o link do CSS está ligado ao seu. O senhor terá que hospedar o arquivo da página http://www.ggames.com.br/css/style.css e modificá-la para o desejado.
Nesse site tem links de serviços FTP que hospedam arquivos: http://hospedagemgratis.net/hospedagem-gratis Depois que hospedar, substitua o link atual pelo link fornecido pelo servidor FTP.
Atenciosamente,
Shek
Nesse site tem links de serviços FTP que hospedam arquivos: http://hospedagemgratis.net/hospedagem-gratis Depois que hospedar, substitua o link atual pelo link fornecido pelo servidor FTP.
Atenciosamente,
Shek
Convidad- Convidado
Re: Entrada no fórum
Olá,
Lamento, mas este procedimento deve ser realizado pelo senhor, visto que somente o senhor terá acesso ao servidor FTP.
Atenciosamente,
Shek
Lamento, mas este procedimento deve ser realizado pelo senhor, visto que somente o senhor terá acesso ao servidor FTP.
Atenciosamente,
Shek
Convidad- Convidado
Re: Entrada no fórum
Ola,
tem uma hospedagen que eu Recomendo :
http://xpg.uol.com.br/
é um site bem Seguro ( para min )
Ate mais !
tem uma hospedagen que eu Recomendo :
http://xpg.uol.com.br/
é um site bem Seguro ( para min )
Ate mais !
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos