在表之前删除多余的<br>标签

I am designing a page with WordPress. When I use <table> in my page it, creates an excess of <br> tags before the table.

I did check the code but it does not have any <br> tags. If i check it in Firebug 5, <br> tags are generated automatically.

Note: I used izcalender plugin when I remove it my code works normally.

What is reason for this problem?

I referred a link regarding this problem. I hope that this will help you. But make sure you read this entire article.

Excess of break tags

I am referring for some other problems. this will help you to solve yours.

1) There could be something like $before_widget; $after_widget; which gives
izcalender plugin remove or comment those

if not

2) Add in Your CSS like {margin-top:-20px}

I think this will work