On this page
you will see that my tables are auto centering the text. Where is this in the style sheet so I can turn it off? Or how do I hard code around it?
You can also see it happening here...
Table Centering - cant stop it
Started by
unitedskeeball
, Feb 23 2010 12:46 AM
3 replies to this topic
#1
Posted 23 February 2010 - 12:46 AM
#2
Posted 23 February 2010 - 03:46 AM
add this custom CSS:
`
#commish-standings th, td {
text-align:left;
}
`
#3
Posted 23 February 2010 - 06:10 AM
The tables that are centered aren;t the commish tables its the normal hard code tables that I am coding... so how do I create one for my commish standings and one for the coding I do myself?
#4
Posted 23 February 2010 - 10:06 AM
Add this also for your hardcoded tables:
#content table, #content th, #content td {text-align:left;}










