J
Jim Heavey
I am trying to work with cascading style sheet in VB.NET. I have never
used CSS. I see that the TextBox has a property of "CssClass" and I was
wondering how to use it. I placed the following in the <HEAD> section
<style>
TxtStyle1 { TEXT-ALIGN: right }
</style>
For a textbox, I set the "CssClass="TxtStyle1" but it had not effect. How
can I properly use this?
used CSS. I see that the TextBox has a property of "CssClass" and I was
wondering how to use it. I placed the following in the <HEAD> section
<style>
TxtStyle1 { TEXT-ALIGN: right }
</style>
For a textbox, I set the "CssClass="TxtStyle1" but it had not effect. How
can I properly use this?