Questions tagged as 'html'

1
answer

Remove "floating" non responsive div

I have the following HTML structure: <div class="container"></div> <div class="card encontreundiade"> <div class="card-body p-3"> <form id="formcontato" class="p-0"> <div class="...
asked by 12.03.2018 / 19:47
1
answer

How to separate and manipulate select data with js

I have a forum with a select field that has many options to select, I would like to split those options by forum area by two select . All areas and sub-areas are in a single select . Example: <div class="blockrow"&g...
asked by 10.03.2018 / 23:59
1
answer

Sending two or more request by form with ajax or HTML

Good afternoon people, I want to know how I can send more than one form request to my Controller to make the relationship in the bank? I have a N: M relationship with User and Group, but when I submit it on the form it only considers one valu...
asked by 12.03.2018 / 17:48
1
answer

Problem with Media Query

Does anyone know how I can specify a Media Query for each device? I am trying to leave the one of the iphone 6, 7 and 8 in a way and in the same cell phones only that version Plus I am changing to fit in the layout only that it does not go, alwa...
asked by 10.03.2018 / 14:47
1
answer

Receive array method POST form

Good afternoon, I'm trying to get a Form as an array, but I'm not able to handle this array correctly. I have 6 fields 3 ID fields and 3 text fields, I tried to do so but to no avail. But it runs 6 times the array, not 3 as it should be. r...
asked by 08.03.2018 / 17:26
2
answers

vertically center row bootstrap 4

I needed to center this row in the middle of the page, following the bootstrap documentation, it tells me to put align-items-center along with row, I did, but nothing has changed. my html structure is currently like this: <!-- linha...
asked by 15.03.2018 / 23:09
1
answer

How to clear search results in a list after clicking a button?

I have a list of items and a search field that filters this list as something is typed in this box. I also have a reset button that clears the search box and focuses on it, but does not clean the filtered results based on what was typed....
asked by 17.03.2018 / 02:33
1
answer

Center text within image

I need to align a text horizontally and vertically within an image. Does any of you know how I can do this? HTML <img src="https://marketingdeconteudo.com/wp-content/uploads/2017/01/formatos-de-imagem-2.jpg"> <p>Texto...
asked by 16.03.2018 / 19:18
1
answer

Save the contact, email, and phone when clicking on a link

I wanted to know if this is possible because I have a client who wanted to do this, I believe it is not. As the title says, I need to click on an image (this on the cell phone, of course) it saves or at least go to the part of the cell phone con...
asked by 16.05.2018 / 22:21
2
answers

Line break with css without br

I have this problem in css and I can not solve it, when the text gets too big, I can not make this line break, I can not use it, does anyone have any ideas? * { font-family: arial; -webkit-touch-callout: none; -webkit-user-select: n...
asked by 16.05.2018 / 01:12