For example, I only want to underline "123" for below. Thanks
dbr.text 'abc:123'
For example, I only want to underline "123" for below. Thanks
dbr.text 'abc:123'
The dbr.text allows HTML, so you can use:
select 'dbr.text', 'abc:<span style="text-decoration:underline">123<span>';
--
myDBR Team
You must log in to post.