voglio dire....basta leggere...
http://www.html.it/rss.php#sito
comunque...
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
/*CSS per gli scroller RSS*/
#ticker{
width: 200px;
height: 2.4em;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
margin-bottom:10px;
margin-top:10px;
}
#box1 {
width: 200px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #F0F0F0;
margin-bottom:10px;
margin-top:10px;
}
#box2 {
width: 200px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #F0F0F0;
margin-bottom:10px;
margin-top:10px;
}
.rssclass .rsstitle{
font-weight: bold;
}
.rssclass .rssdate{
color: gray;
font-size: 85%;
}
.rssclass a{
text-decoration: none;
}
</style>
<script type="text/javascript" src="http://www.html.it/rss/rsspausescroller.js">
/***********************************************
* RSS Pausing Scroller- © Dynamic Drive (http://www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/dynamici...pausescroller/ for source code and documentation
***********************************************/
</script>
</head>
<body>
<script type="text/javascript">
new rsspausescroller("articoli", "box1", "rssclass", 5000, "_blank", "date+description")
</script>
<noscript>
Per visualizzare il feed devi avere un browser che supporti JavaScript.</p></noscript>
<script type="text/javascript">
new rsspausescroller("articoli", "box2", "rssclass", 5000, "_blank", "date+description")
</script>
<noscript>
Per visualizzare il feed devi avere un browser che supporti JavaScript.</p></noscript>
</body>
</html>