Zrobiłem w szablonie stylu:
a:link{ text-decoration: none; color: #ffffff; } a:visited{ text-decoration: none; color: #ffffff; } a:active { background: #C3B7B7; }
Ale to niestety nie działa

a:link{ text-decoration: none; color: #ffffff; } a:visited{ text-decoration: none; color: #ffffff; } a:active { background: #C3B7B7; }
<a href="index.php?go=1"><img src="images/1.png" width="50" height="50" border="0"/></a> <a href="index.php?go=2"><img src="images/2.png" width="50" height="50" border="0"/></a> <a href="index.php?go=3"><img src="images/3.png" width="50" height="50" border="0"/></a>
<div id="TEKST"> <? switch ($_GET['go']) { case 1: include("1.php"); break; case 2: include("2.php"); break; case 3: include("3.php"); break; } ?> </div>