Questions tagged as 'html'

3
answers

How to check the ID value of a tag and how often does it repeat with Jquery?

Personal I have an excerpt of a code referring to the image below Thefirstdivshowsalistofstudents.Inthesecondthestudentsthattheuserchooseforhisgroup,asheclicksontopofeachstudentIhaveajqueryfunctionthatinsertsthestudentintothedivgroupandlimitshi...
asked by 13.04.2016 / 19:39
2
answers

Leave all LI with height of greater using CSS

I have some elements <li> that I estimate to stay inline-block . However, since the content of each <li> is different, they end up with different HEIGHT. Like that: However,thecorrectthingisthatthe%with%withlessc...
asked by 07.03.2017 / 23:23
1
answer

Display / Hide "Terms of Use" by clicking checkbox

How do I checkmark a site's content when I check it? For example, I want to make a terms of use system, whereby clicking on "I accept the terms" will release the button to proceed with the content. I made the following form, I created a co...
asked by 14.11.2015 / 22:36
3
answers

Error in file or character encoding

On every page of a website that I'm developing with UTF-8 encoding, defined both in charset and as editor encoding, I'm having trouble in rendering accented words, for example: The word Medical renders as Doctor . Considering that I...
asked by 21.11.2015 / 22:11
3
answers

Align fields side by side in a form

I'm having trouble aligning 2 fields side by side on a form, the first case would be a select next to one input and the other two inputs. Ex: HTML:<li><label>Selecionealgo</label><select><optiondisabled>Selec...
asked by 19.06.2016 / 16:22
2
answers

How to Style the Length of a Video on ScreenShot

How Can I Create a CSS Rule to Display the Duration of a Video in ScreenShot Example   ItisthiseffectthatItrytogiveinmyminiatures.AssignataginScreenShotdisplayingthelengthoftimeavideoIdonotknowifIcouldexpressmyselfright,butI'dliketoknowawa...
asked by 25.06.2016 / 22:33
2
answers

Knowing if the page is in the background

Is it possible to know if the page of my site is being visited in the background by the web surfer? Is there any code or way to know it?     
asked by 22.06.2016 / 13:16
2
answers

How to echo a file in php?

I'm wanting to create a simple Email marketing server. So for this I have to get the contents of an HTML and save a variable in PHP. This is my form. <form method="post" action="email.php" enctype="multipart/form-data"> <h1> En...
asked by 20.05.2015 / 18:47
2
answers

How to redirect page after login in php?

Hello, I would like to know how to redirect page after user login. It has the Index that is the code below and here comes other pages type. requests.php, reserva.php and others only that all are linked in requests.php. so I would like to know...
asked by 04.01.2017 / 18:50
4
answers

How do I get the entire HTML of the last Fieldset in a dynamic page?

I have a div where multiple fieldsets and just below hr : Thedivcontentisdynamicandmayhave3ormorefieldsets.InmycodeIcouldonlygetthecontentthatisinsidethefirstone.HowcanIgetthewholefieldset?Hereisthecodeformypage:<html><head>...
asked by 29.12.2016 / 15:19