Questions tagged as 'html'

0
answers

Keep HTML css style when sent by PHPMailer

I am sending an HTML using PHPMailer and, although in some mail managers it looks good, there are certain mail managers in which the HTML style is not maintained. I have CSS styles as inline, but certain aspects do not seem to apply in some occa...
asked by 22.06.2018 / 11:40
0
answers

Break HTML elements with CSS when printing so there are no abrupt jumps leaving blank spaces

I have an editable website: <body contenteditable="true"> ... </body> that shows a view like the one in the following image the blue box is a div son of body, the black line is bound between two pages (...
asked by 03.07.2018 / 22:22
0
answers

Angular and Geolocation

I'm with a geolocation project in which you work in layers ... these are my files .... I open the files with qgis that have the extension .shp to be able to see the contents which are coded ....... Now what I'm doing is converting those ta...
asked by 19.06.2018 / 15:24
0
answers

Paint table with data stored in the database

When you paint the table and fill it, it shows the data of the last line that was saved, but in the database if the correct values of the previous values are saved but in the load it only shows the last one. $sql = mysqli_query($con, "se...
asked by 18.06.2018 / 16:10
1
answer

Problem when writing quotes in HTML

I have the following HTML code from an ImageButton. <asp:UpdatePanel runat="server"> <ContentTemplate> <asp:DataList ID="dlImagenes" runat="server" RepeatColumns="3" RepeatDirection="Horizontal" HorizontalAlign="Cente...
asked by 25.06.2018 / 15:34
2
answers

I want to make the background that is on the sides of my menu have a color # f2f2f2

I can not make the color of my menu on the sides be #f2f2f2 , it is still white and I do not know what value to modify. Try to make a div to the whole menu and modify it but it does not work is the same, I just want to modify the co...
asked by 18.06.2018 / 22:54
0
answers

How do I show an xml on the screen that is in memory?

I have an xml in memory in base64 then I convert it to xml, that xml I want to see it on the screen without having to download it that looks like either in a modal window or in another tab of the navergador:     
asked by 22.06.2018 / 19:00
1
answer

Send data from JavaScript to PHP, for use in FPDF

Good afternoon, I have a problem that already has me head, no matter how hard I try to solve it, I have an HTML, which I want to send data to a PHP, so that the latter process it and with the FPDF class creates a PDF file, the data will come fro...
asked by 22.06.2018 / 17:15
0
answers

PDO does not save query values

I have an html for registering users in a system (signup.html), and with a form I send the data to a PHP that executes a query to save them in the database (signup.php), but when I review the table where the record should be saved there is nothi...
asked by 16.06.2018 / 16:42
1
answer

Download HTML image

I have this code: <td class=suplantacion><div align="center">Nombre_Tabla</div><a href=<%=rs("IDENTIDICACION")%> download=<%=rs("IDENTIDICACION")%>>Imagen</a></td> Which when clicking on...
asked by 22.06.2018 / 17:41