illusive101 Posted May 21, 2009 Share Posted May 21, 2009 Was just curious if anyone could tell me how to add a horizontal line in between each category name in the categories box, would help a lot! Thanks! Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 21, 2009 Share Posted May 21, 2009 In includes/boxes/categories.php change this $categories_string .= '<br>'; to this $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 Link to comment Share on other sites More sharing options...
illusive101 Posted May 21, 2009 Author Share Posted May 21, 2009 In includes/boxes/categories.php change this$categories_string .= '<br>'; to this $categories_string .= '<hr>'; Jack Would anyone know how to style this <hr> tag? Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 21, 2009 Share Posted May 21, 2009 Add an hr class in the stylesheet or just use the style tag in that code. 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 Link to comment Share on other sites More sharing options...
illusive101 Posted May 21, 2009 Author Share Posted May 21, 2009 Add an hr class in the stylesheet or just use the style tag in that code. Jack Doh, didn't think it was easy as that. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.