Cutenews
Résolu
Yanis
-
Yanis -
Yanis -
Bonsoir, après avoir installer le scripte cutenews je dois metre ce code dans ma page htlm :
<?PHP
$number=5;
include("/home/habbpopn/public_html/cutenews/show_news.php");
?>
mon code de mon site :
<html>
<head>
<body background="US_staffers.png">
<style>
#cadre_lien
{
border-width: 2px;
border-color: solid;
border-style: double;
width: 692px;
height: 20px;
background: url("bg.png");
Margin-top: 10px;
Margin-left: 328px;
}
#cadre2
{
border-width: 2px;
border-style: double;
width: 692px;
height: 880px;
background: url("ruled_paper.gif");
Margin-top: 10px;
Margin-left: 330px;
}
#cadre1
{
border-width: 2px;
border-color: black;
border-style: double;
width: 200px;
height: 500px;
background: url("j43n2kfz.jpg");
Margin-top: -880px;
margin-left: 120px;
}
#ban
{
width: 692px;
height: 129px;
background-repeat: no-repeat;
Margin-top: px;
margin-left:328px;
background: url("web_view_bg_cn1.gif");
}
#cadre
{
border-width: 0px;
border-style: double;
width: 493px;
height: 389px;
background: url("bg94.gif");
Margin-top: 75px;
Margin-left: 75px;
}
</style>
</head>
<?PHP
$number=5;
include("/home/habbpopn/public_html/cutenews/show_news.php");
?>
<div id="ban"></div>
<div id=cadre_lien> <center> <font face="Cambria"><marquee>Bienvenue sur habbpop</marquee><font></center></div>
<div id=cadre2>
<div id=cadre> <br><center> <img src="habbpop.png"></center> <br> <font
</div>
</div>
<div id=cadre1></div>
</body>
</html>
Ou je dois metre le code donner par cutenews dans mon site?
Merci d'avance !
<?PHP
$number=5;
include("/home/habbpopn/public_html/cutenews/show_news.php");
?>
mon code de mon site :
<html>
<head>
<body background="US_staffers.png">
<style>
#cadre_lien
{
border-width: 2px;
border-color: solid;
border-style: double;
width: 692px;
height: 20px;
background: url("bg.png");
Margin-top: 10px;
Margin-left: 328px;
}
#cadre2
{
border-width: 2px;
border-style: double;
width: 692px;
height: 880px;
background: url("ruled_paper.gif");
Margin-top: 10px;
Margin-left: 330px;
}
#cadre1
{
border-width: 2px;
border-color: black;
border-style: double;
width: 200px;
height: 500px;
background: url("j43n2kfz.jpg");
Margin-top: -880px;
margin-left: 120px;
}
#ban
{
width: 692px;
height: 129px;
background-repeat: no-repeat;
Margin-top: px;
margin-left:328px;
background: url("web_view_bg_cn1.gif");
}
#cadre
{
border-width: 0px;
border-style: double;
width: 493px;
height: 389px;
background: url("bg94.gif");
Margin-top: 75px;
Margin-left: 75px;
}
</style>
</head>
<?PHP
$number=5;
include("/home/habbpopn/public_html/cutenews/show_news.php");
?>
<div id="ban"></div>
<div id=cadre_lien> <center> <font face="Cambria"><marquee>Bienvenue sur habbpop</marquee><font></center></div>
<div id=cadre2>
<div id=cadre> <br><center> <img src="habbpop.png"></center> <br> <font
</div>
</div>
<div id=cadre1></div>
</body>
</html>
Ou je dois metre le code donner par cutenews dans mon site?
Merci d'avance !
Par contre, ton code HTML n'est pas très valide.