Skip to content

katznaperr

My feedback

1 result found

  1. 26 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    5 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    katznaperr commented  · 

    Hello just an update on this. I found it fairly easy to create my own widget for creating vertical scrolling text by tweaking some code I got online, and ziping it into a custom widget.

    The project was to have a slow scrolling text for all the past members of a fraternal organization (over 3000 of them) They are using the monitor in set vertically with a small header on top. Here is the code I made. I only show 2 names and date of birth/death but infarct I have it running with over 3000.

    <!-- CSS Code -->
    <style type="text/css" scoped>
    .GeneratedMarquee {
    height:2700px;
    font-family:Arial, sans-serif;
    font-size:6em;
    line-height:1.3em;
    text-align:center;
    color:wheat;
    background-color:purple;
    padding:1em;

    }
    </style>

    <!-- HTML Code -->
    <marquee class="GeneratedMarquee" direction="up" scrollamount="1" behavior="scroll">MEMEBER1 NAME<br>
    DATE OF BIRTH, DATE OF DEATH<br><br>
    MEMBER2 NAME<br>
    DATE OF BIRTH, DATE OF DEATH<br><br></marquee>

    katznaperr shared this idea  · 

Feedback and Knowledge Base