1
我有一個複選框,文本需要顯示'1'的腳註字符,但找不到+或&序列以使其正確顯示。誰能幫忙?在文本中顯示腳註字符
<asp:CheckBox ID="cbSFAAViolationObserved3" runat="server" Text=" Ashtray(s) present^1" />
我有一個複選框,文本需要顯示'1'的腳註字符,但找不到+或&序列以使其正確顯示。誰能幫忙?在文本中顯示腳註字符
<asp:CheckBox ID="cbSFAAViolationObserved3" runat="server" Text=" Ashtray(s) present^1" />
我想你需要sup標籤。像這樣:
<asp:CheckBox ID="cbFootNote" runat="server" Text="footnote here<sup>1</sup>" />
可能重複的[ASP.NET如何將上標添加到標籤控件?](http://stackoverflow.com/questions/1989554/asp-net-how-cani-i-添加上標到標籤控制) – Jason
看起來像。有人可以點擊下面的答案給我嗎?我沒有足夠的代表:) – Grixxly