A
AAaron123
I want a textbox with a left scroll bar and the following produces it.
I'd also like it to have no border. The following produces a border.
Can I have one with no border?
Also, can I somehow use 25,25,112 for the color(i.e., not hex)?
thanks
<asp:TextBox ID="TextBox1" Runat="server" border="0" BackColor="0xff191970"
ForeColor="Yellow" width="95%" height="720px" TextMode="MultiLine"
Font-Size="Large" />
I'd also like it to have no border. The following produces a border.
Can I have one with no border?
Also, can I somehow use 25,25,112 for the color(i.e., not hex)?
thanks
<asp:TextBox ID="TextBox1" Runat="server" border="0" BackColor="0xff191970"
ForeColor="Yellow" width="95%" height="720px" TextMode="MultiLine"
Font-Size="Large" />