Questions tagged as 'html5'

2
answers

Load list of one type in a View of another type

I'm doing a professional registration and of course, my View is typed with this Model. However in the register I need to insert Specialization and Type (2 different models). These last 2 models need to come as lists and appear in checkboxes with...
asked by 08.05.2014 / 21:54
0
answers

How to open an article in a new page with a size that does not occupy 100%? [closed]

My article is appearing in a call on the index page, I would like it to open on a new page but with a width that is not 100%. <article id="tres" class="caixa caixa2 sombra"> <img src="noticia01.jpg" alt="" ti...
asked by 12.12.2018 / 23:40
2
answers

How to add link in a Kendo UI tabstrip?

I have an application where there are 5 tabs, it is mandatory that they be followed in sequence. When the page starts the first tab occupied the entire window space (it looks like they are not tabs), when the continue button is clicked, aba1...
asked by 05.02.2014 / 19:06
1
answer

I'm trying to create multiple albums on my site but only the first artist

Below is my code: * { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; } .lbox { visibility: hidden; opacity: 0; } ul { width: 800px auto ; list-sty...
asked by 10.11.2018 / 17:52
8
answers

The right is br or br / or br /?

I see each using in a way, I even vario the form in a few moments and all work, but which one is right? Does it depend on the HTML version or the browser ?     
asked by 09.01.2015 / 17:16
1
answer

User without duplication

Well, I have a user registration screen but I want to make sure that there is only one user with such registration and email, but I do not know where this part starts, someone is a force there !! ! <?php include("includes/conexao.php");...
asked by 24.10.2018 / 22:43
0
answers

how to handle a multiple file upload request and [object FileList]?

I'm trying to upload with multiple files, however the request is sending a string: [object FileList] <file class="btn btn-default" name="fotos_empreendimento" accept=".jpeg,.png,.gif" ng-model="vm.model.fotos_empreendimento"...
asked by 06.12.2018 / 13:31
2
answers

Merge multiple PDF files into one

I am developing an application to join several pdfs into one, I managed to do through two uploads, however, I would like in an upload to select multiple and unify the pdfs. can anybody help me? Here is the code already done: <asp:FileUpload...
asked by 02.10.2018 / 16:02
1
answer

Center a NAV - With video background

I need to center a text, but with justify-content: center and align-items: center I'm not getting it. Not even if I put for example, top: 50% and left: 50% , the items are not exactly in the middle. Maybe I'm missin...
asked by 25.09.2018 / 16:09
2
answers

Change Width of a Modal

Hello, when trying to increase the width of a modal in bootstrap 4, I tried to change the width of modal-lg through css as I saw in the English stack overflow. However, I've tried the same code and can not make modal-lg switch from the default 80...
asked by 26.09.2018 / 17:40