Einzelnen Beitrag anzeigen
Alt 12.06.2006, 23:22   #4
T.dot
Master
 
Registriert seit: 13.08.2003
Beiträge: 624


Standard

Beispiel von Selfhtml:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>scrollbars</title>
<style type="text/css">
body,html,textarea{
  background-color:#8C8CC6;
  color:#FFFFFF;
  font-family:"Andale Mono",Arial,sans-serif;
  scrollbar-base-color:#8C8CC6;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C8CC6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ACACE6;
}
</style>
</head><body>
<h1 style="text-decoration:underline">Ton in Ton</h1>

<form name="Seite" action="#">
 

Den Text dieser Seite k&ouml;nnen Sie selber schreiben:</p>
 

<textarea name="Text" cols="80" rows="80"></textarea></p>
</form>

</body>
</html>
Sollte das funktionieren, aber die Tags nicht mehr, wenn du sie in deiner Seite einbaust liegt es wohl an etwas anderen...
T.dot ist offline   Mit Zitat antworten