Monday, July 20, 2009

No White Space Above Tables!!!

I finally figured out why there is/was a huge space above all of my tables in Blogger. A quick Google search pointed me to these wonderful, wonderful descriptions of why AND how to fix it!!!
I have used the suggestion in "Part 2" to remove the big spaces above my Cybook/BeBook comparison chart and the chart for BOB Books letters and words. I am thrilled with this solution, so simple.
To avoid this, add this before HTML for your table or tables if you have more than 1:

<style type="text/css">.nobrtable br { display: none }</style>
<div class="nobrtable">

Then type the HTML for the table or tables. At the end of the table or tables, add this:

</div>

No comments:

Post a Comment