• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[HTML] Waving Text With Marquee Code

GangsteR

RPG Maker
Joined
Jul 1, 2007
Messages
815
Reaction score
2
Location
Turkiye
Hi all !
I am posting this basic but useful HTML code!
Here it goes!

Copy this code in your file's <body>HERE</body> parameters.

HTML:
<MARQUEE style="FILTER: wave(add=10,phase=1,freq=2,strength=35)" scrollAmount=5 scrollDelay=5 direction=up width=700 height=225><FONT style="FONT-SIZE: 100px; FONT-FAMILY: comic sans ms">
<CENTER><B><FONT color=red>OTLand.net</FONT></B></CENTER></MARQUEE>
+So what it does?
-It's cool text effect with basic code!
+Can i modify this?
-Certainly! :p

HTML:
style="FILTER: wave(add=10,phase=1,freq=2,strength=35)"
'add' and 'phase' don't change effect too much.
But you can change 'freq' and 'strength' to get weird effects or w/e.

HTML:
scrollAmount=5 scrollDelay=5 direction=up width=700 height=225
scrollAmount: Speed of scrolling.
scrollDelay: Delay of scrolling.
direction: Direction of scrolling (You can change up,right,left,down)
width:Width of scrolling (Sure you can change:p)
height
: Height of scrolling (Sure you can change:p)

HTML:
<FONT style="FONT-SIZE: 100px; FONT-FAMILY: comic sans ms">
FONT-SIZE: Size of the text (pixel)
FONT-FAMILY: Font Type

HTML:
<FONT color=red>OTLand.net</FONT>
Ahh you know what is this!
Change 'color' to what you want! I am writing color names because i am lazy.You can write color codes too.

I can give some of them;

2mpwyl3.jpg


If you want to know what it looks download example and you will see!
 

Attachments

Last edited:
Back
Top