Questions tagged as 'html5'

2
answers

Form does not send emails

I created a blog with html5, css3 and php. In the contact page php I have put a form so that you can send me an email with a comment, but I have done some test and I do not receive anything. I have put two lines to show me if there are errors in...
asked by 07.09.2018 / 11:56
1
answer

How to get a value from an Input and pass it to php without reloading form

Good I have a problem, I would like to try to obtain a value of an input, which is entered, to later evaluate it in php. But I do not want to reload the Form. I would like to evaluate on the same page once the data is entered. I know a bit of ja...
asked by 03.05.2018 / 16:08
2
answers

When creating my html element in an automated way with c # is it replaced and not added?

What I want to do is create several rows with their respective element within an accordion, then I leave the code that I put in my event clicserver public string RowsAdd = ""; RowsAdd += "<section class='col-lg-12 text-ce...
asked by 29.06.2018 / 19:06
1
answer

Add an INPUT to it (as a serial key)

I want to format an input, I do not know what to do: '( I want the format to come out this way    00-00-0000-1234567 But it comes out like this    00-00-1234567-0000 <form id="form" method="post" action=""> <input...
asked by 30.06.2018 / 00:24
1
answer

How to go through all the bootstrap-table of my page

Hello, I currently have an mvc .net application where in a view I have several tables and the objective is to obtain all the data of all the tables, this is my html code for one of the tables: <div name="7488" id="7488" control-type="TIssFo...
asked by 22.05.2018 / 17:53
1
answer

Text does not become bold

I am writing a paragraph and on the page I am using Bootstrap 4 and css3, but at the moment of wanting to make a part of the paragraph in bold it is not done with <b> or with <strong> .texto{ margin-top: 30px;...
asked by 24.05.2018 / 01:26
2
answers

Open or edit php.ini on mac Os [closed]

Someone can tell me how to open the file php.ini , according to my PHP version 7.2.2 the file is in this address:    ./ usr / local / php5 / lib / php.ini I have already entered from the terminal to the folder lib now...
asked by 23.04.2018 / 17:26
1
answer

Remove separation between cells

How can I remove or close the separation between the buttons and between the two links? This separation I frame with arrows (I have enlarged the image to make it look better). <!DOCTYPE html> <html lang="es"> <h...
asked by 10.03.2018 / 12:30
1
answer

Time bar Video html5

hi what happens is that in the progress bar of the time of the video I'm trying to make that when I press it somewhere on the bar I'm going to that moment of the video, but I've been doing this for 2 days and it does not fit me I have tried seve...
asked by 20.03.2018 / 19:39
1
answer

Change for each by a normal for

I have an Object that is films and with this I am going to call an ajax function so that it shows me a title of a movie (In the api they send me 4 or more) to go through each movie I made a FOREACH but I want it to show me only one so I try with...
asked by 08.02.2018 / 11:03