Can anyone help me with this? I cant figure out why BR wont work for me. Im trying to get the send and reset buttons on the next line, but they go right next to the drop down menu.
Code:
<center><form method="post" action="submit.php">
Artist: <input type="text" name="artist"><br><br>
Song: <input type="text" name="song"><br><br>
IGN: <input type="text" name="ign"><BR><BR>
World: <select name="world">
<option value="Scania">Scania</option>
<option value="Bera">Bera</option>
<option value="Broa">Broa</option>
<option value="Windia">Windia</option>
<option value="Khaini">Khaini</option>
<option value="Mardia">Mardia</option>
<option value="Kradia">Kradia</option>
<option value="Bellocan">Bellocan</option>
<br><br><input type="submit" value="Send"> <input type="Reset" value="Reset">
</form><br><br><br>
<a href="./admin.php">Admin Login</a></center>
Last edited: