Text-Align="Right" in theme
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Just add a .css file in your theme folder and add whichever style you wish to add. It would be better if you would clearly speak which controls/tags' alignment you want to make right.
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.
-
Hi Here is your answer. 1. Create a css file in your Theme folder 2. Declare a class in css file say ".customAlign", like .customAlign { text-align:right; } 3. In aspx page use CssClass="customAlign" in your control Cheers Prosanta Kundu