Sohail: Menü erstellen mit Tabellen oder anderem? Tabelle macht Probleme!

Beitrag lesen

Hallo,

ich habe deinen Programm etwas geändert. So sieht deine Seite viel besser aus.

Sohail
----------------------------------------
<html>
<head>
<title>index1</title>
</head>
<body marginleft=0 margintop=0 marginheight=0 marginwidth=0>

<table cellspacing=0 cellpadding=0 height=100 width="100%" border=0>

<tr bgcolor="#FF9900" height=50>
    <td nowrap><nobr><p>Verweise zu anderen Seiten:</p></nobr></td>
    <td bgcolor="#FFCC00" align=center nowrap><p><nobr><a href="Infos.htm">Wer wir sind</a><a href="Ausbildung.htm">Ausbildung</a><a href="Mitglieder.htm">Mitglieder</a><a href="Links.htm">Links</a></nobr></p></td>
    <td nowrap width=100%><nobr><p><a href="Homepage.htm" target="_top">Zur Homepage</a></p></nobr></td>
</tr>

<tr bgcolor="#FFCC00" height=50>
    <td align=right><nobr><p>Verweise auf dieser Seite:</p></nobr></td>
    <td bgcolor="#FF9900" align=center><p>>>>  Keine Verweise  <<<</p></td>
    <td><p><a href="haupt1.htm#oben" target="haupt">Seitenanfang</a></p></td>
</tr>

</table>
</body>
</html>