Questions tagged as 'html'

1
answer

How to bring information from the database and insert into a table (bootstrap)

Good afternoon! I have tried to bring information from the database 'user' and insert it into a table that follows the bootstrap syntax. But because of the complexity of tags I end up wrapping myself around: (    The goal is: > Select a tea...
asked by 28.12.2017 / 22:17
1
answer

Script to remove readonly

I have a user registration system and a page where I show all registered users. I display 8 users per page - each user has the option to click on an anchor Info that details the user. In these details there is an option to reset the passwor...
asked by 05.12.2017 / 13:21
1
answer

"Automatic" footer [duplicate]

I'm making a site to index links. There are times when the result occupies less than half the page, and sometimes takes up a huge scroll. I need a footer that in a little content is stuck below the screen ( bottom: 0; ) but if there is s...
asked by 04.12.2017 / 19:50
3
answers

Background image

I'm developing HTML email marketing, however I'm having problems with the footer, where it has a background url and in the mobile version it does not configure: Mycode: .background-gray2-no-padding { background-color: #C4C3C2;...
asked by 06.12.2017 / 16:59
1
answer

In an Ajax XHR request, in HTTP_ACCEPT what meaning of q = 0.01?

I have communication via Ajax (xhr) , and in my HEADER the value of HTTP_ACCEPT is application/json, text/javascript, */*; q=0.01 . I understand all the previous values, I would like to find something that explains the q = 0.01...
asked by 05.12.2017 / 15:17
1
answer

I can not put background-color and outline

I'm developing a web application and I have the following problems: I can not fill in the white space above the title " Sort Search " using background-color applied to it. I can not put a outline: 1px solid #E0E0DA; line a...
asked by 22.10.2017 / 00:22
1
answer

How to make all the characters stay in the same height

I want to put all the elements of a div at the same height as in this image: Somineislikethis: MyHTML:<divclass="banner"> <div class="container"> <div class="conteudo-banner"> <h1>Kerline</h1>...
asked by 20.10.2017 / 19:02
1
answer

Doubt about Wordpress [closed]

I need a news system for a website ready. Just that I do not know much of wordpress, I do not know if it is possible to install wordpress on a website already ready. I wanted to know if it is possible, because there has a complete news system....
asked by 22.10.2017 / 14:04
1
answer

How to store the span tag texts in an array in jquery / javascript?

I need to get the text that is contained between the span tags. This is the framework I'm working on: <table> <thead> </thead> <tbody> <tr> <td colspan="9" class="questiontext"...
asked by 28.09.2017 / 20:59
2
answers

I can not add value in Array

I want to add the name entered at the prompt into an array and display the names in a table but when adding it it displays the null value in the table. var nomes=[]; var indice=[]; var i=1; window.onload=function(){ do{...
asked by 29.09.2017 / 00:09