在表之前删除多余的
标签

问题描述:

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?

我正在使用WordPress设计一个页面。 当我在我的页面中使用&lt; table&gt; code>时,会在表格之前创建过多的&lt; br&gt; code>标记。 p>

我确实检查了代码,但它没有任何&lt; br&gt; code>标签。 如果我在Firebug 5中检查它,&lt; br&gt; code>标签会自动生成。 p>

注意:当我删除它时,我使用了izcalender插件,我的代码正常工作。 p>

这个问题的原因是什么? p> div>

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