hi guys,
i have a simple form, and have placed it inside a div....
Code:
#form {
width: 70px;
height: 15px;
border: 1px dotted #87888d;
padding: .4em;
}
and the form...
Code:
<div id="form">
<form action="upload.php" method="post" ENCTYPE="multipart/form-data">
<b><i>Image:</i></b>
<input type="file" name="file" size="50">
<br>
<br>
<input type="submit" name="upload" value="Upload">
</form>
<br>
<br>
</div>
Problem is, the border doesent change size when i adjust it and in IE the border show up, but wont move when i try to centre it, and in FF the text "Image:" is the only thing in the border and the whole thing sits in a funny place!!
Any ideas guys!?
Thanks
Jon