Questions tagged as 'html'

1
answer

How to make a chain of elements p / p that moves infinitely to the left

As I put in the title, does anyone have any idea how to do it? an example would be like this: The html code I have made is the following: <div id="cadenaEtiquetas"> <p>Texto1</p> <p>Texto2</p> <p>...
asked by 21.11.2017 / 22:32
1
answer

show image while processing a form with jquery

I have a form on an html page that is sent to a php file. My idea is that once the form is sent and until the data is loaded into the php, an animation is displayed on the screen. The problem is that the animation is not showing. The html...
asked by 27.11.2017 / 18:09
1
answer

Fixed Cell Height

I have a Table element in some cells I sometimes show a very large text so the cell grows in High, I had thought to put a fixed stop and show a tooltip to see all the contents of the cell. I've tried with style="table-layout: fixed", I've also p...
asked by 27.11.2017 / 23:34
1
answer

images are messed up by giving them title or html text

<table> </tr> </thead> <tr> <a href="" class="mainmenu" /><img title="Overlord" src="https://lh3.googleusercontent.com/-wmXOMSvGdqE/W1olljMPl8I/AAAAAAAAASE/zcrXBcEDR5Q72zGVf24_41unNrU-fE7DACEwYBhgL/w140-h87-p/HALF...
asked by 28.07.2018 / 04:18
3
answers

simple function to obtain the value of an input

I'm just starting in javascript and I'm trying to do something very simple, an input and a button, when I click the button, it shows me a value in the console. When entering a specific value in the input, I want that by clicking on the button, t...
asked by 11.08.2018 / 03:29
2
answers

Get buttons to share on social networks and program them

They could advise me on where to get these types of buttons to share on social networks and how to program them to share different content ..     
asked by 20.11.2017 / 23:06
1
answer

How to change the class to a font awesome icon?

I have a problem what happens is that when I put font awesome in my footer it has classes by default and when I put the same icons in my modal menu appears with the same editions that I have in my footer and we open some way to change the class...
asked by 17.03.2018 / 18:16
1
answer

how can I use the variables I receive by post in all my html pages

<?php $origen = $_POST["origen"]; $destino = $_POST["destino"]; $pesoReal = ceil($_POST["peso"]); $largo = $_POST["largo"]; $ancho = $_POST["ancho"]; $alto = $_POST["alto"]; $pesoVolumetrico = $largo * $ancho * $alto...
asked by 21.03.2017 / 17:26
1
answer

Problem with Bootstrap table [closed]

Problem because the table does not line up well. For example, the vote button is displayed in "Port" and is not centered on "Vote". Image: link PHP Code: <div class="container"> <!-- Errors --> <?php echo $error;...
asked by 09.04.2017 / 20:07
1
answer

Extract a column of MSQL names and save it in a PHP array

What I want is to extract the names from the database and save them in an array and then display them according to the order as I saved them in the array I want to save it in the $ student [] array <?php $...
asked by 07.09.2018 / 18:13