Forum Moderators: not2easy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style type="text/css"">
p {
border: 1px solid black;
}
input {
font-family: verdana;
font-size: 10px;
}
</style>
</head>
<body>
<p>
<input type="text" name="d1" value="" size="40" maxlength="35"><img src="content/img/btn_search.gif" width="47" height="18" alt="" border="1">
</p>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Untitled</title>
<style type="text/css">
p {
border:1px solid #000;
overflow:hidden;
}
input {
float:left;
margin-right:4px;
font-family: verdana,sans-serif;
font-size:10px;
}
img {
float:left;
width:47px;
height:18px;
}
</style>
</head>
<body>
<p>
<input type="text" name="d1" value="" size="40" maxlength="35">
<img src="content/img/btn_search.gif" alt="search">
</p>
</body>
</html>
input {
vertical-align:top;
font-family: verdana;
font-size: 10px;
}
Sorry I just had another of my "Senior Moments" and forgot that I had already submitted my reply.:(