I finally have access to a developer to help with my dataset displays, but she’s not familiar with Xibo. Does anyone have a dataset ticker display that is willing to share the HTML or JS for me to show my developer?
thanks
John
I finally have access to a developer to help with my dataset displays, but she’s not familiar with Xibo. Does anyone have a dataset ticker display that is willing to share the HTML or JS for me to show my developer?
thanks
John
Hi, basic main template HTML could be as simple as:
<div class="container">
<div class="person">
<div class="picture">
[Foto|212]
</div>
<div class="details">
<div class="name">
[Naam|208]
</div>
<div class="title">
[Functie|210]
</div>
<div class="intro">
[Introductie|211]
</div>
</div>
</div>
</div>
You should, of course, style this with a CSS Stylesheet.