![]() |
|
how to create text rotation in html - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: how to create text rotation in html (/Thread-how-to-create-text-rotation-in-html) Pages:
1
2
|
how to create text rotation in html - hoxy - 05-27-2012 how to create text rotation in html which are source code can someone help us here RE: how to create text rotation in html - Twisted - 05-27-2012 you trying to make your own CTP site or something that involvs advertising arnt you? RE: how to create text rotation in html - hoxy - 05-29-2012 I am creating my own website in html and to have this code for rotating text see my website www.sercure.x10.bz is not yet completed RE: how to create text rotation in html - Twisted - 05-29-2012 link isnt working guess you havnt published it yet? RE: how to create text rotation in html - Twisted - 05-29-2012 link isnt working guess you havnt published it yet? RE: how to create text rotation in html - HrDe - 05-29-2012 for all type web page design go to www.w3school.com ,,,,,, this always help u> RE: how to create text rotation in html - HrDe - 05-29-2012 for all type web page design go to www.w3school.com ,,,,,, this always help u> RE: how to create text rotation in html - Anima Templi - 05-29-2012 Okay if i get your right, you want some text to scroll from one site of the screen to another? You can use this code. Code: <font face="ARIALBLACK" color="RED">
<marquee loop="true" direction="right"><b>Yout text goes here</b></marquee></font>If you want to change the direction of the text edit the "direction="right"> Hope this was helpful, if you want any further help feel free to PM me. Best regards Anima Templi RE: how to create text rotation in html - Anima Templi - 05-29-2012 Okay if i get your right, you want some text to scroll from one site of the screen to another? You can use this code. Code: <font face="ARIALBLACK" color="RED">
<marquee loop="true" direction="right"><b>Yout text goes here</b></marquee></font>If you want to change the direction of the text edit the "direction="right"> Hope this was helpful, if you want any further help feel free to PM me. Best regards Anima Templi RE: how to create text rotation in html - killerOfCode - 05-29-2012 There is no way to do that in html unless you are talking about a marquee |