Why is a column going into the next row when there are only 12 columns?

I have a row with 4 columns that are each 3 wide, which adds up to the 12 that are supposed the be in a row, but for some reason the last one is still going onto a new row. Any idea how to fix this? Here’s my code: <div class=”container text-center”> <h3>Welcome to “Ender’s… Read More Why is a column going into the next row when there are only 12 columns?

How do I get forms inline with each other?

This probably seems like a really dumb question, but i am building a website for my school project and i need to get these two forms next to each other rather then having a line break inbetween them: <div style=”display:inline;float:left;?”> <br> <form action=”edexcel_maths.php” method=”post”> <input style=”display:inline;” type=”submit” name=”edmathsbutt” class=”button” value=”Edexcel Maths”> </form> <form action=”aqa_physics.php” method=”post”>… Read More How do I get forms inline with each other?