I have a data label, that i'm trying to set the font to horizontal.
I will have some text fields a user can fill out which would then populate a datalabel (for a check box) where the text is horizontal.
Let me start off by saying, I can not modify the primary CSS Files so I am stuck having to do this in a View. With CSS or Script (and I'm no genious at JSS)
I found a forum post with the code, but can't get it to work on the label
The DataLabel -
Name:ATV1
Text: ATV One
Set to Literal
Expression Pointed to: RotateText
<style>({-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg); transform: rotate(-90deg); overflow:visible !important;position: relative; top:5 px;})</style>
Where am I going wrong?
Is this possible?
Screenshot included