在文本中显示脚注字符

时间:2012-04-30 20:40:18

标签: asp.net text formatting

我有一个复选框,文本需要显示一个脚注字符' 1'但无法弄清楚+或&序列,以使其正确显示。有人可以帮忙吗?

<asp:CheckBox ID="cbSFAAViolationObserved3" runat="server" Text=" Ashtray(s) present^1" />

1 个答案:

答案 0 :(得分:1)

我认为你需要sup标签。像这样:

<asp:CheckBox ID="cbFootNote" runat="server" Text="footnote here<sup>1</sup>" />