Gerir página HTML como principal do fórum
2 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 • Compartilhe
Gerir página HTML como principal do fórum
Qual é minha questão:
Como Faço uma Página igual a estas ? deste fórum designado
http://topdesign.forumeiros.com/
Medidas que eu tomei para corrigir o problema:
Nenhuma
Imagens do meu problema:
Nenhuma
Endereço do meu fórum:
http://tech-design.forumeiros.com
Versão do meu fórum:
PHPBB2
Como Faço uma Página igual a estas ? deste fórum designado
http://topdesign.forumeiros.com/
Medidas que eu tomei para corrigir o problema:
Nenhuma
Imagens do meu problema:
Nenhuma
Endereço do meu fórum:
http://tech-design.forumeiros.com
Versão do meu fórum:
PHPBB2
Re: Gerir página HTML como principal do fórum
|
Olá,
Painel de controle ->> Módulos ->> HTML & JavaScript ->> Gestão das páginas HTML ->>
Clique no botão "Criar uma nova página", e no campo "Código HTML" cole o seguinte código:
- Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>♦ Top Design ♦</title>
<style type="text/css">
body {
margin-top:12%;
margin-left:5%;
margin-right:15%;
margin-bottom:5%;
background-color:rgb(24,24,24);
background-image:url(http://yourimg.in/m/15e69s7.png);
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
font-family:HandelGotDlig, sans-serif;
font-size:11px;
color:rgb(153,153,153);
border-width:0px;
}
a:link {
color:rgb(191,186,181);
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a:active {
text-decoration:none;
}
#Layer1 {
position:relative;
width:25px;
height:25px;
z-index:1;
left:1px;
top:1px;
}
#Layer2 {
position:relative;
width:25px;
height:25px;
z-index:4;
left:1px;
margin-top:10px;
}
#Layer3 {
position:relative;
width:25px;
height:25px;
z-index:6;
left:1px;
margin-top:10px;
}
#Layer4 {
position:relative;
width:25px;
height:25px;
z-index:8;
left:1px;
margin-top:10px;
}
#Layer5 {
position:relative;
width:25px;
height:25px;
z-index:10;
left:1px;
margin-top:10px;
}
#Layer6 {
position:relative;
width:25px;
height:25px;
z-index:12;
left:1px;
margin-top:10px;
}
td.c1 {
background-color: #333333;
}
</style>
</head>
<body>
<span class="c1"></span><span class="c1"><a href="http://topdesign.forumeiros.com/portal"><img src="http://yourimg.in/m/w7jhyk9.png" alt="G" border="0"/></a></span> <a href="http://topdesign.forumeiros.com/forum"><img src="http://yourimg.in/m/9655zrj.png" alt="S" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f49-competicoes"><img src="http://yourimg.in/m/164k5s9.png" alt="V" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/c6-tutoriais"><img src="http://yourimg.in/m/oz7n80k.png" alt="D" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f12-atualiacoes-e-novidades"><img src="http://yourimg.in/m/6bgjkx3.png" alt="W" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f67-staff"><img src="http://yourimg.in/m/3l5u796.png" alt="S" border="0"/></a></span>
<div id="Layer1">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer2">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer3">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer4">
<table>
<tr>
<td class="c1" width="24" height="24"> </td>
</tr>
</table>
</div>
<div id="Layer5">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer6">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
</body>
</html>
<a href="http://www.forumeiros.com" target="_blank"></a>
Você terá que fazer às modificações necessárias.
Até mais!
Tópico movido de 'Questões sobre a aparência do fórum' para 'Questões sobre códigos'
Re: Gerir página HTML como principal do fórum
Olha , Mas eu quero é para o meu fórum . eu não entendo nada de HTML .
Eu quero aquelas partes a dizer Home , Novidades , e o Background .
Só isso mais nada
Eu quero aquelas partes a dizer Home , Novidades , e o Background .
Só isso mais nada
Re: Gerir página HTML como principal do fórum
Olá,
Mas o que passei no código acima é o que queria. Apenas modifique os links. Eu quebrei as partes onde estão os links, assim você poderá modificá-los:
O que vai modificar é isso:
Até mais!
Mas o que passei no código acima é o que queria. Apenas modifique os links. Eu quebrei as partes onde estão os links, assim você poderá modificá-los:
- Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>♦ Top Design ♦</title>
<style type="text/css">
body {
margin-top:12%;
margin-left:5%;
margin-right:15%;
margin-bottom:5%;
background-color:rgb(24,24,24);
background-image:url(http://yourimg.in/m/15e69s7.png);
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
font-family:HandelGotDlig, sans-serif;
font-size:11px;
color:rgb(153,153,153);
border-width:0px;
}
a:link {
color:rgb(191,186,181);
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a:active {
text-decoration:none;
}
#Layer1 {
position:relative;
width:25px;
height:25px;
z-index:1;
left:1px;
top:1px;
}
#Layer2 {
position:relative;
width:25px;
height:25px;
z-index:4;
left:1px;
margin-top:10px;
}
#Layer3 {
position:relative;
width:25px;
height:25px;
z-index:6;
left:1px;
margin-top:10px;
}
#Layer4 {
position:relative;
width:25px;
height:25px;
z-index:8;
left:1px;
margin-top:10px;
}
#Layer5 {
position:relative;
width:25px;
height:25px;
z-index:10;
left:1px;
margin-top:10px;
}
#Layer6 {
position:relative;
width:25px;
height:25px;
z-index:12;
left:1px;
margin-top:10px;
}
td.c1 {
background-color: #333333;
}
</style>
</head>
<body>
<span class="c1"></span><span class="c1">
<a href="http://topdesign.forumeiros.com/portal"><img src="http://yourimg.in/m/w7jhyk9.png" alt="G" border="0"/></a></span>
<a href="http://topdesign.forumeiros.com/forum"><img src="http://yourimg.in/m/9655zrj.png" alt="S" border="0"/></a></span>
<span class="c1"><a href="http://topdesign.forumeiros.com/f49-competicoes"><img src="http://yourimg.in/m/164k5s9.png" alt="V" border="0"/></a></span>
<span class="c1"><a href="http://topdesign.forumeiros.com/c6-tutoriais"><img src="http://yourimg.in/m/oz7n80k.png" alt="D" border="0"/></a></span>
<span class="c1"><a href="http://topdesign.forumeiros.com/f12-atualiacoes-e-novidades"><img src="http://yourimg.in/m/6bgjkx3.png" alt="W" border="0"/></a></span>
<span class="c1"><a href="http://topdesign.forumeiros.com/f67-staff"><img src="http://yourimg.in/m/3l5u796.png" alt="S" border="0"/></a></span>
<div id="Layer1">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div><div id="Layer2">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div><div id="Layer3">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div><div id="Layer4">
<table>
<tr>
<td class="c1" width="24" height="24"> </td>
</tr>
</table>
</div><div id="Layer5">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div><div id="Layer6">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
</body>
</html>
<a href="http://www.forumeiros.com" target="_blank"></a>
O que vai modificar é isso:
- Código:
<span class="c1"></span><span class="c1">
<a href="http://topdesign.forumeiros.com/portal"><img src="http://yourimg.in/m/w7jhyk9.png" alt="G" border="0"/></a></span>
<a href="http://topdesign.forumeiros.com/forum"><img src="http://yourimg.in/m/9655zrj.png" alt="S" border="0"/></a></span>
<span class="c1"><a href="http://topdesign.forumeiros.com/f49-competicoes"><img src="http://yourimg.in/m/164k5s9.png" alt="V" border="0"/></a></span>
<span class="c1"><a href="http://topdesign.forumeiros.com/c6-tutoriais"><img src="http://yourimg.in/m/oz7n80k.png" alt="D" border="0"/></a></span>
<span class="c1"><a href="http://topdesign.forumeiros.com/f12-atualiacoes-e-novidades"><img src="http://yourimg.in/m/6bgjkx3.png" alt="W" border="0"/></a></span>
<span class="c1"><a href="http://topdesign.forumeiros.com/f67-staff"><img src="http://yourimg.in/m/3l5u796.png" alt="S" border="0"/></a></span>
Até mais!
Re: Gerir página HTML como principal do fórum
Só queria o HTML Do Background por favor
Re: Gerir página HTML como principal do fórum
Olá,
Prontinho...
- Código:
<style type="text/css">
body {
margin-top:12%;
margin-left:5%;
margin-right:15%;
margin-bottom:5%;
background-color:rgb(24,24,24);
background-image:url(http://yourimg.in/m/15e69s7.png);
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
font-family:HandelGotDlig, sans-serif;
font-size:11px;
color:rgb(153,153,153);
border-width:0px;
}
<!-- Criado por tech-design.forumeiros.com -->
</style>
Prontinho...
Re: Gerir página HTML como principal do fórum
- Resolvido -
Tópicos semelhantes
» Gerir pagina HTML
» Gerir página de manutenção em HTML
» Pagina html como página inicial do fórum
» Gerir função página HTML
» Gerir página inicial em HTML
» Gerir página de manutenção em HTML
» Pagina html como página inicial do fórum
» Gerir função página HTML
» Gerir página inicial em HTML
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