GreenTeeth
MIS
Can anyone tell me why this does not change the color of the link button please, I going spare, all the tutorials I have read have said to do it this way, yet it doesn't work, who am I missing. thanks in advance
<head>
<link rel="stylesheet" type="text/css" href="posgreen1.css" />
</head>
<body bgcolor="#339900">
<p><link="yello" /><a href="home.html" target="mainwindow">Home</a></p>
<p><link="yello" /><a href="auther.html" target="mainwindow">Auther</a></p>
<p><link="yello" /><a href="links.html" target="mainwindow">Links</a></p>
</body>
</html>
When student asks a questions, often the most obvious solution is the answer.
<head>
<link rel="stylesheet" type="text/css" href="posgreen1.css" />
</head>
<body bgcolor="#339900">
<p><link="yello" /><a href="home.html" target="mainwindow">Home</a></p>
<p><link="yello" /><a href="auther.html" target="mainwindow">Auther</a></p>
<p><link="yello" /><a href="links.html" target="mainwindow">Links</a></p>
</body>
</html>
When student asks a questions, often the most obvious solution is the answer.