Bu Şekilde sitene ekleyebilirsiniz.

<head>
<style>
.kayanyazi {
    float: left;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 20px;
}
</style>
 </head>
 
<body>

<div class="kayanyazi"><marquee onmouseout="this.start()" onmouseover="this.stop()">
Yazı İçeriği Buraya eklenecek</marquee>
</div>
</body>