???? mike lol
New member
i cant get the css to work! i have no idea what im doing wrong
the css file looks like:
div#navbar ul {
list-style:none;
}
and in the html i got:
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="navbar">
<ul>
<li><a href="home.html>home</a></li>
<li><a href="other.html">other</a></li>
</ul>
</div>
</body>
</html>
it works fine if i just manually add the <style> in the head,
but if i use <link> nothing happens.
the bullet points are not going away. im bout to kill this computer. help
the css file looks like:
div#navbar ul {
list-style:none;
}
and in the html i got:
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="navbar">
<ul>
<li><a href="home.html>home</a></li>
<li><a href="other.html">other</a></li>
</ul>
</div>
</body>
</html>
it works fine if i just manually add the <style> in the head,
but if i use <link> nothing happens.
the bullet points are not going away. im bout to kill this computer. help