Questions tagged as 'bootstrap'

3
answers

Use modal to confirm if a user is created

I'm trying to get a modal window to confirm whether or not you want to register a user, I'm using php to make it add, the modal window comes out but when you click on the save button, it does not do anything , here I leave the code This is th...
asked by 06.08.2018 / 03:38
1
answer

Problem with modal and php query

My doubt is as follows I have this code where I consult information and create an arrangement, when I click on a detail button I get a post file that brings me the idweb value of that row, besides opening a modal that should contain the query da...
asked by 09.08.2018 / 16:57
0
answers

How can I limit what is inside a div?

Good mates I have a problem with divs with bootstraps I can not do with bootstrap carousel suits the div, this is a layout that I made so that more or less I would like to have the carusel inside the div red and blue adapt them to those sizes, i...
asked by 06.08.2018 / 22:10
0
answers

scrollbar always starts at the top

The idea is to make that when the web page loads always this in the top of the page, for some reason it depends on the browser it leaves displaced a little downwards. I am only using bootstrap 4, I have tried several times to change the CSS putt...
asked by 31.07.2018 / 23:56
3
answers

Problem when printing data

I want to print texts in bootstrap alert mode, but I get the error:    Notice: Array to string conversion in   D: \ xampp \ htdocs \ Projects \ ProyectoDriversParadeClub \ DriversParadeClub \ view \ reportses_de_usuarios.view.php   on line 12...
asked by 30.07.2018 / 21:23
1
answer

The name of the dropdown does not change when I make a selection

It turns out that when I deploy the dropdown and select one of the options, the button does not change. I mean I have an imput-group with two text boxes and a dropdown. In the "placeholder" of the "dropdown" button (the one that is displayed...
asked by 01.08.2018 / 18:45
1
answer

how to apply validations in datetimepicker?

I have two date fields, <div class="form-group"> <div class="input-group date" id="datetimepicker1"> <input id="fechInicio" name="fechInicio" class="form-control" type="text"/> <span class="input-group-addon...
asked by 02.08.2018 / 22:07
2
answers

Why does horizontal scroll appear on my website in the responsive?

I'm designing a web page, but I get a problem when I try with the responsive size, at a certain scale the page adds a horizontal scroll and the page can be moved and shows a blank space at the end as shown in the image The problem occurs w...
asked by 23.07.2018 / 19:38
3
answers

I can not validate when I use tag form

I recently started with this and I'm having a problem with my code. I want to make a simple login form and I am having the problem that I can not perform the validation if I use the form tag, otherwise the validation can be done but I lose the d...
asked by 24.07.2018 / 16:28
1
answer

Correct way to open HTML in Modal BootStrap

I have the following, I have 4 html files with different information that I need to show as necessary, I already have this done and it works but I do not know if it is the correct way or it can be improved, I appreciate your help Index.php...
asked by 25.07.2018 / 01:29