What is the best solution to format text like in this image?
For reactive and mobile you can use widget HTML Element with the tag sup.
For traditional web use an expression widget, set escape content to no and use html tag <tag>1</tag>
Hi Nuno,
superscript in CSS can be achieved with this:
vertical-align: super;
Hi José,
Thanks for the reply. And without CSS?
Best Regards,
Nuno R
Thanks for the reply.
Hello @Nuno Rodrigues
Using html element widget? to place a "marker"
Regards,
Márcio
Is there any way to use it on Web Traditional?
Sorry, just saw the answer now :) Let me see
thanks
I think not, I never used it, but from what you said, is a good solution to use " expression widget, set escape content to no and use html tag <tag>1</tag> "