Questions tagged as 'html'

2
answers

Place Iframe with 100% height [duplicate]

How can I make an iframe take up 100% of its screen size? Mainly the question of height .. I tried style='height:100%' but did not get it. I need to put it and try as much as possible to make the iframe seem to be part of the wind...
asked by 06.06.2017 / 23:33
3
answers

How to get value $ _POST automatically?

I have this form. <form> <input type="text" name="nome"> </form> Would you like to get the value of $_POST in php automatically? I need to get the data from a form where I do not know the field names or quanti...
asked by 17.07.2017 / 16:52
2
answers

Border of different colors

I want my text to be bordered as follows: Top: black Side: Gray Here is an example of how you would like it to be: FollowthepictureasfarasIcan.HowdoImakethetopborderbecomeblackandincreasethedistancesfromthesidesofthetext?Here'stheHTML...
asked by 06.07.2017 / 07:21
2
answers

Button to copy page html

I need to provide a button where users will just click and copy all the code that was used to develop that page. I saw many similar questions, but none could solve my problem. It would be basically so, imagine that the example code below corr...
asked by 05.02.2018 / 13:22
2
answers

Button to open / close content

Hello, I'm new here and also with programming ... I have several divs with different contents and are hidden, I would like that when I click on a button continue reading it closes and displays the contents of a certain div and other divs is hidd...
asked by 13.11.2017 / 04:38
1
answer

is there any error in this code that I did, "leaving the page up"

The code itself, that's right, but when I put it in one, it looks like the content stays up, leaving the next components up I need to find out the error: .thumb { width:33%; height:auto; text-align:center; float:left; } @med...
asked by 17.09.2016 / 21:24
1
answer

Enable and Disable a [Closed]

Personal. I'm developing a form with some mandatory inputs / fields, and below the fields, there is a button whose target / action given to it is only released if the fields are filled out. I would like to do the following thing: If the in...
asked by 19.09.2016 / 00:39
0
answers

Drag and drop into a listing in cakephp

I have to sort through drag-and-drop methods. I would like to know how I could use this in cakephp? The problem is as follows: I have several records returned in a listing, I would like to drag for example, the 5th record for the 1st and make...
asked by 20.11.2014 / 10:01
1
answer

Frames formed by other HTMs are not appearing

In my first exercise in HTML frames, I created a document consisting of two frames in which each one is another HTML document, which is in the same folder as the initial document. The HTML of the frames work individually, but when placed in fram...
asked by 04.03.2018 / 14:52
2
answers

How to center and position two images side by side? html css

HTML:<divid="ladoalado"><img src="imgs/login.png"><img src="imgs/cadastro.png"></div> CSS: #ladoalado{ float: left; margin: auto; } Image of the code:     
asked by 30.09.2018 / 17:46