Log in to reply
 

Mod Description



  • How do i change to other types of text like bolded text and italicised text and others?????


  • MODERATOR

    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!!!!


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.