Questions tagged as 'html'

2
answers

While not stopping when you should

I have the following code: <div class="row"> <? $tag = mysqli_real_escape_string($connection,$_GET['categoria']); $result = $connection -> query("select * from produtos where tags like '%$tag%' and online='0' order by id limit 4...
asked by 19.01.2015 / 23:49
2
answers

Dynamic Form? how to make?

I have the following question, I have a while in PHP, and in this while I have a form and a submit button that sends this form , but as they are multiple records it repeats this form and the system only detects the first fo...
asked by 20.01.2015 / 02:26
2
answers

remove repeated values

If he types 1, I have to check if there is no value 1 in the table that has already been typed, if there is a value repeated, it removes the value 1 and keeps the other one intact. So for other values. HTML <table>...
asked by 23.06.2015 / 17:40
1
answer

How to insert jQuery via HTML

My question probably has an obvious answer, but I could not find it on google. I have a website that uses Wordpress. On the site I use a plugin that stopped working (I do not know the reason). I discovered that the cause was a jQuery that for...
asked by 30.03.2015 / 21:09
2
answers

How to Display Half of Background [duplicate]

I have two <div> , one is superimposed on another. And I need the one on top, just show half of the background . That is, the other half will be transparent so that the other half of the <div> underneath is visible....
asked by 26.06.2015 / 18:30
1
answer

HTML is not showing

I have a field in my table that writes HTML-formatted text correctly. When I am trying to display it on the screen, via TWIG using the RAW filter, it continues to be displayed as text and not HTML p> I noticed that TWIG is putting a quo...
asked by 30.03.2015 / 04:29
2
answers

How to access a website as if it were an application?

I'm developing a web application, and I can add it to a home screen of the mobile device, creating a shortcut to my site. But I would like to know how I can do when the guy clicks on the app he added to the home screen, it does not open in the b...
asked by 20.03.2015 / 17:20
1
answer

Looking for information in JSON format from a url

I have a url that when opened has the following json : [ { "Name" : "Alfreds Futterkiste", "City" : "Berlin", "Country" : "Germany" }, { "Name" : "Berglunds snabbköp", "City" : "Luleå", "Country" : "Sweden" }, { "Name" : "Ce...
asked by 20.03.2015 / 12:42
1
answer

Creating links with image

After putting: <a href="URL do site"> , then I should only put the URL of the image or <img src=''URL da imagem'' ?     
asked by 23.03.2015 / 02:19
1
answer

Prevent elements from breaking inside an overflow

How to leave a div with child divs with overflow , without breaking the content? I am mounting a binary tree viewer, and I need the divs, never to break the line. In the code I'm working on, by reducing the size of the window, the div w...
asked by 28.12.2014 / 20:47