表格从中间的CSS开始

时间:2013-01-27 00:12:22

标签: html css html-table

我有一点问题......这是我正在使用的页面 http://www.laget.se/storvretensff/Page/179025但是你可以看到它以空行开头几行然后我的代码开始了。我希望我的信息直接在大文本“LEDARE”之后。有人可以帮我这个吗?

<html><table width="300" border="1">
<tr> <td><div class="LedarInfo">
        <table style="width: 50" cellpadding="3" cellspacing="0">
<tr><th>Namn</th><td>Askin Ünsal</td></tr><tr><th>Position</th><td>Tränare</td></tr>      </table>
    </div> 

<div class='imagediv '><a class='fancybox' rel='single' title=' '  href='http://img.laget.se/2723013.jpg'><img class='profileImgThumb' src='http://img.laget.se/2723013.jpg' width="100" height="150"style='' /></a></div>
        </div></td> 

 <td><div class="LedarInfo">
        <table style="width: 50" cellpadding="3" cellspacing="0">
<tr><th>Namn</th><td>Burak Tütüncu </td></tr><tr><th>Position</th><td>Ass.Tränare</td></tr>        </table>
    </div> 
 <div class='imagediv ' ><a class='fancybox' rel='single' title=' ' href='http://img.laget.se/405720/2161962.jpg'><img class='profileImgThumb' src='http://img.laget.se/405720/2161962.jpg' width="100" height="150"style='' /></a></div>
        </div></td>
</tr>
<tr>

    <td><div class="LedarInfo">
        <table style="width: 50" cellpadding="3" cellspacing="0">
<tr><th>Namn</th><td>Aydin Ünsal </td></tr><tr><th>Position</th><td>Ass. Tränare </td></tr>       </table>
    </div> 
 <div class='imagediv ' ><a class='fancybox' rel='single' title=' ' href='http://img.laget.se/405720/2161962.jpg'><img class='profileImgThumb' src='http://img.laget.se/405720/2161962.jpg' width="100" height="150"style='' /></a></div>
        </div></td>
</tr>
</table>
  </html>

1 个答案:

答案 0 :(得分:0)

删除div <br>

中的<div class="pageContent">标记