This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Solid border around text label
#1
Hi, 

I'm new to the visualization pages. How to I put a border around a text label? Do I use the "Additional classes", and if so, how?

Regards

Dave
Reply
#2
Set Additional classes to bd, add to Custom CSS:
Code:
.bd {
  border: 2px red solid;
}
Note that this will only be visible in the viewer but not in the editor.
Reply
#3
(10.05.2023, 09:06)admin Wrote: Set Additional classes to bd, add to Custom CSS:
Code:
.bd {
  border: 2px red solid;
}
Note that this will only be visible in the viewer but not in the editor.

Thank you!
Reply


Forum Jump: