.codebox {
background: #333366;
background-repeat:no-repeat;
border: solid #5C7B90;
border-width: 1px 1px 1px 20px;
color: #000000;
font: 13px 'Courier New', Courier, monospace;
line-height: 16px;
margin: 10px 0 10px 10px;
max-height: 200px;
min-height: 16px;
overflow: auto;
padding: 28px 10px 10px; width: 90%;
}
.codebox:hover {
background: #99FFFF;
background-repeat:no-repeat;
}
jjjjjjjjjjjjjjj
<center> <html> <head> </head> <body> <center> <br> <br> <br> <br> <div id="chat_box"> <div id="chat"></div> </div> <form method="post" action="form.php" enctype="multipart/form-data"> first_name <input type="text" name="first_name"> <input type="text" name="msg"> <br> <input type="submit" name="submit" value="publish now"> </form> </center> </body> </html> </center>
Comments
Post a Comment