Questions tagged as 'html'

1
answer

Show and hide table in JavaScript with arrows

Good morning! For example I have a page with the content in a table, in a <td> the text appears and in the other <td> the image. HomeAndwhenIclickonthenextarrowIshouldshowthenexttablewithanothercontentandtheotherimage,...
asked by 03.07.2018 / 12:55
2
answers

Is it possible to change the "href" of the rel="stylesheet" link of an iframe, or even change the class / style of an iFrame element?

I need to change the CSS of a iFrame , but searching here, I discovered that it is not that simple, so I saw that the iFrame that I want to style has a <link rel="stylesheet" href="styles/report.css" /> and it's in that...
asked by 02.07.2018 / 14:16
1
answer

When sending data via POST does not insert in the database

I have this form and script on a page: <section class="hide-section" id="produto_1"> <form class="form-validate" id="feedback_form"> <div class="campo"> <fieldset> <h1> &l...
asked by 24.05.2018 / 17:55
2
answers

Form validation error

What I need to do is when the email is not valid because of the alert in javascript I wanted to show a message over the form in question that showed that the email was invalid! HTML CODE       <input type="email" class="form-...
asked by 24.05.2018 / 18:29
1
answer

Make record popup done!

Good morning, I want to pop up popup when registration is successful and placed in the base and I want to know where in the code I should put it This is the php file: <?php if(isset($_POST)&&!empty($_P...
asked by 21.05.2018 / 16:01
1
answer

I have a question in the html and css of this code

Failing to adjust the CSS below. I made a code where jokempo play with the machine but the score is out of the player and computer divs. I've done everything to put it but it will not. <!DOCTYPE html> <html lang="pt-br"> <hea...
asked by 21.05.2018 / 02:49
1
answer

Collapse not hiding

I'm trying to make a table with collapse, but it happens that clicking the button collapses, but when trying to hide, it just does not work. HTMLcode<tr><td><inputtype="checkbox" name="chck" id="chck" class="filled-in chk-col-...
asked by 20.06.2018 / 15:19
1
answer

Summernote post WYSIWYG in PHP does not carry HTML

I have a textarea field using Summernote WYSIWYG, I'm making a post for a php page. but the post takes only text, the HTML tags it does not load for the post. Below is the html that contains the tag textarea <form method="p...
asked by 20.06.2018 / 05:45
2
answers

Modal Bootstrap 4: How to call another within a modal

Galera ... I have a modal register. Being that I would like to call another modal, still being inside it. That is ... It would be superimposed on my modal of registration. I'm using the code to call my modal in Bootstrap 4: <button class...
asked by 18.06.2018 / 18:51
1
answer

Problems adding side menu to project already started

I'm starting with Ionic , I have a question. I created a blank ionic start project blank project, and I was able to create the main screen of my application, just a LOGO with "ENTER" button to enter the app, but I would add in the page ENT...
asked by 15.06.2018 / 16:07