Phpbb dans site web
NICO
-
NICO -
NICO -
Bonjour,
Je cherche désespérément à intégrer PHPBB2 dans mon site web .
Css :
body
{
width: 760px;
margin-left: 110px;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("images/cod4fond.jpg");
background-attachment: fixed
}
#en_tete
{
width: 770px;
height: 100px;
background-image: url("images/cod4ban5.bmp");
background-repeat: no-repeat;
margin-bottom: 10px;
border: 2px solid black;
}
#en_tete p
{
color: red;
font-size: 40px;
text-decoration: blink;
font-family: police sans-serif,Impact;
padding-left: 300px;
}
#menu
{
float: left;
width: 120px;
}
.element_menu
{
background-color: #626262;
background-image: url("motif.png");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
.element_menu h3
{
color: #B3B3B3;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
}
.element_menu ul
{
list-style-image: url("images/puce.png");
padding: 0px;
padding-left: 5px;
margin: 0px;
margin-bottom: 5px;
list-style-type: none
}
.element_menu a
{
color: #B3B3B3;
text-decoration: none
}
.element_menu a:hover
{
background-color: #B3B3B3;
color: black;
text-decoration: none
}
#corps
{
margin-left: 140px;
margin-bottom: 20px;
padding: 5px;
width: 620px;
color: #B3B3B3;
background-color: #626262;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
}
#corps h1
{
color: #B3B3B3;
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-decoration: overline
}
#corps h2
{
height: 30px;
background-image: url("images/titre.png");
background-repeat: no-repeat;
padding-left: 30px;
color: #B3B3B3;
text-align: left;
text-decoration: overline
}
#corps h3
{
color: #B3B3B3;
padding-left: 30px;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-decoration: overline
}
#corps img
{
padding: 10px;
}
#pied_de_page
{
padding: 5px;
width: 760px;
text-align: center;
color: #B3B3B3;
background-color: #626262;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
}
HTML : (INDEX)
<head>
<title>|Yo|teamFr-COD4</title>
<meta name="keywords" content="team fr cod4 equipe cod4 yo team pages perso modernrcon" />
<meta name="description" content="team cod4 fr yo team Kurtz" />
<meta name="verify-v1" content="C0/WJ0LNpPFKeCuhuSNLPgVwX3FHREZ1VP4viihxcLM=" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="cod4.css" />
</head>
<body>
<div id="en_tete">
<p><strong>[Yo]Team : COD4</strong></p>
</div>
<div id="menu">
<div class="element_menu">
<h3>YO !!!!</h3>
<ul>
<li><a href="index.html">Acceuil</a></li>
<li><a href="cod4team.html">Le team</a></li>
<li><a href="cod4lien.html">liens/Serveur</a></li>
<li><a href="cod4contact.php">Contact</a></li>
<li><a href="http://www.yoteam-cod4.fr.tc/phpBB/">Forum</a></li>
</ul>
</div>
</div>
<div id="corps">
<h1>YO team</h1>
<h2>Bienvenue sur le site du team YO !</h2>
<p>J'ai créer se site pour les gars qui veulent jouer à COD4 en réseau dans une ambiance cool sans se prendre la tete .</p>
<h2>Notre Serveur :</h2>
<p>Sous l'onglet Lien/Serveur tu trouvera notre Serveur en mode Hardcore .<p/>
<h2>Recrutement</h2>
<p>Si ca te dit de me rejoindre n'hésites pas à me laisser tes coordonnées .</p>
<h2>Actualité :</h2>
<p>Création du site : tout novice que je suis ca prend du temps .</p>
</div>
<div id="pied_de_page">
<p>Copyright "nicsou" 2008, tous droits réservés</p>
</div>
</body>
</html>
Je pense qu'il faut modifier le fichier le fichier "overall_header.tpl" oui mais comment ?
Merci d'avance de vos conseils .
nico
Je cherche désespérément à intégrer PHPBB2 dans mon site web .
Css :
body
{
width: 760px;
margin-left: 110px;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("images/cod4fond.jpg");
background-attachment: fixed
}
#en_tete
{
width: 770px;
height: 100px;
background-image: url("images/cod4ban5.bmp");
background-repeat: no-repeat;
margin-bottom: 10px;
border: 2px solid black;
}
#en_tete p
{
color: red;
font-size: 40px;
text-decoration: blink;
font-family: police sans-serif,Impact;
padding-left: 300px;
}
#menu
{
float: left;
width: 120px;
}
.element_menu
{
background-color: #626262;
background-image: url("motif.png");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
.element_menu h3
{
color: #B3B3B3;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
}
.element_menu ul
{
list-style-image: url("images/puce.png");
padding: 0px;
padding-left: 5px;
margin: 0px;
margin-bottom: 5px;
list-style-type: none
}
.element_menu a
{
color: #B3B3B3;
text-decoration: none
}
.element_menu a:hover
{
background-color: #B3B3B3;
color: black;
text-decoration: none
}
#corps
{
margin-left: 140px;
margin-bottom: 20px;
padding: 5px;
width: 620px;
color: #B3B3B3;
background-color: #626262;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
}
#corps h1
{
color: #B3B3B3;
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-decoration: overline
}
#corps h2
{
height: 30px;
background-image: url("images/titre.png");
background-repeat: no-repeat;
padding-left: 30px;
color: #B3B3B3;
text-align: left;
text-decoration: overline
}
#corps h3
{
color: #B3B3B3;
padding-left: 30px;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-decoration: overline
}
#corps img
{
padding: 10px;
}
#pied_de_page
{
padding: 5px;
width: 760px;
text-align: center;
color: #B3B3B3;
background-color: #626262;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
}
HTML : (INDEX)
<head>
<title>|Yo|teamFr-COD4</title>
<meta name="keywords" content="team fr cod4 equipe cod4 yo team pages perso modernrcon" />
<meta name="description" content="team cod4 fr yo team Kurtz" />
<meta name="verify-v1" content="C0/WJ0LNpPFKeCuhuSNLPgVwX3FHREZ1VP4viihxcLM=" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="cod4.css" />
</head>
<body>
<div id="en_tete">
<p><strong>[Yo]Team : COD4</strong></p>
</div>
<div id="menu">
<div class="element_menu">
<h3>YO !!!!</h3>
<ul>
<li><a href="index.html">Acceuil</a></li>
<li><a href="cod4team.html">Le team</a></li>
<li><a href="cod4lien.html">liens/Serveur</a></li>
<li><a href="cod4contact.php">Contact</a></li>
<li><a href="http://www.yoteam-cod4.fr.tc/phpBB/">Forum</a></li>
</ul>
</div>
</div>
<div id="corps">
<h1>YO team</h1>
<h2>Bienvenue sur le site du team YO !</h2>
<p>J'ai créer se site pour les gars qui veulent jouer à COD4 en réseau dans une ambiance cool sans se prendre la tete .</p>
<h2>Notre Serveur :</h2>
<p>Sous l'onglet Lien/Serveur tu trouvera notre Serveur en mode Hardcore .<p/>
<h2>Recrutement</h2>
<p>Si ca te dit de me rejoindre n'hésites pas à me laisser tes coordonnées .</p>
<h2>Actualité :</h2>
<p>Création du site : tout novice que je suis ca prend du temps .</p>
</div>
<div id="pied_de_page">
<p>Copyright "nicsou" 2008, tous droits réservés</p>
</div>
</body>
</html>
Je pense qu'il faut modifier le fichier le fichier "overall_header.tpl" oui mais comment ?
Merci d'avance de vos conseils .
nico
A voir également:
- Phpbb dans site web
- Création site web - Guide
- Site de telechargement - Accueil - Outils
- Web office - Guide
- Site comme coco - Accueil - Réseaux sociaux
- Quel site remplace coco - Accueil - Réseaux sociaux