Questions tagged as 'html'

3
answers

PHPMailer, send html file with image and external css as message

I'm using the following code to send an HTML email with an attachment (zip) and if it works. What I want is to make changes for: 1. Send an HTML template already pre-made containing CSS (it's in an external file). 2. Embed (not attach) any...
asked by 29.04.2017 / 11:48
1
answer

Error in my form with a webview?

What error can you see here? Since in the browsers the load of files works well, but when I use a webview (tried with another web of testing and that works well) in my web it does not work, therefore, everything indicates that my form something...
asked by 30.04.2017 / 13:13
3
answers

Help with div in html with bootstrap

Hello, I am designing a small form with a div, but when I execute it, I want the TEXAREA Observation to have the size of the two INPUT, as you can see the input TURN is very low I want to put it above and the text area is the same size as the tw...
asked by 03.05.2017 / 15:13
1
answer

How to set a footer on the bottom with CSS responsive?

I have a footer which I have put the following style: <footer class="page-footer white" style="position: relative;bottom: 0%;width: 100%"> When the screen is complete the footer is fixed in the middle of the screen but when...
asked by 08.03.2017 / 21:42
1
answer

Clear Data Jquery When Opening Another Modal

I have a simple table, which by pressing a button takes that id from the row and sends a% to% co, which returns all the values for a php and it shows them to me in a pop-up window, in this case it shows me a name, the problem is that when...
asked by 23.01.2017 / 15:44
2
answers

Edit CSS property Display: none

I have the following CSS associated with a div that I used, to show a message to the user, when a form does not fill in any field or introduce erroneous data: CSS Code: #informacion { padding-left:20px; background-repeat:no-repeat...
asked by 29.05.2017 / 18:40
1
answer

How to create a custom bookmark with two icons in gmap v3

I need to be able to have a marker with at least two different icons, one of which has to have a float indicator number inside it, it occurs to me to create two markers in the same position but one with an icon in .png with a margin, clearly thi...
asked by 20.12.2016 / 13:32
3
answers

Change rowspan by ID using jQuery

Good morning, I'm making a website for the integrated project after finishing the higher degree of systems. The website is for a "gym". I was good until I had a schedule that I want to do and that is dynamic, that takes the data (of activities)...
asked by 31.05.2017 / 08:48
1
answer

MPDF Do not insert my stylesheet css

Good morning, I am working with mpdf to generate pdf files from a document html I have the following structure: <?php require('MPDF57/mpdf.php'); $html=''; $mpdf=new mPDF('c','A4'); $mpdf->writeHTML($html); $mpdf->Outp...
asked by 20.12.2016 / 18:10
1
answer

Jade + Javascript does not work

I have a template .jade extends layoutIn block content input(type="text", id="captureInput", style="width:100%") pre(id="resultado", style="overflow-y: scroll; height:150px") and the javascript is: var texto = document.get...
asked by 19.11.2016 / 15:06