How to make underline for text

Discussion in 'Tally Developer' started by ahmed rishali, Jan 31, 2013.

    
  1. ahmed rishali

    ahmed rishali Member


    Dear sir,
    I want to change the text style , i can bold,italic .. but i cant make it underlined text
    please help
     


  2. admin

    admin Administrator Staff Member


    You cannot make Underlined Text using Style.

    You can use Borders for that .. ex: thin bottom.

    Ex:If you want to make text as under lines, try to use below code:

    [Field: My Field]
    Set as: "Example"
    Border: Thin Bottom
    Width: 0
     


  3. ahmed rishali

    ahmed rishali Member


    yes i try this but, if i write two line text its not working

    eg : abcdefg
    hijklmn

    showing like this
     


  4. Pulkit lila

    Pulkit lila New Member


    for every line you need to use border.
     
    ahmed rishali likes this.


Share This Page