Questions tagged as 'html'

1
answer

Creation of Boxes [closed]

Good people, I would like to know if you can help me create boxes like the picture, I can not.     
asked by 28.03.2017 / 12:02
1
answer

How to make form in stages?

I am creating a system and wanted to know how to make a form per step, it works by checkbox and input and type just wanted to know how to pass the data from the first form to the two to be inserted into mysql. </tr> <tr>...
asked by 27.01.2017 / 01:57
1
answer

Checklistbox using bootstrap

I need to create a checklistbox using the bootstrap. I tried in many ways and I could not. I looked at the bootstrap site and the examples from there, I also did not do here in my project. I need more or less this down below:     
asked by 25.08.2014 / 13:07
1
answer

Table shows no rows and no columns with bootstrap

I'm trying to make a table with bootstrap. It turns out that some things do not work. The size of the TD's are always the same. I can not create rows to separate rows and columns, like a grid. I took a grid option with bootstrap, but in...
asked by 29.07.2014 / 17:31
2
answers

How can I get the value of a text and print on the [closed]

I'm trying to print a value that was typed per user from a textfield , for example a name field. But after I get it, I want to print the name.     
asked by 29.04.2014 / 13:05
2
answers

Input is "Cutting" what comes after space with PHP [closed]

I have a change register screen. The information that will be changed I bring to an input field, allowing the user to move if necessary. However, a problem occurs if the word is separated by 'space', that is, if the user types "Olá mundo"...
asked by 03.05.2018 / 21:49
2
answers

Parse error: syntax error, unexpected end of file in [duplicate]

I have an error in this section ... I do not know what can be <?php $sql = mysql_query("SELECT * FROM comentarios where ativo='sim' order by id DESC"); while($linha = mysql_fetch_array($sql )){ $data_2 = $linha['data']; $hora_2 =...
asked by 01.11.2017 / 03:51
1
answer

Doubt about HTML / JS [closed]

I am developing a web platform for creating specific questionnaires. For now, I just want to read the question statement and the list of answer alternatives, depending on the type of question. I have the following form: Iwantedtomakealittleb...
asked by 17.10.2017 / 23:04
1
answer

Format right with header but not with include

With header header( 'Location:conteudo/agenda.php'); Clickingonday14 Withincludeinclude'conteudo/agenda.php'; Nothing happens when clicking I intended to do with include     
asked by 19.04.2016 / 18:07
1
answer

Insert a calendar with HTML

I'm trying to insert a calendar into HTML , but this calendar is looking bad. The calendar is the green one that is on this page: link Only that I only appear the tasks and the days do not. What am I doing wrong? CODE I HAVE: <%@...
asked by 14.04.2016 / 13:09