Page 1 of 1

Center everything in the database?

Posted: 2013-10-09 19:40
by reg216uk
Hello I was wondering if someone could tell me how to center align everything in each cell?

Re: Center everything in the database?

Posted: 2013-10-10 11:42
by AhmedBR
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

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;
You will have to repeat this to every element.

Re: Center everything in the database?

Posted: 2013-10-10 20:42
by reg216uk
I have done this and it hasnt set the data inside the cells to center.... any other idea?

Re: Center everything in the database?

Posted: 2013-10-11 13:13
by reg216uk
Dont worry I got it working....my computer kept loading what was in cache :D