Hallo,
Ich arbeite zum ersten mal mit externer css, und habe auch schon ein Problem.
Meine htm-datei und deren Quelltext:
http://fanpage.pytalhost.com/html/layout.htm
HTML
<html>
<head>
<title> test </title>
<style type="text/css">
<link href="css/menu.css" rel="stylesheet" type="text/css">
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="960" height="725" align="center">
<tr>
<td valign="bottom" colspan="3" height="137" bgcolor="#C0C0C0" width="950">
<p align="center"><div align="center">
[url='']test1[/url]
[url='']test 2[/url]
[url='']test3[/url]
[url='l']test4[/url]
[url='l']test5[/url]
</div>
</tr>
<tr>
<td valign="top" width="153" bgcolor="#0066CC">
<td valign="top" width="646" bgcolor="#808080">
<td height="588" valign="top" width="153" bgcolor="#0066CC">
</tr>
</table>
</body>
</html>
Alles anzeigen
und der Link zu der externen CSS:
http://fanpage.pytalhost.com/css/menu.css
Warum wird das Menü im header nicht richtig angezeigt ?