Questions tagged as 'html'

1
answer

Angular Route and labels

I have AngularJS configured with Ng Route. When you find me for example on the page craft/content/#!/ and I want to move to a div within the same page for example <div id='caja'></div> I can not use craft/content/#!/#caja...
asked by 27.07.2017 / 23:20
1
answer

Tables are traveling down

I was asked to create a gigantic table and for some reasons (SQL, format, etc.) I had to create a table for each column and put them together to make them look like a big table, now I have occupied the whole width of the page and my tables ar...
asked by 28.06.2017 / 16:58
1
answer

Send a variable in the subject of PHP MAILER

I have a form which, when finished, sends the data to an email, and sends the data, I just want the subject to be sent from where the information is sent, I have the following code: $nombre = utf8_decode($_POST['nombre']); $plantel = utf8_dec...
asked by 13.06.2017 / 17:56
1
answer

enter value of the database in a textarea

My mistake is: I have a textarea, which I fill in, I give it to send. In the database is recorded as follows: And everything is correct. The problem comes when I make the call to that field within a textarea. Showing that: Fo...
asked by 13.06.2017 / 12:04
1
answer

Display Firebase data in a table in HTML

That's my firebase db enter the description of the image here <html> <body> <style> table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 15px; }...
asked by 09.06.2017 / 07:17
1
answer

Clean calendar bootstrap-datetimepicker

I have this html code that when choosing a country loads the days in the calendar: <div class="row"> <div class="col-md-12"> <div class="form-group"> <label>Pais</label> <sel...
asked by 05.06.2017 / 06:35
2
answers

Place current date in a TextBox in C #

I need the current date to be loaded in the TextBox ; I'm doing it with the following code but when I run it, it does not load any date: <td> <label for="Fecha">Fecha:</label> </td> <td>...
asked by 11.06.2017 / 19:24
2
answers

Get the value of a checkbox and show it in input text js or jquery

Good day how you could get the value of a checkbox and then show it in an input text. <form class="form-horizontal" method="post" enctype="multipart/form-data" id="addproduct" action="index.php?view=addproduct" role="form"> <di...
asked by 01.06.2017 / 17:18
1
answer

space between rows of an HTML table

I'm trying to leave a space between the rows of a table in HTML but I can not find the way to do it. The table is this: #g-table tbody tr > td{ border: 1px solid rgb(220,220,220); height: 30px...
asked by 05.06.2017 / 17:54
1
answer

Edit full column jquery

<table id="tabla_autos"> <thead> <tr> <th>Patente</th> <th>Color</th> <th>Stock</th> </tr> </thead> <tbody> <tr id="1"> &l...
asked by 06.06.2017 / 16:20