Guest Posted September 22, 2006 Posted September 22, 2006 How can I space the left colum "catagories" so that each of my catagories are not sandwhiched ontop of each other? is there some code I can add? Or just try to put <BR> when I add a catagory? Thanks, -=Rick
Jack_mcs Posted September 22, 2006 Posted September 22, 2006 You can change this line in the includes/boxes/categories.php $categories_string .= '<br>'; to $categories_string .= '<br><br>'; or $categories_string .= '<hr>'; Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted September 22, 2006 Posted September 22, 2006 You can change this line in the includes/boxes/categories.php$categories_string .= '<br>'; to $categories_string .= '<br><br>'; or $categories_string .= '<hr>'; Jack Jack thank you very much for the quick response I will try that soon and repost results.. Thanks, -=Rick
Guest Posted September 22, 2006 Posted September 22, 2006 Jack thank you very much for the quick response I will try that soon and repost results.. Thanks, -=Rick IT WORKED EXCELLENT! Now how do I get rid of "->" after the catagories with longer names? Thanks again! -=Rick
Guest Posted September 22, 2006 Posted September 22, 2006 IT WORKED EXCELLENT! Now how do I get rid of "->" after the catagories with longer names?Thanks again! -=Rick Ignore that last question.... duh it's because I have sub categories.. Thanks, again -=Rick
Recommended Posts
Archived
This topic is now archived and is closed to further replies.