Graue Linie unter Tabelle

dani schenker

Angesehenes Mitglied
Hallo!
Ich habe ein kleines Problem mit meinem Forum, Link.

Ganz unten an der Seite, unter den internen Links, erscheint im Internet Explorer eine graue Linie. Beim Firefox besteht das Problem nicht.

So sieht der Code aus:

CODE <p align="center" class="normalfont"><a href="board.php?boardid=10" style="text-decoration: underline">Britpop</a> |
<a href="board.php?boardid=10" style="text-decoration: underline">Indie</a> |
<a href="board.php?boardid=11" style="text-decoration: underline">Rock</a> |
<a href="board.php?boardid=13" style="text-decoration: underline">Punk</a> |
<a href="board.php?boardid=13" style="text-decoration: underline">Alternative</a> |
<a href="board.php?boardid=13" style="text-decoration: underline">Grunge</a> |
<a href="board.php?boardid=13" style="text-decoration: underline">Ska</a> |
<a href="board.php?boardid=17" style="text-decoration: underline">Pop</a></p>

</tr>
</table>

<br>

</td>
</tr>
</table>


<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>

<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
</table><br />
</td>
</tr>
</table>


Kann mir jemand sagen woher nun diese Linie kommt?
 
Du hast bei dem Adnsens script das <TD> vergessen

<table cellpadding="4" cellspacing="1" border="0" class="tableinborder" align="center">
<tr> <td>
<script type="text/javascript"><!--
google_ad_client = "pub-3043644102927526";

Damit wird der hintergrund zwar grau aber ich denke mal dann wie0z du wo der fehler sein könnte

Gruß Ronny
 
Tja. So einfach ist es manchmal
biggrin.gif


Vielen Dank Ronny!
 
Zurück
Oben