Original geschrieben von tezet 
BTW.. is das nu überhaupt nochn PHP Problem ?
	BTW.. is das nu überhaupt nochn PHP Problem ?
OffTopic: 
bin noch am Grübeln, vielleicht kommt's noch
<html>
<head>
  <style type="text/css">
  .irgendeinname {  
    font-family:  Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000; 
    text-decoration: none; 
    line-height: 16px; 
  }  
  </style>
</head>
<body>
  <p class="irgendeinname"><?php echo($whatthefuck) ?></p>
</body>
</html>
p {color:#ff0000;} 
//-->
</style> 
Comment