Questions tagged as 'html'

1
answer

How to add a pdf file in html to see it on my website?

I am trying to create a section on my website with the studies I have, which are not many. I want to show the diplomas, which I have in PDF. With this code is shown, but clicking on the link: <a href="pdf/html.pdf">Haz clic aquí para el...
asked by 11.11.2017 / 23:51
2
answers

Help showing catalog products html css

I have the following code in HTML where I want to show a catalog of products with 4 columns and n rows- Everything is fine and it works but when the name of the product is too long the table starts to go down and stretch and unravels the others....
asked by 19.12.2017 / 19:34
1
answer

Add arrows to carousel

I wanted to know if there is any way to add arrows to make it run to this type of carousel , in addition to having the touch (which already comes by default) and that runs on its own. This is my code: (function($, undefined) { $...
asked by 19.12.2017 / 14:49
1
answer

HTML communication with java?

I am working on a small test where I made a table of data in mysql and use hibernate to generate the pojo, the ingnieria inverse and the config file of hibernate cfg in xml. I made a small form in html to try to enter the data and store it in th...
asked by 29.11.2017 / 01:22
2
answers

Prevent a select from opening while being readonly

Greetings, I have a select which is disabled with the attribute readonly , what I want is to prevent it from opening while it is with readonly , this achievement in this code if ($(this).is('[readonly]')) { $(...
asked by 20.11.2017 / 21:24
1
answer

How do I put the form in parallel to the paragraphs having bootstrap and own styles?

I still try to give functions to my website, which I am getting thanks to my colleagues (@Camilo Vasquez, @Alvaro Montoro, @Pepo Gonzalez) In this case, I try to put the form that is under the pad, to the right of the four paragraphs, parallel....
asked by 18.11.2017 / 00:42
2
answers

How do I compare two values of an input type="password"?

I have a form in which a user would register. I need to know the password that he writes to compare it with the one he puts back to see that he was not wrong. The code would be this: <script> function balidatu(){ var pas...
asked by 30.10.2017 / 19:33
2
answers

HTML call a form from another form on the same page

<form name="update" action="" method="post"> Nombre de Usuario <input name="txtbus" type="text"> <input name="btn1" value="Buscar" type="submit"> </form> <form class="contacto" name='contacto' method="POST"...
asked by 06.11.2017 / 18:48
2
answers

Center ul within a div (CSS)

I have the following div which contains a background image and in the lower part a menu, my question is how can I center the items of my menu across the width of my screen, these are currently shown on the left. this is my code: <div cla...
asked by 29.10.2017 / 05:59
1
answer

Pop-up or message when you click on a div

I have content inside a div, and I want that when someone clicks a message, like pop-up or as a browser message with something like that, click on any side of the div container. I have no idea if this can be done. Thank you.     
asked by 12.11.2017 / 20:39