Could anyone help me do that?
any help is really appreciated
title>Text form</title>
<style type="text/css">
body {scrollbar-base-color:orange;}
</style>
<style type='text/css'>
div#container {
margin: 2px;
}
div#float {
background: white;
float: left;
border: 1px solid black;
width: 300px;
height: 40px;
}
</style
</head>
<body>
<form name="myform" action="" method="POST">
<div align="left">
<br><br>
<input type="text" size="30" value="">
<select name="country">
<option value="">Select a font</option>
<option value="arial">Arial</option>
<option value="times_new_roman">Times New Roman</option>
<option value="times">Times</option>
<option value="impact">Impact</option>
</select>
<input type="RESET" value="erase" />
</div>
</form>
<textarea style="resize: none;" rows="3" cols="35" readonly="readonly" wrap="on">
Textarea
</textarea>
<div id='container'>
<div id='float'>
<p>
This is a container
</p>
</body>
</html>

New Topic/Question
Reply


MultiQuote



|