Questions tagged as 'html'

1
answer

Problem with titles on the site,

Here's the site for you guys to take a look at. The problem is as follows, in the main news and in the sub news there are those title that is with a giant space between one line and another ...nowinthecolumnsbelowthetitlesaremore...
asked by 25.09.2017 / 16:55
1
answer

Insert a Div from another page

I'm trying to get a DIV from this page . The DIV is named .similar-artists . I want to play in DIV called #rock , but nothing works. Below the code: <!DOCTYPE html> <html> <head> &l...
asked by 25.09.2017 / 21:20
1
answer

Reading in JSON file generating error

I'm trying to do a read in JSON, and result what I want in a div but my console is returned the following error, XMLHttpRequest cannot load JSON file: {"content":{"nome":"Josimara","pais":"brasil"}} HTML <script type="text/javascr...
asked by 25.09.2017 / 20:59
1
answer

How to position required message?

I have the following html <ul class="pagamento-metodos"> <li class="pagamento-metodo paypal"> <input name="payment_methods" type="radio" id="paypal" value="paypal" required> <label for="paypal"></label...
asked by 25.09.2017 / 16:40
2
answers

Form field above all the elements on the page

I'm developing a website, but a small bug has occurred that I can not solve, there is a search form in the main div, and a menu that stays fixed, above any element on the page. However, when I open the menu, the form input is above the menu, as...
asked by 22.09.2017 / 19:13
1
answer

How to use Jekyll's posts system to make app [closed]

I'm making an android app, using apache cordova. I want to know how to make a system of "posts" as in Jekyll, it simply picks up text files and transforms them into post. For each .txt file it creates a post. How can I do this? For example, i...
asked by 09.10.2017 / 18:24
1
answer

How to change the font-family of a single div with .tff file?

I would like to change the font-family of a particular div to a font that I can not find the code, but I found a font file. How can I add this font? Is there a code for it? In this link I found the font I want....
asked by 09.10.2017 / 19:53
1
answer

Limit a "range" using another "range"

Hello, I'm developing a web page, and I need to limit a range by using another range. I have two <input type='range' /> both go from 0 to 10. I need that when one is changed to the value 5 the other receives a total value of 5....
asked by 09.10.2017 / 15:58
1
answer

HTML Entities in PHP and Java

I'm using htmlentities () in PHP to store data in the database, replacing ç , ã , and other characters by HTML entities: <?PHP htmlentities ("Ampliação"); //Resulta na string "Amplia&ccedil;&atilde;o In Java (Android) I need...
asked by 26.09.2017 / 02:31
1
answer

TBODY content overwriting THEAD and TFOOT

I'm having a problem generating a file for printing using the table structure. I can put the header with thead and footer tfoot on all pages, but the tbody content overlaps both. Here is the code: <html> <head>...
asked by 26.09.2017 / 14:58