0

我有一个小问题......这是我正在使用的页面 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>
4

1 回答 1

0

删除<br>下面的标签,在 div<div class="pageContent">

于 2013-01-27T00:18:28.620 回答