Questions tagged as 'html'

1
answer

add a constant to a string -php

I would like to know if it is possible to add a constant String to another String . Let me explain; I have a cycle that calls me 'X' number for a series:    53148 The first three numbers are a series of fecha 06 and th...
asked by 07.06.2018 / 03:52
1
answer

The title appears in the body

I have the following code: *{ background: gray; display: block; } body { text-align: center; } #reproducir { width: 720px; margin: 20px auto; padding: 5px; background: #999; border: 1px solid #666; border-radius: 5p...
asked by 09.06.2018 / 06:17
1
answer

How to clone a single element of a class in jquery?

Hello! What happens is that I have the following html code that is to create dynamic objects: <!doctype html> <html lang="es-mx"> <head> <style> .opcion{ width: 100%;...
asked by 22.06.2018 / 20:25
4
answers

Align to in HTML

I want to know if the way to align text of the link is as follows: <a text-align="center" href=<%=rs("IDENTIDICACION")%> download=<%=rs("IDENTIDICACION")%>>TEST</a> Because the word is not centered: test     
asked by 22.06.2018 / 18:30
3
answers

upload an image in html and javascript

I am sending an image to my web server that I select from my HTML in the following way: <form method="POST" action="http://'+ip+'/HelloSpringMVC/uploadFile" action="subirFoto();" enctype="multipart/form-data"> File to upload: <inpu...
asked by 14.05.2018 / 20:46
1
answer

Send data by POST from a DataTable

I am using a DataTable created dynamically from a DB in which I capture the event onclick of which row was selected and I collect your data, now what I need is that I redirect to another php file (I want to send them by POST) in which mus...
asked by 23.07.2018 / 23:23
1
answer

Center divs within a div

I want to center the circles within col-md-12 the bad thing is that when I put margin:auto does not allow space between them: Now try with display:flex and you can not, nor with margin:auto . This is the ex...
asked by 16.05.2018 / 02:07
1
answer

How to create a background that is not square?

I want to create a sloping background to make my site more attractive in general. A pretty clear example is the red background that has this site '' link ''. Enter your css code but I can not find where you put that fund.     
asked by 26.06.2018 / 20:35
1
answer

How to show the records that I am uploading in the database in the table html?

This is the code in php and html that I have works well, saves the records that I charge, but what it does not do is show the row that I just loaded on the page after I click on the "load" button I have to reload the page and it gives me the war...
asked by 10.07.2018 / 17:57
3
answers

Enable / Disable Checkboxes by clicking on another different checkbox using jQuery

I am developing a form that contains a checkbox list, which belong to the class .causa , likewise there is a checkbox of the class .without_cause which I intend that disables the checkboxes mentioned initially. Searching the Internet I found...
asked by 25.04.2018 / 22:58