Hello,
I am trying to make the login button thinner. Like a clickable image. Is it possible?
This is the code that I have (below). The result is a thick clickable button. Is it possible to make it a thin image - not thick (I do not want to see the button border).
index.php
<div id="banner-background">
<div style="margin: 118px 0 0 310px; position: absolute; z-index: 3;">
<form action="login.php" method="POST">
<input type="text" class="form" name="username"><br>
<input type="password" class="form2" name="password"></div>
<input type="submit" class="login" name="submit" value=""></input></div>
<div style="margin: -235px 0 0 850px;"><a href="create_account.php">Create an Account</a><br><a href="forget_password.php">Forgot Password</a></div>
<div style="margin: 20px 0 0 630px;"><input type="checkbox" name="keeplogin" value="Keep me logged in">Keep me logged in<br></div>
</form>