May 27, 2009

Avoid large white space above table in Blogger

In my last post i had to use a table for mentioning the dates of windows 7.
Whatever i did, i got a large white space above the table. This is because blogger turns the Enter button you press into line breaks.

To sort it out just place the following code above your table's html code,

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

and the following after your table html ends.

</div>

This sorts out all problems! Have Fun Tabling... :)


Source: Blogger Tips & Tricks

1 comments:

ramlovespk said...

Thank u very very much. iam rookie in this field. i just spent my whole morning how to figure this out. thank u very much.....