Go to skin1/customer/categories.tpl and find this code:
and after the
put <HR>
You may not want it to place a <HR> after the last category, so one way to do this is put this instead of the <HR>:
Code:
{if !$smarty.section.categories.last}
<HR>
{/if}
This site may help to.
http://smarty.php.net
Carrie