What is the simplest way to create a line box around 2 buttons
<div align="center" style="max-width:380px; border:2px;">
<INPUT type="button" value="Find Missing Definitions" onclick="promptUser()">
<INPUT id="processDefinitionsButton" type="button" value="Process Missing Definitions" onclick="processDefinitions()">
</div>
What am I doing wrong? Should this not add a line 2px wide ?
Thnx
use this
code for border is like
border: size type color