BR Not Working

Status
Not open for further replies.

WhiteOut

New Member
Messages
111
Reaction score
0
Points
0
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:

farmed

New Member
Messages
4
Reaction score
0
Points
0
I just put your code in a txt then saved it as an .html and opend that with IE.

It loaded up with the <br>'s intact. Could be an issue with your browser.
 
Status
Not open for further replies.
Top