Questions tagged as 'html'

3
answers

How to put a limit of 4 images per line?

I want to put a row of 4 images with a small text below each image, this I already know how to do, but I have many images and I need each row to have a maximum of 4 images. I tried to do this using 4 li within 1 ul, and using display flex, it...
asked by 25.08.2018 / 22:39
1
answer

Does anyone know what I have to do on this table so it does not get crooked like that?

foreach($registroas$reg){echo" <table class='centered' > <thead> <tr> <th>Nome</th> <th>Telefone</th> <th>Email</th> </tr> </thead>"; echo "<tbody>"; echo "<tr&g...
asked by 03.07.2018 / 23:35
2
answers

Can anyone identify the error in this code? [closed]

Days ago I asked a question about how to add a class to an element when clicking the button , the answers were satisfactory (I did using JQuery as me sessionStorage.removeItem('Contar'); function AddClass(id){ //pega o valor do bot...
asked by 05.02.2014 / 15:47
2
answers

How to get the values inside multiple tags

Hello, I have the following HTML page: <!DOCTYPE html> <html> <head> <title>Exemplo</title> </head> <body> <div id="text">Valor 1</div> <div id="text">Valor 2</div&g...
asked by 01.03.2017 / 09:47
2
answers

Pin column of an HTML table

I have a pretty long table and for better user experience, I want to put the first column, which will display images, such as fixed, type in excel, freeze the panel so the visualization gets better on the mobile. I'm using Bootstrap in the bui...
asked by 26.04.2017 / 14:40
1
answer

Assigning value to an input - jQuery [duplicate]

I have two input type="hidden" of which I make an Ajax request to an external file in order to assign values to it. The request is returning the value correctly, everything is right in it, but these values are not being assigned to i...
asked by 13.09.2017 / 21:46
2
answers

How to convert a string to object in JavaScript?

I have this code: <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="robots" content="noindex, nofollow"> <meta name="googlebot" content="noindex, nofollow">...
asked by 03.08.2017 / 15:11
2
answers

Video run in a div as background

I want to make a video run within a div. I saw this on the PaperCut site and would like to do the same.     
asked by 12.03.2017 / 16:53
5
answers

How to open a new tab in the background and redirect the current tab? [closed]

I would like to click on the link to open a new tab (but in the background - I want the focus tab to remain the same) and the current tab to be redirected. Is this possible? With the code below, a new tab opens only and the focus is change...
asked by 01.08.2017 / 21:16
3
answers

Scrollbar in a SELECT in html

Talk the guys, I have a SELECT in my HTML that when results exceed the width limit, it breaks a line. I would like that instead of breaking this line, a scroll bar should be added. Explanation: DEMONSTRATION PAGE What css properties s...
asked by 28.11.2016 / 21:30