i have searched a ton of demos and i have looked through the dm guide and reference and yes all of it.
mob
Login()
..()
usr << browse("<center><font color=blue>The Last Hero</font></center><br><br><font color=blue>Welcome To my game</font>")
ID:167568
Feb 24 2006, 4:10 pm
|
|
I am making a code that allows html in the browser so that a welcome message apears there when you log in but 1 line is getting to long how do i make it so it is sprawed out on multiple lines. Heres the code:
i have searched a ton of demos and i have looked through the dm guide and reference and yes all of it. mob |
In response to Mega fart cannon
|
|
thank you i found out i was on the right track i just needed a little push.
|
In response to Mega fart cannon
|
|
Of course, far better to use src here, since Login() is only slightly usr-safe and only under certain conditions.
Lummox JR |
usr<<browse({"Hi<BR>
Hi<BR>
Hi"})