Questions tagged as 'html'

1
answer

Add bookmark system [closed]

Recently in a project, the need arose to create a system that can be evaluated by the user, and in this case, only the "favorite" was requested. The user will only click on the "heart" and +1 will be added to each click. But without the use of p...
asked by 24.12.2015 / 18:01
2
answers

Can I use Get or Post to read an Array?

I'm trying to make an .php file read an array, but I also want to assign an id for each value in Vector. Ess is the html <form method='GET'> <input type="hidden" name="idArray[]" value="1" /> <input type="hidden" name="idAr...
asked by 09.12.2015 / 17:27
2
answers

How do you leave the div always with the maximum page size?

How can I make sure that% content is minimized to the size of the page on any resolution or monitor without creating a scroll bar? Being that the scroll bar should only exist when the content of <div> content is filled up enough...
asked by 13.11.2015 / 16:30
1
answer

Function / Method to change a variable from another file in PHP?

I have a login page that takes a variable from another file, which at the beginning is empty, and places it below the login screen. If the user misses login / password or does not enter anything, the variable should be changed to "Invalid Login"...
asked by 14.11.2015 / 03:57
1
answer

Create divs with text and images

I have very basic knowledge in html and css, so I want to help you guys to build some points of the layout below using HTML and CSS. img deals with an image size of 100px per 100px. Note: The text A, B and F must have a space between the image...
asked by 23.02.2016 / 23:56
1
answer

Why do divs move in place after inserting content? [closed]

If I remove the tags it is aligned correctly, but when I insert the image or, for example, h1 it already descends again, if it inserts in all it returns to normal, but why does it occur? body { background-color: #DDDDDD } #container1...
asked by 01.02.2016 / 18:48
2
answers

Handle Dynamically Loaded Content

I need to manipulate an attribute of an html tag that was loaded dynamically through ajax. I've tried it in many ways using jQuery but none of it worked. The code being loaded via ajax is as follows: <table cellspacing="0" cellpadding="0...
asked by 01.02.2016 / 14:05
1
answer

How to solve dropdown menu problem that does not work on android?

I'm learning to program, I've done the whole site, and it's practically the way I wanted it, at first I had problems with IE, the menu did not work at all, I reformulated the menu, I used examples I got on the internet, I understood all the code...
asked by 30.01.2016 / 22:20
1
answer

Remove cloned DIV by clicking button

At some point I asked a question about how to clone a DIV of a form by clicking a button (+) ... I got the following answer that helped me back then.    ANSWER Now, I need to add a new button (-) so that when the user clicks, the clo...
asked by 11.11.2015 / 07:00
1
answer

Problem inserting data into mysql table [closed]

I'm having a problem inserting data into a table someone can show me the error. <html> <head></head> <body> <div> <form method="POST" action="varcadastro.php"> <p class="contact">...
asked by 08.11.2015 / 22:28