+ 2
How do you make a text to move from other side to the other (From right to left or left to right)?
4 Antworten
+ 3
use <marquee>some text </marquee> tag in page.
+ 1
using html you can use this;
<p align="center"> write your text here </p>
exchange 'center' with 'right' or 'left'
hope i helped :)
0
or you could just use <p> <center>Your text </center ></p>
replace 'center" with 'left' 'right' or 'justify'
0
use direction="rtl" or "ltr"