This topic is locked

Text Alignment

12/15/2005 7:43:39 AM
PHPRunner General questions
T
Tommy B author

I understand how to align text in the fields, but what about the top row (field names) and bottom row (total/sum/avg) on the list page? How can I center align this text? I checked the stylesheet but didn't notice anything to change.
Pardon my ignorance, I'm a newbie.

Sergey Kornilov admin 12/15/2005

Tommy,
you can modify .blackshade class in include\style.css file.

I.e. add this line to class definition:

text-align : center;