152
Views
8
Comments
Solved
Format text to have a reference note

What is the best solution to format text like in this image?


2021-04-17 09-53-48
José Gonçalves
Solution

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>

2021-04-17 09-53-48
José Gonçalves

Hi Nuno,

superscript in CSS can be achieved with this:

vertical-align: super;
2021-09-30 18-38-59
Nuno Ricardo Rodrigues

Hi José,

Thanks for the reply. And without CSS?

Best Regards,

Nuno R

2021-04-17 09-53-48
José Gonçalves
Solution

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>

2021-09-30 18-38-59
Nuno Ricardo Rodrigues


Hi José,

Thanks for the reply.

Best Regards,

Nuno R

2021-06-02 20-50-04
Márcio Carvalho

Hello @Nuno Rodrigues 

Using html element widget? to place a "marker"

Regards,

Márcio

2021-04-17 09-53-48
José Gonçalves

Is there any way to use it on Web Traditional?

2021-06-02 20-50-04
Márcio Carvalho

Sorry, just saw the answer now :) Let me see

thanks

2021-06-02 20-50-04
Márcio Carvalho

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> "

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.