Announcement

Collapse
No announcement yet.

Headline News Marquee

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Headline News Marquee

    Hi All,

    I want to do a Headline News Marquee that scolls arcoss the screen with the latest stories. I want to be able to use headlines from my website. Which change daily. Also when a user clicks it, it stops scrolling. When they double click it, they are directed to the part of my site where the headline is located. any idea?

    Thanks - Kevin

    www.MississippiPrayerWarriors.org

  • #2
    Re: Headline News Marquee

    Hmmm.. Ive seen Print Praise work similar to that but you have to feed it.. works well for testimonials and the like too!

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re: Headline News Marquee

      Hi, I was messing around with this one a wile ago. http://www.collectors-info.com/testing/marquee.html not quite what you want, but might help.
      The code for the side one is in the 1st box below & the top one in the 2nd.

      Good luck.

      HTML Code:
      <marquee scrollamount="4" direction="down" height="0" onMouseover="this.scrollAmount=0" loop="1" onMouseout="this.scrollAmount=4"><a href="http://www.google.com"A TARGET="f1"><b><FONT COLOR="FF0000">Company 1 (Google)</b><br><i>Testing 123</FONT></i><hr><br>
      <a href="http://www.yahoo.com"A TARGET="f1"><b><FONT COLOR="0000CD">Company 2 (Yahoo)</b><br><i>Testing456<hr></FONT><br>
      <a href="http://www.vodahost.com"A TARGET="f1"><b><FONT COLOR="008000">Company 3 (Vodahost)</b><br><i>Testing789</FONT><hr>
      <A HREF="http://www.collectors-info.com" target="f1"><IMG SRC="http://www.collectors-info.com/Collector-bird-jackdoor.gif" BORDER="0"></A>
      </marquee

      HTML Code:
      <marquee scrollamount="4" direction="side" height="0" onMouseover="this.scrollAmount=0" loop="1" onMouseout="this.scrollAmount=4">
      <a href="http://www.google.com"><b><FONT COLOR="FF0000">Company 1 (Google)</b><i>Testing 123</FONT></i></a>&nbsp&nbsp&nbsp
      <a href="http://www.yahoo.com"><b><FONT COLOR="0000CD" hspace="3">Company 2 (Yahoo)</b><i>Testing456</FONT></a>&nbsp&nbsp&nbsp
      <a href="http://www.vodahost.com"><b><FONT COLOR="008000">Company 3 (Vodahost)</b><i>Testing789</FONT></a>&nbsp&nbsp&nbsp
      <A HREF="http://www.collectors-info.com"><IMG SRC="http://www.collectors-info.com/Collector-bird-jackdoor.gif" BORDER="0"></A>
      </marquee
      
      
      
      Regards Chris.

      Collectables, Collecting, collectors-info.com

      www.chrismorris.co.uk

      House build project

      Comment


      • #4
        Re: Headline News Marquee

        Thanks that is exactly what i was looking for.
        thanks again

        Comment

        Working...
        X