Goofy: graphische Eingabefelder

Beitrag lesen

Servus tobi

versuch das mal aus. Der Netscape 4.x kanns nicht. Der Rest müßte aber alles darstellen.

Gruß Goofy

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<style type="text/css">
<!--
 form
   { padding:20px; border:6px solid #DDDDDD; }
 textarea
   { font-size:13px; font-family:Verdana,sans-serif; font-weight:bold;
     background-color:#FFDDDD; color:#0000CC;
   }
  -->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
 <form><textarea readonly rows=4 cols=30>Blubber Brause bla bla bla
       </textarea>
 </form>
</body>
</html>