Question:

How do you make a scrolling text box with hyperlinks?

by  |  earlier

0 LIKES UnLike

I am building a website and need to put in a scrolling textbox of hyperlinks. I tried do it from webstarts.com but it won't put the hyperlink there, just the text.

 Tags:

   Report

4 ANSWERS


  1. it can happens in frames...use frames for that


  2. The best website ive found to help with HTMLs is www.funky-chickens.com.  It does amzing stuff. Not to mention it gives you the right programming java scripts to do what you want.  Hope that helps!!

  3. <a href="link here"><marquee>scrolling text</marquee></a>

    ?

  4. <select size="2">

    <option>Choose:</option>

    <option><a href="http://www. webstarts. com" style="color: black; text-decoration: none;">webstarts</a></option>

    <option><a href="#" style="color: black; text-decoration: none;">This page</a></option>

    <option>None of the above</option>

    </select>

    ...

    all this, within a <form>, of course

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.