I am using table in the DataList But i want to show table right to left. But it is not coming. Can you check this image so it clear.
I used in datalist <ItemStyle VerticalAlign="Top" HorizontalAlign="Right" height="100%" /> But it is totally in working. please can some one help. thank you.
Member
3 Points
10 Posts
DataList aligment
Oct 07, 2016 12:42 PM|noorhaan|LINK
Hi and thanks in advance.
I am using table in the DataList But i want to show table right to left. But it is not coming. Can you check this image so it clear.
I used in datalist <ItemStyle VerticalAlign="Top" HorizontalAlign="Right" height="100%" /> But it is totally in working. please can some one help. thank you.
All-Star
17652 Points
3510 Posts
Re: DataList aligment
Oct 10, 2016 05:48 AM|Chris Zhao|LINK
Hi Noorhaan,
You could try handling it via CSS by using the "text-align" attribute :
Best Regards,
Chris