Junha
{ Membre }
Messages : 50
| Bonjour, Euh, je voulais vous demander, je fais une page HTLM pour acceder au forum et je voulais savoir si je pouvais mettre une image en fond de la page. La mon fond est gris voila une capture d'ecran - Spoiler:
Et voila le code HTLM - Code:
-
<BODY BGCOLOR=grey> <!-- La couleur du fond de la page --> <center><iframe title="YouTube video player" class="youtube-player" type="text/html" width="500" height="410" src="http://www.youtube.com/embed/LvSbOJjq6kY" frameborder="0"></iframe></center><br><br> <center><strong><font color="white" face="Arial">Bienvenue sur le Forum Français Officiel des The Boss (D-NA) </font></strong></center> <center><br></center> <p style="text-align: center;"><a href="http://teste.bbactif.com/index.htm"><img alt="" src="http://www.icone-gif.com/gif/webmaster/entrer/entrer-gif-002.gif" width="144" height="52"></a></p><p style="text-align: center;"><br></p><p style="text-align: center;"><br></p> </p><div style="text-align: right;"><font style="color: White;" size="1">Site hébergé par <a href="http://www.forumactif.com" target="_blank">forumactif.com</a></font></div></BODY> Voila, j'espere que vous m'avez compris XD Merci d'avance~ |
Dernière édition par Junha le Sam 02 Oct 2010, 13:20, édité 1 fois | |
|
Air.
{ Membre }
Messages : 221
| Ce n'est pas le code ENTIER j'espère ? Parce que si oui il manque bien des choses (balises html, meta, etc) - Code:
-
<body bgcolor=grey style="background-image:('URL_IMAGE');"> <!-- La couleur du fond de la page --> <center> <iframe title="YouTube video player" class="youtube-player" type="text/html" width="500" height="410" src="http://www.youtube.com/embed/LvSbOJjq6kY" frameborder="0"></iframe> <br /><br /> <strong><font color="white" face="Arial">Bienvenue sur le Forum Français Officiel des The Boss (D-NA) </font></strong> <br /> <p style="text-align center;"><a href="http://teste.bbactif.com/index.htm"><img alt="" src="http://www.icone-gif.com/gif/webmaster/entrer/entrer-gif-002.gif" width="144" height="52" /></a></p> <br /><br /> <div style="text-align:right;"><font style="color:white;" size="1">Site hébergé par <a href="http://www.forumactif.com" target="_blank">forumactif.com</a></font></div> </center> </body> Après faut adapter selon la position et la répétition que tu veux. | | |
|
Junha
{ Membre }
Messages : 50
| Si c'est le code entier, sur le tuto de forumactif c'était ça >< Je viens d'essayer et rien ne change. voila mon forum teste, ça donne sa http://teste.bbactif.com | | |
|
Air.
{ Membre }
Messages : 221
| Ben perso quand je fais une page HTML je mets ceci avant body : - Code:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <link rel="stylesheet" type="text/css" href="liendufichiercss.css" media="screen" /> </head> et je ferme avec < /html> - Code:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <link rel="stylesheet" type="text/css" href="Lessons.css" media="screen" /> </head> <body background="liendufond"> <center> <iframe title="YouTube video player" class="youtube-player" type="text/html" width="500" height="410" src="http://www.youtube.com/embed/LvSbOJjq6kY" frameborder="0"></iframe> <br /><br /> <strong><font color="white" face="Arial">Bienvenue sur le Forum Français Officiel des The Boss (D-NA) </font></strong> <br /> <p style="text-align center;"><a href="http://teste.bbactif.com/index.htm"><img alt="" src="http://www.icone-gif.com/gif/webmaster/entrer/entrer-gif-002.gif" width="144" height="52" /></a></p> <br /><br /> <div style="text-align:right;"><font style="color:white;" size="1">Site hébergé par <a href="http://www.forumactif.com" target="_blank">forumactif.com</a></font></div> </center> </body> </html> | | |
|
Junha
{ Membre }
Messages : 50
| Merci beaucoup cette fois ça marche ^^ | | |
|
Invité Invité
| Bonjour, Pouvons-nous classer le sujet ? Si oui, merci de mettre l'icône "résolu" dans votre sujet. | | |
|
Air.
{ Membre }
Messages : 221
| L'icône était déjà mise ô_o | | |
|