Centralizing an URL in Dashboard Tile

dewil
New Member

Hi all! I am trying to centralize text with a hyperlink on it on a dashboard tile. 

I used <center> and 

<div style="text-align:center">    
  <a href="https://www.google.com">Search</a>
  <!-- more links here -->
</div>

to centralize the text. This is working if it’s text only. However, if I try to include a [google](https://www.google.com) and centralize the text, the hyper-link function disappears and it literally shows “[google](https://www.google.com)”. See images attached. 

Can someone please tell me how I can centralize text and use hyperlinks at the same time? 

Thanks!!!

aa759cf5-8ff3-442c-83a0-c6074119889f.png
da752d83-7b1b-4d62-8736-cbf62347adc6.png
0 2 2,905
2 REPLIES 2

I came here because I was looking to answer the same question... and I found a solution that works:

<center><a href="https://www.google.com">Google.com</a></center>

You just have to add the <a href=></a> tags.

@dewil do you know if the above answer works?

Top Labels in this Space