| 
		
	
		
		
		
		 also, das ganze müsste so aussehen 
<style type="text/css"> 
a:link { font-weight:bold; color:#link; text-decoration:none } 
a:visited { font-weight:bold; color:#wennbesucht; text-decoration:none } 
a:hover { font-weight:bold; color:#beimhovern; text-decoration:none } 
a:active { font-weight:bold; color:#wennmandraufgeklickthat; text-decoration:none } 
</style> 
 
 
für meinen text wie link usw. müsst ihr die farbcodes eintragen... 
hier mal welche falls ihr keine kennt 
#cc0000=dunkelrot 
#FF0000=rot(hell) 
#FFFF00=gelb 
#0000FF=blau 
 
das ganze muss in den head bereich 
also 
<head> 
dortrein 
</head> 
		
		
		
		
		
		
		
	
	 |