【发布时间】:2015-01-15 21:57:47
【问题描述】:
我有一个 div,其 innerHtml 在我的 c# 代码 (.cs) 中设置。
<div id="feedbackRow" runat="server"></div>
.cs
feedbackRow.InnerHtml = "Activate your account to access reward points and unlock deals, discounts and bigger savings!.</br>You will find an ACTIVATE link within the body of the email.If you did not recevied the email into your inbox then please check your spam folders. </br>Thanks again for using ABC";
在这里,我想在上面的语句中加粗“激活”字或说一些文本应该是不同的颜色/字体。我该怎么做?
【问题讨论】: