Questions tagged as 'html'

1
answer

Class to load scripts and css in PHP [closed]

I need a method to load css and javascript files dynamically on each page, so as not to load unnecessary files and improve performance. Create a class in php that works, but I want to know if there is a better method. I do not use any PHP framew...
asked by 12.02.2017 / 21:40
2
answers

How to store the indices that come from a form via $ _POST

I'm making a form that sends data to a normal php file, the problem is that I want to receive in that file. Both the values that come via $ _POST and the indexes of these values. if I have the following input: <input id="username" name="...
asked by 14.05.2018 / 16:18
1
answer

Problems php jump

I have a problem when I try to concatenate the line break of my associative arrays, it does not let me and I get this error    Parse error: syntax error, unexpected '' ''   (T_CONSTANT_ENCAPSED_STRING), expecting ')' in   C: \ Users \ Daniel...
asked by 18.08.2017 / 07:07
3
answers

recover data and put them in a select

I have a form with a <select> with several options in it to choose the order in which the information that the user sees on the screen will be displayed: <form method="get" action="busqueda.php" class="height-30 float-right "&g...
asked by 02.06.2017 / 15:41
1
answer

Problems with col-xs (Boostrap)

The problem is that in my browser the divs col-xs are not seen correctly. However here if it looks good. I leave a photo: HTML <!doctype html> <html> <head> <link href="css/bootstrap.min.css" rel="styleshe...
asked by 15.08.2017 / 15:29
3
answers

Input only receive up to 8000

I need to enter an amount in an input only let me enter up to 8000 and if I put 8500 for example tell me that maximum amount is 8000. <input type="text" id="breadth1" maxlength="8000" class="form-control big" placeholder="Ingrese ancho to...
asked by 12.05.2017 / 20:55
2
answers

You do not show me the tooltip

Well, that's it, I'm trying to show a tooltip in an input field and it does not show it to me, I do not know where I'm having the error. //Javascript (JQuery) $(function test() { var valor = $("#nombre").val(); if( valor...
asked by 08.02.2017 / 20:38
4
answers

Center div with CSS

I'm making a profile with your image as verified, but I can not get the image check to be placed next to the image of the profile, I put the parent div of the check as position:absolute but it does not work either. .profile...
asked by 28.04.2017 / 02:22
1
answer

Second forloop.counter does not print anything on screen

I am building a carousel of images using Foundation Orbit, for the part of the bullets I have an error when using two forloop.counter tags, I need them to print the carousel element number on the screen, one in "Humanized" form and the...
asked by 11.02.2016 / 20:47
3
answers

"Next and Previous" buttons

Good afternoon, I'm a little new to the subject and I have a test application which has two buttons to go to the next question and to go back if you want. The fact is that I have no way to square them well because if the question is very long, t...
asked by 23.01.2017 / 17:24