jared Posted March 20, 2004 Share Posted March 20, 2004 Does anyone know how to do this rather than just have it break to a new line? i.e. product 1 (image) description price .................................. product 2 (image) description price .................................. product 3 (image) description price .................................. product 4 (image) description price .................................. Link to comment Share on other sites More sharing options...
EricK Posted March 21, 2004 Share Posted March 21, 2004 I'd also like to do that. :blink: Link to comment Share on other sites More sharing options...
charleyshipman Posted March 22, 2004 Share Posted March 22, 2004 In catalog/product_info.php at about line 111 in my (modified) version there is an echo that includes <br>. If you were to replace that with <br>----------<br> or some thing similar that should do. Also, I believe there is an <HR> that generates a horizontal rule that can be used in place of the <br>, but it may go all the way across the table area. (As you can tell I'm very weak on both php and html.) Link to comment Share on other sites More sharing options...
EricK Posted March 22, 2004 Share Posted March 22, 2004 charleyshipman: Thanks for your reply. I'm trying to add white space between the product listings in catalog/index.php, I think the file called is catalog/includes/modules/product_listing.php. Thanks, EricK Link to comment Share on other sites More sharing options...
jared Posted March 22, 2004 Author Share Posted March 22, 2004 nice, thanks charley, that did the trick :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.