Questions tagged as 'html'

1
answer

HTML- footer overlaps with HTML content [closed]

The footer I have overlaps with the contents of the body. I already put the footer inside the body and out of it and I still have this problem. please see the image: link , as I have this form the buttons will stop working because the footer is...
asked by 01.05.2017 / 20:25
1
answer

PHP files do not update CSS and Javascript changes

This had already happened to me previously, but I resolved by giving a CTRL + F5. Now NOTHING works. I've rebooted the wamp several times, rebooted the computer and nothing. The curious thing is that it only happens on php pages. The html pages...
asked by 25.06.2017 / 20:13
1
answer

Scrambled input icon

I have an input of typo password with span where is the bootstrap icon is misaligned, only buga with type password, type text works normally <div class="panel-body"> <form class="form-signin" method="POST" action="...
asked by 13.02.2017 / 21:26
1
answer

Placing and Playing an M3u8 File

I need to add this file ( link ) E Play it so it looks more like this / link     
asked by 18.05.2018 / 22:32
1
answer

How to make this grid with bootstrap?

I'm trying to make this grid with bootstrap but without success: Itriedtodowithtablehtmlanddiv:<table><thead></thead><tbody><tr><td><divclass="row"> <div class="col-md-5">...
asked by 17.05.2018 / 01:40
2
answers

How to create a dynamic select to use in localhost

I'm doing a restaurant management system, but I kind of want the select to be dynamic, so the customer does not always want a food, so I wanted to know how I can go about adding it every time I click on it. this system only works on the site, bu...
asked by 16.01.2017 / 21:14
1
answer

How to do when clicking submit, open a popup [duplicate]

IwouldliketoknowhowIcandothatwhenclickingonrequesttoopentypeamodal,withtherequestthatwasmadeviaformformetoclickonprint.Eventheformsendingtothedatabase.Thisismycode,justmakingitclearthatIwillusethisapplicationonatablet.<!DOCTYPEhtml><...
asked by 18.01.2017 / 00:28
1
answer

Collapse menu on desktop

I followed as in this example link But on the page my result was:     
asked by 07.09.2016 / 17:50
1
answer

Text box layout

I'm trying to do something like those elements from forums, which show a div with a user pic and a space with some text right, you know? I've already tried to position one on the side of the outo using float but the part of the text got crooke...
asked by 30.09.2016 / 04:11
1
answer

PHPMyAdmin collecting data unnecessarily?

Below the code I have to collect the $_POST <?php $conexao = mysql_connect("localhost:3306",'user1','senhadementirinha'); $bd = mysql_select_db("recados"); ?> <form name="form" method="post" action="#">...
asked by 22.11.2017 / 14:45