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
<...
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...
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...
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...
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...
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*/...
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.
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?
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...
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...