Questions tagged as 'html'

2
answers

Hide download link path in PHP or javascript

I'm doing a download manager in PHP, through which a user can download a file. What I intend is the following Instead of passing the direct route to the file (www.dominio.com/ftp/archivo.rar) pass it, www.dominio.com/descarga.php?id=3 this in...
asked by 11.03.2017 / 01:41
1
answer

Create Array of Elements inserted in a table HTML Table

I would like to know who could help me with this problem ... I have a table in which elements are inserted through check's box, from the inserted elements I want to create an Array with Javascript but my problem is that in the array it also intr...
asked by 01.12.2018 / 18:39
2
answers

Apply CSS styles to elements from 1 + n?

I do not plan much and I have found a certain situation. I have a series of paragraphs inside a div. I would like to apply a CSS style to all the paragraphs from a certain position , for example, from the third paragraph the rest will not ap...
asked by 18.12.2018 / 00:57
2
answers

select content field input [type="search"]

I would like a type="search" field to select its content when it is clicked. Currently to change a value in a search field you must double click to select the value that contains the field. What I need is for you to do the same when you take the...
asked by 06.12.2018 / 13:49
3
answers

Same function for different events of different elements. jquery

I have several HTML elements that I want to execute the same function, in different mouseover, click, etc. events. I did not want to repeat the same code for each of the elements. Example: here I apply in the change event of a select, but I w...
asked by 05.12.2018 / 16:58
4
answers

Can I use the same id on several labels?

I want to use the same id in some tags that will be repeated many times on the page, this to edit the code without having to write as many css lines. I want to know if it will give me errors or it is better to write css in the html tags....
asked by 15.11.2018 / 06:16
4
answers

How to close a modal?

I'm doing a "start session" button that when clicked, a modal appears below it to put your data and be able to login. The issue is that I do not have much experience and I do not know how to close it. I'm doing it with HTML CSS JS and NodeJS. Th...
asked by 01.11.2018 / 17:50
3
answers

Position elements within a cell (td) of an HTML table

Currently I have a column of a data table, where a number is shown on the right side and an icon on the left side of the same cell. However, I would like to show it in the opposite direction (number on the left, icon on the right) as shown in...
asked by 07.11.2018 / 16:49
1
answer

Outlook does not load images well

I'm doing an email signature in HTML, which has 3 images. At the moment of using it in Outlook , it loads the last image 3 times, that is, it is as if for the 3 images it was using the same route, it is very strange. The bulk of the template...
asked by 10.11.2016 / 15:58
1
answer

The necessary tags in an HTML5 document

I usually use a series of labels that I think are the most used and the most efficient within the tag . I would like to know if I am missing any important tags, or if I am using others that are no longer necessary for a good html file. <...
asked by 20.09.2018 / 09:34