I'm using Twitter Bootstrap, with ASP.Net MVC.
How can I right-align the text in the TextBoxFor:
@Html.TextBoxFor(model => model.PaymentReceived,
new { @class = "pmtallocated pull-right" , .dir = "rtl" })
I get the error Invalid expression term '.'
when trying above.
Thank you,
Mark