I am looking for some html help. How would I go about moving a text block centrally within a cell but also keeping their alignment left intact. I do not wish the text to be displayed all centered as I am going to be using an unordered list. I simply want the block of text to be moved in to the center of the cell.
Example of current scenario:
http://jsfiddle.net/AygnN/
If you have the
<h1>tags as column headers, you should use actual table headers (<th>tags). Now, in the CSS you can say:EDIT:
and all table headers will be centered while all lists in the table will be aligned to the left.
This method is much more standard.
JSFiddle