Questions tagged as 'html'

1
answer

Can I put the Google doodle in the search engine of my website?

This is my website: and I would like to put the Google doodle and update it over time, would there be a way to do it ?, while I have a google image.png but it would be better with what I tell you. here I leave what is a doodle: (and the...
asked by 18.12.2017 / 19:46
1
answer

Multiple iFrames and "104: Connection reset by peer"

I wonder if the following happened to someone else ... Suppose we have domain A and B; A -> homesite.com B -> embebedsite.com If from A, I insert several iframes to B, the PHP service stops with error 104: Connection reset by peer....
asked by 12.12.2017 / 18:32
1
answer

Styles Css to tcpdf

I am generating a PDF file with TCPDF and I can not find a way to style the text using CSS. Can somebody help me? Here's my code: $pdf=new TCPDF(); $pdf->Addpage(); $pdf->SetFont('dejavusans', 'B', 20); $pdf->Write(0, '', '', 0,...
asked by 12.12.2017 / 17:49
1
answer

Problems with hover in a bootstrap carousel

Hi, I'm having a problem with the text that I apply to the image of a bootstrap carousel, the problem is when it does the hover, where the content stays fixed. But it should do the same effect as the text below. The content not adaptable to the...
asked by 12.12.2017 / 13:18
1
answer

Assign JSON object to value in Angular2

Hi, I've done a couple of tests in Angular 2, and I'd like to resolve a question. Right now I'm working with a simple select, and I'm trying to receive a JSON object by making a selection in it. WORKS It works if I want to receive only a...
asked by 11.12.2017 / 15:32
0
answers

Problem with file upload tool

Good evening, I have created a tool written in HTML, CSS, JavaScript and PHP that allows uploading files to my local server. However, something is failing when uploading the file, because the page is blank. Please take a look, as I have re...
asked by 19.12.2017 / 00:13
1
answer

How can I insert data from checkboxes created with a while into a database through an ajax function?

This is my checkbox <div class="col-sm-4 text-left" id="checktiptrab"> <?php while ($rowb=mysqli_fetch_array($querytipotrabajo)){ echo ' <label class="btn btn-primary"> <inp...
asked by 18.12.2017 / 22:37
1
answer

Problems with PHP's array_shift in an HTML script

I have a problem that I can not solve and I hope you can help me: I am working on Wordpress with PHP and HTML to extract data from a server with MYSQL and then to show this data on screen in a graphic thanks to Google charts. Both taking d...
asked by 15.12.2017 / 15:44
1
answer

Doubt with Flex in header

Good!, I have a question that I do not quite understand. I'm doing a web header, and I'd like to do it all with flex. In this case, I created the boxes and applied them inline-flex. The problem arises when I want to insert a new box with cont...
asked by 15.12.2017 / 15:48
1
answer

Empty values when bringing them from a jquery table

It turns out that I have this function function showData(){ var valores = []; $(this).parents("tr").find("td").each(function() { valores.push($(this).text()); }); alert(valores); } which is supposed to show all the values of a selected ro...
asked by 08.12.2017 / 17:30