Ohne viel Aufwand kann man in HTML mit CSS eine Grafik als Footer-Logo einbinden, der immer
an der unteren Seite der Seite ist:
<div style="display:block; position: fixed; width:100%; bottom: 0px; left: 0px; right: 0px;"> <img src="http://narcanti.keyboardsamurais.de/affiliates/glider.png" align="right"/> </div>




