Questions tagged as 'html'

2
answers

Images appear on localhost, but not online server

I'm not sure what to do, but I'm not sure what to do with it. place works and not online server. Someone who knows what is happening and can help would be grateful, I have been trying for hours to solve the problem without success folders="pu...
asked by 12.07.2017 / 20:33
1
answer

How to create this effect / animation

I want to use this circuit board effect as an animation (starting from the sides and drawing until they are in the center) on my site. But I can not do it at all. Is there any way to do this using only CSS? Without using SVG or anything l...
asked by 13.07.2017 / 05:29
1
answer

How to apply hover effect to an element immediately before?

I have the following structure: <div> <img src="#"> <button>Teste</button> </div> <div> <img src="#"> <button>Teste</button> </div> I need when the mouse rests on a but...
asked by 12.07.2017 / 23:05
1
answer

Resize image according to device size

I have an image that is 360 x 640 pixels and should be used as a background of a div . At first, div will occupy the entire device screen. Situation Because of my application being primarily for mobiles, I need to adapt th...
asked by 12.07.2017 / 19:17
1
answer

Delete line in html file

I have a file that shows the time and name that a user logged into the site, this file is password protected, is there any way to put a [Delete] button to delete a particular line? I use the following code $f = fopen("pass/index.html", "a"...
asked by 07.07.2017 / 18:21
0
answers

Resolve editing of textarea with jQuery

I'm doing an event registration, with PHP and jQuery, to register everything happens fine, but when I'm going to change, it causes an error: Example: We all know that when we enter a page to edit, we have to have the fields filled already wi...
asked by 07.07.2017 / 21:26
1
answer

I have one form inside the other and I can not get the most internal form

Here is an example of how the form is, it is much more complex than that, it already has almost 10 years of use and I do not have time to modify everything. But I need to have access to the form that is inside the other, that is the form that is...
asked by 27.04.2017 / 14:32
0
answers

How to insert Google Analytics charts in HTML?

I need to insert the customer's Analytics charts into the dashboard of his site. How to do this? Example:     
asked by 07.07.2017 / 00:59
0
answers

How do I use the value of a JavaScript variable in a PHP variable to later use this value in other pages of the site?

I have a web page about animals and veterinarians that I need to capture from a list an animal identifier (cd_pet) of the database and use it on another page when clicked, using the PHP language to provide the same information of the animal in t...
asked by 07.07.2017 / 03:19
1
answer

Field 'valueClick' does not have a default value

I have a problem, I add the news and I get the error 'Field' valueClick 'does not have a default value'. This "ValueClick" is a value that when clicking on the news link adds x money. Here is the code to add the news addNotícia.php <?ph...
asked by 09.07.2017 / 16:20