I'm having a space issue with my template. Take a peek and you'll understand what I'm talking about: http://www.seventhwindow.com/index.p...&products_id=9
You have the title of the book, then the author name, then the price. After that you choose which version you want to purchase. Then there's a big space. Ick.
Is the space because of:
When I delete the BR tags and keep the closing DIV tags, the gap is closed and the text rides up too high. Deleting only one BR tag raises the text, but there's a still a small gap. Should I add some code to the clearBoth class in the BR tags?Code:</div> <br class="clearBoth" /> </div> <br class="clearBoth" /> </div>
Is there a better way to fix my issue?Code:.clearBoth { margin-top: 0em; }




