New Line

All discussions & material related to Command's Lua interface

Moderators: RoryAndersonCDT, michaelm75au, angster, MOD_Command

Post Reply
DavidRN
Posts: 91
Joined: Tue Jan 17, 2023 8:41 pm

New Line

Post by DavidRN »

HI There

How do you create a new line for special message in CMO LUA scripting?

Solved <P>

DB
User avatar
blu3s
Posts: 1062
Joined: Fri Jul 08, 2022 9:45 am

Re: New Line

Post by blu3s »

In special messages you can put html to format the text as you wish.
<p> its the tag for a paragraph. You enclose a paragraph with <p> and </p> tag.

The new line tag is <BR>. You can read more about html tags here.
User avatar
KLAB
Posts: 483
Joined: Tue Feb 27, 2007 5:24 pm

Re: New Line

Post by KLAB »

Thanks .
This was on my to do list. .
DavidRN
Posts: 91
Joined: Tue Jan 17, 2023 8:41 pm

Re: New Line

Post by DavidRN »

blu3s wrote: Thu Jan 26, 2023 2:56 pm In special messages you can put html to format the text as you wish.
<p> its the tag for a paragraph. You enclose a paragraph with <p> and </p> tag.

The new line tag is <BR>. You can read more about html tags here.
Thanks very much!

DB
Post Reply

Return to “Lua Legion”