Make running text from right to left or from left to right using the html code
Friday, March 18, 2011
Edit
Usually running text is called "Marquee" .. marquee is used to attract the attention of visitors, or for a link ..
Okay, now we will discuss about creating a running text..using basic html code ....
Okay, now we will discuss about creating a running text..using basic html code ....
Copy the code below
<marquee> text berjalan dari kanan dan kekiri </marquee>.
The results
.
2.Running text from the left and right
Copy the code below:
The result
copy it to edit html not on the compose tab
good luck........
Copy the code below:
<marquee behavior="scroll" direction="right" height="50" width="auto">Teks berjalan dari kiri ke kanan</marquee>.
The result
.
copy it to edit html not on the compose tab
good luck........