Hi,
das liegt an "<p>" entferne das und es geht.
Aber wieso hast Du das bei jedem Link zweimal drin?
|
Quellcode
|
1
|
<a class="navtop" href="include.php?path=start.php"></a><a class="navtop" href="include.php?path=start.php">Startseite</a>
|
Und dieses
|
Quellcode
|
1
|
<td class="navbgtop">
|
ist auch nicht immer nötig.
Du kannst es z.B. so machen.
|
Quellcode
|
1
2
3
4
5
6
7
|
<td class="navbgtop">
<ul>
<li><a class="navtop" href="include.php?path=start.php">Startseite</a></li>
<li><a class="navtop" href="include.php?path=content/articles.php">Artikel</a></li>
...usw
</ul>
</td>
|
somit hast Du dir die haufen "td's" gespart.
Is aber nur ein Vorschlag von mir, kein Zwang.
M f G
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »KingEli« (11. Februar 2008, 11:26)