Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How do I insert a typing effect into Dreamweaver CS4?

I am trying to insert some text that creates a typewriter effect into Dreamweaver CS4. Is there a code for this that I can insert into the HTML?

Update:

Yes I mean having the letters come out as if they are being typed. I've seen some codes that are Java Script but I'm not really sure how to insert these?

4 Answers

Relevance
  • 1 decade ago
    Favourite answer

    Stick it in the pooper.

  • 1 decade ago

    What do you mean a typewriter effect?

    Do you mean you want the characters to appear on the screen one at a time as if they were being typed? The easiest way may be to create and animated GIF. Otherwise, you will need to look for some javascript that will do it.

  • 1 decade ago

    basically make a new file and save it as type.js

    type this into it:

    <div id="example1">TYPE ANY HTML OR WORDS HERE</div>

    //DO NOT EDIT AFTER HERE ------------------------------------------------

    <script type="text/javascript">

    //Define first typing example:

    new TypingText(document.getElementById("example1"));

    //Type out examples:

    TypingText.runAll();

    </script>

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

    swap TYPE ANY HTML OR WORDS HERE with the words or html you want to be typed.

    Then in the html document of the page you want the typing text add:

    <script type="text/javascript" src="type.js"></script>

    Upload them both to the same folder.

  • Anonymous
    5 years ago

    the antibodies interior the blood of categories will style a think of clot which will clog the arteries and then because of the fact the veins are clogged, the physique will slowly die using a loss of blood in an significant area of the physique (organs or suggestions)

Still have questions? Get answers by asking now.