Center everything in the database?
Center everything in the database?
Hello I was wondering if someone could tell me how to center align everything in each cell?
Re: Center everything in the database?
You will need to change everything in your style.css to be:
text-center: center
For example your TableHeader would be like this:
text-align: center; <<<< was added
You will have to repeat this to every element.
text-center: center
For example your TableHeader would be like this:
text-align: center; <<<< was added
Code: Select all
.TableHeader {
background-color: #E9E5D9;
color: #000000;
font-family: verdana,arial,tahoma;
font-size: 12px;
font-weight: bold;
padding-right: 3px;
text-align: center;
text-decoration: none;
text-indent: 3px;
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper
Re: Center everything in the database?
I have done this and it hasnt set the data inside the cells to center.... any other idea?
Re: Center everything in the database?
Dont worry I got it working....my computer kept loading what was in cache 
