I'm trying to add an hr line between the items on the category listing.
For some reason it keeps splitting it.
See site here:
http://www.hdblades.com/index.php?ma...index&cPath=65
I've tried making a div box to seperate them but I get the same result.
Anybody know what I'm doing wrong here.
Here is the code I'm using in the tpl_tabular_display.php page:
Code:<?php echo '<' . $cell_type . $c_params . '>'; ?> <?php echo "<hr /> "; ?> <?php echo $list_box_contents[$row][$col]['text'] ?> <?php echo '</' . $cell_type . '>' . "\n";?>


Reply With Quote
