Questions tagged as 'html'

1
answer

Why do styles not apply to the nav?

I am doing a css practice and I would like to know why you are not applying the styles that I apply to the nav, apparently everything is fine, I do not know what the problem could be. Thank you. This is my html html { box-sizing: borde...
asked by 21.02.2018 / 15:25
1
answer

How to remove scroll that appears when displaying a table within a Jquery accordion?

Greetings. If they are fixed when we click on table1 a table is shown and that's all fine. But if they are fixed after displaying the table, a non-pleasant space is generated (after the page) and that space appears until the second accordion...
asked by 25.01.2018 / 17:41
1
answer

Force download or show in another window a pdf using html2pdf

Can you please support me? I am developing a simple system for a company, they want to generate service orders. It is a form with various inputs that the client fills in order to generate a PDF with all this information. Using htmltopdf l...
asked by 28.01.2018 / 07:31
1
answer

I get the error [object HTMLSpanElement]

It shows me the names and documents along with dates but when I press the save button it shows everything except the selected subject, does anyone know how or why? This is my code: function insertartextos() { console.log("inser...
asked by 09.08.2016 / 00:21
1
answer

How to adjust an image in fancybox2?

I'm using Fancybox2, could someone help me to adjust an image so that it is displayed completely without scrolling to see it all? My image when opened with Fancybox is displayed like this: My code in Fancybox is this: $(document).r...
asked by 13.05.2016 / 20:47
1
answer

Change property css depending on the browser used

The following code should increase the space between the letters when it opens in safari but it seems to ignore the order that changes the css property even though the alert does. Thanks. function BrowserDetection() { //Check if b...
asked by 13.04.2016 / 23:56
1
answer

How to update ion-item in an ion-list

Good morning community. I have had the following problem for several days and I can not find a way to solve it. I have an array of objects with their properties, which I show in with an ion-list. I present the listing in the HTML as follow...
asked by 27.11.2018 / 08:44
2
answers

Problem with accents when compiling HTML in R-Markdown

I have the following problem: When creating a graph, working from R-Markdown, and when changing the title and in this a special character is included as accents, ñ, etc. I have to change the enconding and place the following instructio...
asked by 30.08.2018 / 16:56
1
answer

Function to concatenate html and jquery table data

I have a table in html with a checkbox in each row what I need is that when selecting the checkbox I take the value of a cell <table> <thead> <th>Seleccionar</th> <th>ejemplo</th>...
asked by 09.08.2018 / 20:37
1
answer

PHP: Upload an image to a database

At this moment I am working on a project in PHP. I am basically new and I have many doubts, among which is the following: How do I upload an image to a database using long_blob ? Note that I have two buttons, one to send data to a ta...
asked by 06.08.2018 / 18:51