Questions tagged as 'html'

1
answer

How to print a DIV without losing my CSS styles

I want to print the contents of a DIV, however it loses the styles. This is the preview of the print, as you can see it loses all styles: c ... this the code that I have ... If someone has some code that works, I would appreciate...
asked by 26.10.2018 / 07:25
0
answers

Extend div always until the end

The problem I have is that when resizing the page, the div that includes the login and the images .dreta that is located to the right of the page, remains the same size and I would like it to be extended to the end. I tried por...
asked by 30.10.2018 / 12:13
1
answer

Jquery validate works after Sweet Alert

Well, all the input of the form I put "required" and they work perfect. Now I put the sweet alert of the form's sending confirmation and it does not check that they are completed .. It sends them empty, even if they say "required" .. jQu...
asked by 25.10.2018 / 14:26
3
answers

Adapt Height of a div that is inside a td

I have a div inside a td, .role_color { display: inline-block; align-items: stretch; width: 2px; height: 50px; margin-right: 10px; } <tr> <td> <div c...
asked by 25.10.2018 / 15:29
1
answer

Upload laravel project to a VPS, using Nginx, without using Git

I have a question, I searched Google and I can not find a convincing answer, I have a VPS, the Nginx server is already configured, I was able to start a page with Laravel and I could access it from the internet using a domain, the problem is in...
asked by 25.10.2018 / 01:59
0
answers

SecurityError: The operation is insecure. Jquery

I have a problem with uploading 2 files at a time, it is likely that I will upload them one by one but I can not find the way right now, the HTML code is this: <div class="contenedor contenedor_padding"> <form role="form" name="ca...
asked by 24.10.2018 / 10:31
0
answers

How to make a button in html that can be displayed in Outlook 2007?

I have to send an email in HTML format where some buttons appear that are sent to another link. The problem is that the Outlook 2007 mail client does not interpret modern HTML and I can not make myself visualize the appearance of a button. I tri...
asked by 24.10.2018 / 09:13
2
answers

White screen to run an alert js in php

<?php // Start the session session_start(); ?> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">...
asked by 24.10.2018 / 16:10
4
answers

Why does the Inspector Character ( ) appear in some data obtained from the Database?

I was dealing with the dilemma of converting the accents and special characters of my system. It happens that now some of the data obtained from the database that have tildes come out with this: . The strange thing is that there can be up...
asked by 31.03.2017 / 12:53
0
answers

Integrate Addon Payments

It is the first time I integrate Addon Payments and the truth is that I can not make it work, I explain more less what I have done in case you can help me. At the moment I am with the tests offered by the documentation have if I can pass data....
asked by 22.10.2018 / 09:06