Friday, March 18, 2011

Make running text from top to bottom or from bottom to top using the html code

previously, we have discussed about the running text to the left and right ....
ok,,, in this post we will discuss about the Making the text runs from top to bottom or from bottom-up using html code





 1.running text from top to bottom






Copy the code below

<marquee behavior="scroll" direction="down" height="200" width="auto">
Teks bergerak dari atas ke bawah
</marquee>.</div>.



The result


Teks bergerak dari atas ke bawah
.



 2.running text from bottom to top


 Copy the code below

<marquee behavior="scroll" direction="down" height="200" width="auto">
Teks bergerak dari bawah ke atas
</marquee>.</div>.


the result



Teks bergerak dari bawah ke atas
.


copy it to edit html not on the compose tab
good luck........

No comments:

Post a Comment