Question:

HTML tag question - How to make guest book and make pictures move

by  |  earlier

0 LIKES UnLike

Hey, I'm making a website using HTML, but I don't know how to make a guest book or make certain pictures which I have as links move on a certain path - any help would be useful and I'd like websites to refer to...

 Tags:

   Report

3 ANSWERS


  1. For a guestbook you need to have some software installed on the server that can process form data ( http://www.cs.tut.fi/~jkorpela/forms/ ), store it, and generate HTML from it.

    To move content about the screen you need to use JavaScript ( http://nefariousdesigns.co.uk/archive/20... ) to dynamically modify the CSS that specifies its relative position ( http://www.w3.org/TR/CSS21/visuren.html#... )


  2. Unfortunately, you need more than HTML...

    You need some script (javascript), some server-side script (i.e. Php) and a database (i.e. mysql).

    And for animations or movements, you need programs like Photoshop or Imageready...

  3. When using html we start with the <form> tag for users to put text into but then we are going to need something else (cgi, php) to submit and post on our page. It is easiest to download or use one of the free guest book being offered at free web sites.

    To have a moving picture like a banner on a page a simple automated gif (these can be made with an automated gif creation program) or alternatively use a flash program.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions