José Gustavo Posted September 9, 2011 Report Share Posted September 9, 2011 To tentando criar uma caixa de comentários pro meu site, assim:<table background="hey.png" width="200" height="50"> <td> <form action="" method="post"> <font face="arial" size="4" color="#0057AE"><b>comente aqui:</b></font> <br> <font face="tahoma" size="1">nome</font><input tupe="text" name="nome"> <br> <textarea name="comentarios" id="comentarios"> comentario </textarea> <br> <input action="oi.html" type="submit" value="Comentar"> </form> </td> </table>Ficou assim: O que faço pro comentário e o nome da pessoa aparecer em cima ? Quote Link to comment Share on other sites More sharing options...
0 Ze Lima Posted June 29, 2017 Report Share Posted June 29, 2017 Em 09/09/2011 at 15:25, José Gustavo disse: To tentando criar uma caixa de comentários pro meu site, assim: <table background="hey.png" width="200" height="50"> <td> <form action="" method="post"> <font face="arial" size="4" color="#0057AE"><b>comente aqui:</b></font> <br> <font face="tahoma" size="1">nome</font><input tupe="text" name="nome"> <br> <textarea name="comentarios" id="comentarios"> comentario </textarea> <br> <input action="oi.html" type="submit" value="Comentar"> </form> </td> </table> Ficou assim: O que faço pro comentário e o nome da pessoa aparecer em cima ? Quote Link to comment Share on other sites More sharing options...
0 lowys Posted June 30, 2017 Report Share Posted June 30, 2017 (edited) <div> Nome<br> <input type="text" name="nome"> </div> <div> Comentário<br> <textarea name="comentarios" id="comentarios"></textarea> </div> Edited June 30, 2017 by lowys Quote Link to comment Share on other sites More sharing options...
0 DaviDeee Posted September 24, 2019 Report Share Posted September 24, 2019 Coeee, também to tentando Quote Link to comment Share on other sites More sharing options...
Question
José Gustavo
To tentando criar uma caixa de comentários pro meu site, assim:
Ficou assim:
O que faço pro comentário e o nome da pessoa aparecer em cima ?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.