Mod Description
-
How do i change to other types of text like bolded text and italicised text and others?????
-
With very basic HTML.
Links: <a href="https://www.gta5-mods.com">GTA5-Mods.com link</a> Bold: <b>Bold text</b> Underline: <u>Underline</u> Italic: <i>Italic</i> List: <ul> <li>List entry</li> <li>Another list entry</li> <li>Sublist <ul> <li>Sublist entry</li> </ul> </li> </ul> For ordered list, use ol
You can combine all of these.
<b><i>This text will be bold and italic</i></b>
-
@ikt Thank you!!!!