Questions tagged as 'html'

1
answer

Link to a div on another page does not work

I have this code: <div id="text"><p>A Intertráfego está disponível a ser alcançada a qualquer momento. Saiba <a href="pedir_cotacao.html#map">onde estamos</a> e <a href="pedir_cotacao.html#otherQuestion"> os nosso...
asked by 26.03.2014 / 13:22
3
answers

Mark html element

I have my elements in a text. <h2> Titulo </h2> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do <h2> OUTRO TITULO </h2> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do <h2> OUTR...
asked by 06.03.2014 / 16:00
2
answers

Problem generating PHP / HTML to PDF

I have a certificate generator that is implemented with HTML / PHP I used DOMPDF but it does not assign the variable $html=' <codigo todo> '; it gives error in the IF statements after I assign the variable. The same shows in the...
asked by 30.09.2014 / 15:45
2
answers

Fix problem with float in Google Chrome

I'm having a headache with google chrome. It seems to be a bug in this version of chrome, but when inserting float: right, display: inline-block or any way to leave two elements parallel, next to each other, when I try to open chrome, of the...
asked by 25.09.2014 / 21:25
3
answers

submit form from a select

I have <select> with several options, while selecting an option, I want the form to be submitted to the same page and I'll get the value per php on the same page. For this, I have the following: <?php if(isset($_POST['selec...
asked by 14.04.2014 / 16:44
2
answers

Clear form on entering?

Is it possible to clear form or fields after the call without pressing any button? In my case the user changes the menu and the data continues. Call menu: Menu Content Page: Content     
asked by 30.06.2014 / 14:47
2
answers

How to position html elements with css

I have difficulty setting controls, like: I have a TextArea and would like to put a label next to it, next to the bottom right and below the label, a SELECT control. Well I've got it, but like that, giving top and left with numeric values, wh...
asked by 24.06.2014 / 14:44
1
answer

What is the name of the Pinterest content effect?

I would like to ask you what is called the Pinterest effect of content that some items are on top, other items are below, nothing with a defined horizontal line? It can be seen below:     
asked by 05.08.2014 / 02:53
1
answer

Difficulty Function JavaScript Sidebar Menu

I have a difficulty where the code I have made so far is not acting the way I need it. The fact is that after the class of the sub-menu is activated, the menu does not minimize. That is, after being enabled, it gets maximized until I select an...
asked by 26.12.2018 / 00:11
1
answer

Input of file type with split () function returns with comma

I'm retrieving the file returned from a input of type file of a form and it returns C:\fakepath\nomedoarquivo.extensão so far so good, hence I applied a split() and it returns the following: ,nomedoarquivo.e...
asked by 20.12.2018 / 14:58