Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can you colour the link text 2

Status
Not open for further replies.
May 2, 2003
175
0
0
GB
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.
 
inline
Code:
<a href="links.html" target="mainwindow" style="color:yellow">Links</a>
 
Thankyou kindly, both of you, TommyB44 that is what I needed to sort out this problem, and ChrisHirst, this is what I need in my general learning.

Thanks guys.

When student asks a questions, often the most obvious solution is the answer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top