Hello,
I am new to HTA page design. I would like to know if there is any way to set the border width between the input boxes on the page.
So far I have the follow code.
<input type="text" name="UserName" size="15"><br>
<input type="password" name="PassWordTextBox" size="15">
But when I launch the page, I see these two boxes very close to each other.
What I want is have a space between the two input boxes so that it is easier to read the page.
I can do follow, but the input boxes are too far apart from each other.
<input type="text" name="UserName" size="15"><br><br>
<input type="password" name="PassWordTextBox" size="15">
Thanks.
CluM09
I am new to HTA page design. I would like to know if there is any way to set the border width between the input boxes on the page.
So far I have the follow code.
<input type="text" name="UserName" size="15"><br>
<input type="password" name="PassWordTextBox" size="15">
But when I launch the page, I see these two boxes very close to each other.
What I want is have a space between the two input boxes so that it is easier to read the page.
I can do follow, but the input boxes are too far apart from each other.
<input type="text" name="UserName" size="15"><br><br>
<input type="password" name="PassWordTextBox" size="15">
Thanks.
CluM09