Questions tagged as 'html'

3
answers

How to acquire the width father

If I have the following: #t {width:300px;height:300px;background-color:dimgray;border-radius:150px;z-index:1;} #ticket{ height:100px; top: 35%; position: relative; background-color:white; width:300px; z-index:2; } <div...
asked by 13.09.2017 / 02:11
1
answer

Manage a webView ERR_UNKNOWN_URL_SCHEME

Hello, I have a problem with my application when I press the whatsapp share button, it generates the error net :: ERR_UNKNOWN_URL_SCHEME, and apply the code in my application, which is as follows: mWebView.setWebViewClient(new WebViewClient(){...
asked by 14.09.2017 / 16:02
2
answers

How to draw a chart with svg?

I need to draw the next chart through SVG, could someone help me get to the goal? since I tried without success since I did not draw in svg I was also supported with bookstores but I also did not get what I expected. The increase bar would be...
asked by 16.10.2018 / 21:47
2
answers

Select a form created using a PHP array?

By array I create forms with php , each form has a input text which is hidden (hidden) , I want to show it by a button in each of those forms. Similar to the Facebook posts that you have to click on the "Comment" b...
asked by 21.06.2017 / 07:05
2
answers

How to move the bullet point inside the gray background?

Hi, I want to know how to put the points inside the gray background. *{ margin: 0; padding: 0; } section{ padding: 100px 20px 100px 20px; } article{ background-color: rgb(200,200,200); margin: 20px 0 20px 0; }...
asked by 11.01.2018 / 18:04
2
answers

Style sheet css does not work

Hi, I have a problem with the css style sheet that having boostrap the changes I put in the css sheet does not do anything. <head> <title>Pruebas Javascript</title> <link rel="stylesheet" href="https://maxcdn.bootstrap...
asked by 19.07.2017 / 09:34
1
answer

Problems with running phpmailer from ajax

I would like to tell you that I want to send a form by ajax and that this data is obtained to execute the PHPMailer function. The problem is that from the file send _mensaje.php I get the following errors:    Undefined in...
asked by 25.07.2017 / 16:04
1
answer

Remove the vertical scroll in html and bootstrap [duplicated]

Hello my static page is almost finished, but I have a problem the scroll vertical I notice it insufficient, but when I remove it, I no longer work the scroll with the mouse , I hope you can help me thanks. this was the c...
asked by 07.06.2017 / 22:55
2
answers

How can I fix this console problem: "Bootstrap dropdown requires Popper.js"

I am creating a web page. Where I have an index and at the same level a folder js with three javascript files (bootstrap.min, jquery.min, popper.min). And another folder called css with two ficeros inside (styles.css and bootstrap.min.css). I ha...
asked by 28.09.2017 / 16:12
2
answers

Does not play mp3 sound in HTML

I try to integrate an audio into an HTML document but it does not play it. Code: <td height="380" colspan="3" valign="middle" class="bb"> <audio src="noticias/entrevista_radio_14feb2017.mp3"></audio> </td> The...
asked by 09.02.2018 / 15:18