Categories | Question details Back To List | ||
Header alignment of text Hi, I'm having problems while aligning the text in the header. I'm trying to align the text in the header through XML code. But the alignments are not getting reflected. The syntax i'm using is Response.Write "<Column Style=""text-align:right""> Data </column> Is my syntax right? Please suggest me the correct syntax. Answer posted by Support on May 13, 2008 09:39 There is no native solution, but you can use next workaround Response.Write "<column><![CDATA[ <div style='width:100%; text-align:right;'>Data</div>]]></column> |