I am working on this v1.3.0 site:
http://www.midnightskyfibers.com/ind...ain_page=index
and working out the little things.
My main issue today is finding a way to remove the extra space between the product's picture, its name, its price, and its "add to cart" button on these pages:
http://www.midnightskyfibers.com/ind...index&cPath=70
I looked through template pages and php pages and css definitions and all the places I could think of. It's probably an easy answer, so I came to the forums to look and see what I could find. After searching through all the threads I could possibly read for the day, I've decided I'm ready to start a new thread. I know it's probably answered on the forums somewhere, but MY EYES ARE BLEEDING after reading hundreds of threads.![]()
Ok, so in the HTML that's output by the variety of files that create ZenCart, I find this chunk of code that is the reason for my headache:
So, I see a bunch of BREAK tags in the code that I can't find!Code:<div class="centerBoxContentsProducts centeredContent back" style="width:180px"><a href="http://www.midnightskyfibers.com/index.php?main_page=product_info&cPath=70&products_id=188&zenid=52234ca661ffc0662a117c7e5e7aa224"><img src="bmz_cache/8/82dd422ea1fc6c912b4efbb0322d2f1f.image.118x120.gif" alt="Mariam Tea Merry" title=" Mariam Tea Merry " width="118" height="120" /></a><br><h3 class="itemTitle"><a href="http://www.midnightskyfibers.com/index.php?main_page=product_info&cPath=70&products_id=188&zenid=52234ca661ffc0662a117c7e5e7aa224">Mariam Tea Merry</a></h3><div class="listingDescription"></div><br>$18.70<br /><br /><a href="http://www.midnightskyfibers.com/index.php?main_page=index&cPath=70&sort=20a&action=buy_now&products_id=188&zenid=52234ca661ffc0662a117c7e5e7aa224"><img src="includes/templates/midnight/buttons/english/button_buy_now.gif" alt="Buy Now" title=" Buy Now " width="102" height="22" /></a><br /><br /></div>
Would anyone like to help me with this? Please, I'm begging...Code:<div class="centerBoxContentsProducts centeredContent back" style="width:180px"><a href="http://www.midnightskyfibers.com/index.php?main_page=product_info&cPath=70&products_id=188&zenid=52234ca661ffc0662a117c7e5e7aa224"><img src="bmz_cache/8/82dd422ea1fc6c912b4efbb0322d2f1f.image.118x120.gif" alt="Mariam Tea Merry" title=" Mariam Tea Merry " width="118" height="120" /></a><br><h3 class="itemTitle"><a href="http://www.midnightskyfibers.com/index.php?main_page=product_info&cPath=70&products_id=188&zenid=52234ca661ffc0662a117c7e5e7aa224">Mariam Tea Merry</a></h3><div class="listingDescription"></div><br>$18.70<br /><br /><a href="http://www.midnightskyfibers.com/index.php?main_page=index&cPath=70&sort=20a&action=buy_now&products_id=188&zenid=52234ca661ffc0662a117c7e5e7aa224"><img src="includes/templates/midnight/buttons/english/button_buy_now.gif" alt="Buy Now" title=" Buy Now " width="102" height="22" /></a><br /><br /></div>


Reply With Quote


