13 May 2006, 8:26 PM
New Zenner
- Join Date:
- Apr 2006
- Posts:
- 14
- Plugin Contributions:
- 0
Centering the subcategories (images and text)
I do not like the subcategory images and text to be left aligned. I would like to center them. I don't know if it is a CSS issue or the template.
I found the following code for the subcategories:
<tr>
<?php
require(DIR_WS_MODULES . 'pages/index/category_row.php');
?>
</tr>
Do I simply add TD tags to center it or is it something that should be altered in the stylesheet?