Questions tagged as 'html'

2
answers

Integrate function input PHP in HTML input

Hi, I'm trying to integrate a PHP function into an HTML input, because if I remove the HTML input and leave only the PHP function, by not taking the styles the field is reduced in width by half, as you can see in the image. * PHP + HTML <...
asked by 20.04.2017 / 09:19
2
answers

How to know when a button has been clicked, which was generated dynamically in JS?

I'm working on a web application implementing HTML , JAVASCRIPT , JQUERY From JAVASCRIPT , I am adding code HTML , to generate buttons, as needed, within for , but I only add as I am adding it with the fol...
asked by 21.04.2017 / 00:42
1
answer

Problems with anchors in browsers

It turns out that I'm creating a WordPress template and I'm having trouble redirecting to specific parts of the area, like the homepage. I want to go to this page , which obviously by the anchor I'm telling you to send me to that area of the...
asked by 23.03.2017 / 19:18
2
answers

How to show a row in a SQL query?

I have an SQL query in a web application, what I want to show is that the rows with total = 100 are displayed in color verde and rows with total = 0 are displayed in color rojo , but not How to implement this function...
asked by 22.03.2017 / 17:18
1
answer

TCPDF ERROR: Some data has already been output, can not send PDF file

I am trying to generate a PDF report using TCPDF , but when executing my code the following error occurs:    TCPDF ERROR: Some data has already been output, can not send PDF file Please, can you give me a hand to determine the err...
asked by 30.11.2016 / 12:24
2
answers

Remove white side space from HTML with Bootstrap

There is a white border that I can not remove and I do not know why it is formed. It only appears in the mobile responsive version. /*/*Fuentes*/ @import 'https://fonts.googleapis.com/css?family=Lora:700i'; /*Header*/...
asked by 10.12.2016 / 04:55
2
answers

Styling a pseudo element :: after with jQuery

How to select from jQuery an element of this style? .page-container .single-page:nth-of-type(2)::after { } The idea is to be able to modify certain rules CSS from JavaScript.     
asked by 26.10.2016 / 16:06
2
answers

modify the framing of input selection in html

I have an input to which I apply a border-radius style border-radius: 15px 10px 15px 10px; but when I select the frame is still rectangular, I show it in an image I want that frame also curved, can you?     
asked by 27.11.2016 / 01:52
1
answer

Access values sent by HTML form in PHP

Sorry if I make an error, but I'm new to this forum. I want to make a decision in a php block using a value of a select. <?php $act = $_GET["act"]; $save = $_GET["save"]; if($act == 'agregar'){ if($sav...
asked by 12.01.2017 / 07:40
1
answer

Remove animation timing function flicker

I had a doubt. I wanted to get the background of my web to change using keyframes. That's why I used animation-timing-function: step-start; . The problem is that it does change, but in each change there is a horrible white flicker, as if the im...
asked by 05.01.2017 / 18:47