Set the image class as "img-responsive" so it will scale depending on screen size, and then put this in your css:
.yourimageclass {
height: 70%;
}
Type: Posts; User: chasingatoms
Set the image class as "img-responsive" so it will scale depending on screen size, and then put this in your css:
.yourimageclass {
height: 70%;
}
Make all of your divs the same height and everything should align evenly.
What do you have so far? It sounds like you already have an HTML log in form, so if you haven't already, go ahead and change the extension from .html to .php. Do you have a database set up where...
How are you loading Bootstrap? If locally, are you uploading the files? And are they linked properly? Sometimes things can get shuffled around and put into or taken out of folders last minute.
I have a table that displays a list generated from a mysql database. When a row is clicked, a modal showing additional information from the database is displayed for that row. It works beautifully,...