table alignment
Posted: Fri Nov 25, 2005 9:22 am
I have a problem (surprise surprise)
When I create a table all of the cells default align to the centre. They used to align to the left and I don't know what I have changed It means going through my whole project and making sure all alignment is aligned to the left.
Could it be something have done in css?
css code:
Please can someone help!
When I create a table all of the cells default align to the centre. They used to align to the left and I don't know what I have changed It means going through my whole project and making sure all alignment is aligned to the left.
Could it be something have done in css?
css code:
Code: Select all
.body,td,th {
font-family: Comic Sans MS;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
}