Questions tagged as 'html'

3
answers

Convert Date to date field

I have a field that receives a date value as in the example: 24/10/18 . I need to replicate this field to one of date type but following the value rule that date requires. Example: 2018-09-24 . That is, convert date 24/10/18...
asked by 24.09.2018 / 17:38
2
answers

Javascript Validation Javascript

Good morning. I need to validate the CEP typed in an input. If the CEP is equal to 35000-000, you must clear the input and send CEP message Not Available. Is there any way to do this using the HTML pattern attribute? How to do? void validaCEP(...
asked by 26.12.2018 / 11:48
2
answers

Responsive text and image

I'm a beginner working with responsive methods and I'm having problems with a detail, I need to change the text of a btn to an image when my application is accessed by mobile. Could anyone help me with this? <button class="btn btn-lg btn...
asked by 13.11.2018 / 12:17
2
answers

Type in date search field in the format dd / mm / yyyy and search the database in the format YYYY-mm-dd

I want to type the date in the form dd / mm / yyyy format but then search the database in the format YYYY-mm-dd, Please have tried everything, from a HELP Ai     
asked by 26.07.2018 / 16:19
4
answers

How to save form image directory to bank

In the system I'm developing it has a form with a field where the user can attach an image. After saving the form, the user wants to view the record including the image, so I thought about saving the image to a folder on the system and its di...
asked by 16.08.2018 / 15:50
3
answers

Unresponsive image

OnlargerscreenstheimagedoublesandIwantittonothappen.I'musingthefollowingcode:background-image:url("../assetsimages/book.jpg"); background-repeat: repeat; max-width:100%; height: auto; It's still not working     
asked by 08.03.2018 / 11:21
3
answers

Require the User to enter a minimum number of characters

I have in my form the date field that forces the user to just numbers and if other options are not selected it returns an alert. But my doubt is referring to the date field already quoted. How do I force the user to enter the 8 numbers of the da...
asked by 01.02.2018 / 14:07
2
answers

2 different tables from each other

I want to create two tables on the same page only one will have borders and another will not. I have one already created in CSS but now I can not create another one. <table border="0" width="500px" height="1000px"> <tr > <td&...
asked by 21.01.2015 / 11:58
1
answer

Tag p rendering Line Break (no use of br /)

I'm making an interface in Bootstrap containing in your content a below the respective code. Browser Tested: Chrome and Firefox (Both Upgraded) Code: <div class="wrapper" role="main"><!-- START Content --> <d...
asked by 30.12.2014 / 18:03
2
answers

Reorder HTML structure via jQuery

I have the following structure: <div class="chosen-container chosen-container-multi" style="width: 300px;" title="" id="Promocoes_chosen"> <ul class="chosen-choices"> <li class="search-field"> <inp...
asked by 05.11.2014 / 18:06