Questions tagged as 'html'

2
answers

Set up correctly the JQuery datepicker

What happens is that I am implementing a calendar in my application, for that I use JQuery, but at the time of the settings is where the problem arises and is that it does not let me select the full date, only the year and later this is hidden a...
asked by 19.10.2018 / 13:46
1
answer

Why can not I download a file in PHP?

I have a problem when I want to download a file, in this case Excel. I found the code on the Internet, when I paste it I get an error in the header . I've searched for other codes, but apparently they still have problems in the header. It...
asked by 06.09.2018 / 17:38
1
answer

How to use a single form where your fields are in different tabs, jquery?

The design of tabs in html remains this way <div class="tabs-animated-wrap"> <div class="tabs"> <div id="tab1-2" class="tab active"> <div class="list login-form-box"> <form id=...
asked by 14.09.2018 / 07:01
3
answers

The index does not link the .css files. MIME error type text / html

After finishing my web site, I have uploaded it to the server, and I have the following error with the .css and .js files: I have looked for a solution and there is no way. I think it's due to a problem with the routes. If someone has e...
asked by 15.09.2018 / 15:23
1
answer

SVG animation

So far I have achieved this with the keyframes, is what I want, but now I only have the problem that it accelerates a lot or slows down in the end, the idea is to be constant so that it works as a web loader and a app, I do not know if it's some...
asked by 14.09.2018 / 16:42
1
answer

HTML tables in SHELL unix

I want to send an email with an HTML table which I believe in a Shell, but when I send it, it does not generate the table, it only generates the header and the data. I leave the code of the Shell: ( echo "To: [email protected]" echo "Subject: M...
asked by 09.08.2018 / 15:05
1
answer

Add items with a button that are already added by drag and drop

I have the following drag and drop code, for now elements are added from div1 to div2 by dragging or draganddrop, I want to add that in addition to being added by this form they are also added by a button that is located to the left of the eleme...
asked by 04.08.2018 / 21:33
2
answers

How to paint half screen and responsive in css boostrap 4?

Hello, I would like you to help me. I am making a form. I would like half of my screen to be painted yellow and with that logo in the middle. and the other half like this, and I would like to perform responsive. I'm doing with boostrap 4 and css...
asked by 11.08.2018 / 15:50
1
answer

How to recover a field from a foreign key, to be used in another form without modifying the field to recover?

I have the following graphical interface Where I want to unsubscribe a product, retrieving the code in the new "Submit Low" form. This is my code Code models.py class venta(models.Model): codigo = models.IntegerFi...
asked by 26.07.2018 / 14:57
2
answers

Banner bootstrap with 2 responsive images

[! [enter the description of the image here] [1]] [1] [1]: <!-- Banner --> <section class="banner"> <div class="container-fluid banner__container" > <div class="row banner__row"> <div class...
asked by 26.07.2018 / 18:46