posted 16 years ago
Thanks for yours reply .Actually I am already using ColumnClasses,StyleClass to display the table with some style..
In the columnClasses i used a css style to set the data alignment for diffrent column.now if i add the width with that style then.in all other pages where i am using the same style they also set to the same width. but that pages may have more or less number of columns so the alignment getting wrong.
for clarification i use the following css in columnClasses
.leftAlign{
text-align :"left";
}
.leftRight{
text-align :"right";
}
now if i add width then all other pages are getting effected .
now one solution may be to use diffrent style sheet with diffrent width as appropate.but is it good practice? as there will be repetation of the alignment ;only the width is changing..please suggest.