Hello I Have A Question;
Could You Tell Me How To Have A Text Box With Color Background?<html>
<head>
<title>colored box</title>
<style type="text/css">
<!--
.box{
background-color: #988769;
}
-->
</style>
</head>
<body>
<input type="text" class="box" />
<br />
<textarea class="box"></textarea>
</body>
</html>Thank You
Could You Tell Me How To Have A Text Box With Color Background?<html>
<head>
<title>colored box</title>
<style type="text/css">
<!--
.box{
background-color: #988769;
}
-->
</style>
</head>
<body>
<input type="text" class="box" />
<br />
<textarea class="box"></textarea>
</body>
</html>Thank You