I would like to align my html text to be right justified. The font size works, but not the text align. I would also ideally like to change the font type to Basic instead of the default too.
Create two lines for the text element, One that centers it and the other that styles it.
$w( “#text” ).text=<center>${$w( "#text" ).text}</center>
$w( “#text” ).html = <span style = "color:#009CA7;font-size:14px;font-family:Questrial;" >${$w( "#text" ).text}</span>