Questions tagged as 'html'

1
answer

Hide information with javascript [DUVIDA] [closed]

I'm creating a simple HTML page and I split the page in two vertically, so In the part that is in blue would the logo and the info of the tool (I have not done yet). When I click the buttons it shows the information, and changing it as the...
asked by 04.11.2018 / 18:04
1
answer

How to delete full Html content?

I'm doing a chat using PHP, JavaScript, Ajax and HTML. I know this is not the best option, but I chose to create a log.html html file that stores all messages and is uploaded by my index.php PHP file. All messages are sent to the l...
asked by 27.09.2018 / 16:11
1
answer

How to do a dropdown autocomplete field in Loop

As I do not have much knowledge of javascript I need a help in this my problem here ... In this form and precise that when choosing an item in the dropdown it fills the field next to the value contained in its value <script src="https:/...
asked by 24.09.2018 / 20:19
1
answer

Do not send form with the Jquery animation of the search button

I have this code that does the button animation fetch in Jquery, the problem is that my form does not send the typed data when you click the submit button with this animation, how should I do? HTML <form class="navbar-form" role="search"...
asked by 02.10.2018 / 15:56
2
answers

PHP - HTML Form with more than two buttons and each perform a different action

I need to create a form that creates, deletes, and edits a record in my database. My question is: How do I do it to perform an action when I click the button? If I click on any button it just performs the save action. The buttons need to b...
asked by 03.10.2018 / 00:12
1
answer

Menu spacing help

Well I'm trying to make a menu where I have, start / over / shop and then a space and the "fetch" and another space and a login / register, but I can not. Could someone help me? <header> <div class="logobg"><img src="images/logo...
asked by 23.09.2018 / 20:24
1
answer

Problem in leaving a responsive div

Well I created a div with a background and a form inside it to leave centered + 1 logo. html: <div class="fundobg"> <img src="images/logosecure.png"> <form method="POST" action="#"> <input type="text" name="pesquisar" plac...
asked by 23.09.2018 / 21:52
1
answer

How to add this "bar" above the menu? HTML + CSS

How to add a grid equal to what Stackoverflow has at the top of the menu? I know it seems like a very ignorant question on my part, but I find it very difficult in HTML and CSS!     
asked by 23.09.2018 / 05:04
1
answer

Problem sending HTML email in your body using PHP [duplicate]

The code works in parts, sends everything normal, fills in and the like, the only problem I'm having is in $ body, when email arrives in email, the HTML code is displayed and not how it should arrive PHP code from my contact_me.php <...
asked by 10.10.2018 / 19:38
1
answer

Assign NAV command on buttons - Owl.Carousel

I would like to understand how I pull the Owl.Carousel NAV's command for my already styled buttons on a separate div. Example: Samplecode: $(document).ready(function(){ $('.owl-carousel').owlCarousel({ loop:true, margin:10,...
asked by 13.09.2018 / 00:16