Scrolling Marquee/Banner
-
I am trying to get a scrolling text across the screen on top of all my other content to put important information on my site. I use a marquee code but it is only at the top of the page and would like it across the lower half of the page. Here is the code I used:
<!– Codes by HTML.am –>
<!– CSS Code –>
<style type=”text/css” scoped>
.GeneratedMarquee {
font-family:’Times New Roman’, serif;
font-size:5em;
font-weight:bold;
line-height:1.3em;
color:#000000;
background-color:#0099FF;
padding:.5em;}
</style><!– HTML Code –>
<marquee class=”GeneratedMarquee” direction=”left” scrollamount=”6″ behavior=”scroll”>City Important Information</marquee>Here is my website:
https://grangerwashington.org/
Where do I go from here?
- The topic ‘Scrolling Marquee/Banner’ is closed to new replies.