Questions tagged as 'html'

1
answer

JS / jQuery - Multiple tasks at a button

I'm inserting data from a json file into an html div, content is added from a button. everything is working! I just want to replace the contents of the div with each click of this button. ex: 1) First click: the name of person 1 is display...
asked by 28.10.2017 / 19:36
0
answers

CSS doubt, placeholder

I have this following login page: link It's simple the way I expected, but when I enter any information in the fields (input), the placeholder goes back to the fields when I go to the next field, how could I solve this?     
asked by 29.10.2017 / 19:43
1
answer

CodeIgniter enjoy publication and show how tanned

I'm developing a publishing, tanning and rewrite script, but when I put the option to be tanned my error starts. SE ( ID_PERFIL = ID_PERFIL e ID_PUBLICACAO= ID_PUBLICACAO ) { CURTIU } SE NAO { CURTIR } But when I make this request in the r...
asked by 09.10.2017 / 00:07
0
answers

Flexbox leaves resized images

I'm doing the sketch of a project and need to put three images one a "line" only. I decided to use display:flex and space-around to leave them with a space between them, however they are in the out-of-normal size. HTML:<head...
asked by 06.10.2017 / 14:40
1
answer

How to open pdf that is located in a folder in the project in html?

I'm trying to open a pdf file that is located in a folder inside the project, but it's not working. I followed some suggestions and tried this: <a href="../../media/Novo_Documento_2017-09-13_18.19.55_20170913182145649.pdf" target="_bla...
asked by 27.10.2017 / 15:10
0
answers

ng-include improves website performance?

Good evening I would like to know if I separate the html in parts and use ng-include to add them to the index, improve the performance of the site? making it faster Thank you in advance !!     
asked by 04.10.2017 / 21:39
1
answer

Ionic 3 - Ion-Clickable Item

By using the ION-ITEM directive inside the ION-LIST, you can not click any element inside, eg a text field when we test with the iOS emulator in Chrome. > <ion-list class="list-form"> <ion-item tappable> <ion-label floating...
asked by 02.10.2017 / 00:03
1
answer

Well-positioned site [closed]

Well, I have a website that I have developed and I would like it to be well positioned on Google and I have already put the meta tags etc. but it did not help much I would like to know how to do it right and the site is well positioned in the se...
asked by 11.10.2017 / 23:17
1
answer

Conversion of "query" an HTML form using .htaccess

I need to do a "query" conversion of an HTML form that should pass information to do a search in the database. I think it could be something like a kind of "friendly url", the simplest. Basically it is, with this string passed by the form "?...
asked by 12.10.2017 / 21:48
3
answers

Problem sending PHP data to the database

I'm starting with PHP and I'm having trouble sending it to the database, unfortunately I can not find the error, if anyone can help, I'm grateful. HTML looks like this: <form method="post" action="blog.php" >...
asked by 07.10.2017 / 05:16