cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the hyperlink properties in webi document

Former Member
0 Kudos

Hi Experts

i have created the hyperlink, dimension object is displaying as html hyperlink as default, here my requirement is change the default properties,

for example remove the underline of the link Object.

Can any one help me out to achieve this in webi.

Accepted Solutions (1)

Accepted Solutions (1)

arijit_das
Active Contributor
0 Kudos

Use style="text-decoration:none" within <a> tag.

Example:

="<a href=http://www.google.co.in style=\"text-decoration:none\"> Hello </a>"

View in HTML mode.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Satish,

G to cell properties and remove the tick option underline.So that you don't find line under hyper link.