Thursday, March 17, 2011

Make running text from right to left or from left to right using the html code

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 ....



1.Running text from the right and left,



Copy the code below

<marquee> text berjalan dari kanan dan kekiri </marquee>.


The results

text berjalan dari kanan dan kekiri .

2.Running text from the left and right


Copy the code below:

<marquee behavior="scroll" direction="right" height="50" width="auto">Teks berjalan dari kiri ke kanan</marquee>.


The result

Teks berjalan dari kiri ke kanan.


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

No comments:

Post a Comment