cascading style sheet problem
I am having a problem aligning text with a cascading style sheet class. It just ignores what the alignemnt command.
Here is the css class
.testing
{
text-align: right;
color:Blue;
}
Here is how I am implimenting the code:
Table1.Rows(0).Cells(0).Text = "<Span class = testing >Test this</Span>"
The output turns the text blue, but does not align it to the right side.
Any ideas?
Ryan
nikotromus
__________________
nikotromus
|