我正在使用多行文本框,如下所示:
<asp:TextBox runat="server" TextMode="MultiLine" Height="200" Width="500" ReadOnly="true" Font-Names="calibri" Text="Terms and Conditions Next text will go over.. >
我需要做的只是将条款和条件以粗体显示。句子的其余部分不是粗体。我尝试使用粗体样式的跨度,但这并没有影响任何东西。
如何为文本框设置样式?请记住,这是一个只读文本框。