Forum Moderators: not2easy
<!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>buttonesque</title>
<style type="text/css">
#button-holder {
width:78%;
padding:1%;
margin:auto;
text-align:center;
background-color:#f0f0f0;
}
#button {
padding:5%;
}
</style>
</head>
<body>
<div id="button-holder">
<input id="button" type="button" value="I am a button, OK!">
</div>
</body>
</html>
No problem, you're very welcome. ;)