Can I just underline certain characters in the dbr.text?

(2 posts) (2 voices)

Tags:

No tags yet.

  1. jasmondluk, Member

    For example, I only want to underline "123" for below. Thanks

    dbr.text 'abc:123'

  2. myDBR Team, Key Master

    The dbr.text allows HTML, so you can use:

    select 'dbr.text', 'abc:<span style="text-decoration:underline">123<span>';

    --
    myDBR Team


Reply

You must log in to post.