fi-newsbar(Newsticker)
Verfasst: 11.02.2005 20:52
Hallo
Ich habe die fi.newsbar heruntergeladen.
In der Anleitung steht:
Wie kann ich den Ticker auf der Startseite meines Forums erscheinen lassen? Wo muss ich den Code eintragen?
Danke, Léo
Ich habe die fi.newsbar heruntergeladen.
In der Anleitung steht:
Code: Alles auswählen
Installation
Installation is a three step process that initially consists of placing the fi_newsbar_user.js & fi_newsbar.js files in a directory on your server. Then you continue by adding the below code above the closing </head> tag of the web page;
Code for above the closing </head> tag:
<script type="text/javascript" src="fi_newsbar_user.js"></script>
<style type="text/css">
<!--
.finews {
height: 20px;
text-align: center;
white-space: nowrap;
}
-->
</style>
You then need to add the following code wherever you wish the FI NewsBar to appear;
Code for display of the FI NewsBar:
<div class="finews" id="finewsdisplay">
<script type="text/javascript" src="fi_newsbar.js"></script>
</div>
Danke, Léo