You can use CSS and nth child...
.with_id:nth-child(5) {text-align: right;}

meaning the 5th child element of an element with the class "with_id" would 
be right aligned.
On Thursday, August 2, 2012 7:46:44 AM UTC-7, Pradeesh wrote:
>
>
> I am facing a problem to allign SQLTABLE data properly. How can I specify 
> custom styles for SQLTABLE data.
>

-- 



Reply via email to