Questions tagged as 'html'

3
answers

Path for accessing html, css, php etc folders [duplicate]

Could someone explain me this system of nives to access folder in the use of languages like html, css and php (../)(.../)(./).?     
asked by 15.04.2017 / 20:54
3
answers

Placing text within an image

I have the following image and text TEST , I would like to position the word TEST where X is in the image. <img src="../Content/Images/top.png"> <label>TESTE</label> What is the best way to do this?     
asked by 30.12.2015 / 12:09
2
answers

Script to go back to the previous page updated?

Well, I wanted something that would make it that when someone clicked to go to a page it was redirected to the previous page .. But the page refreshes ... I've made a small comments system, when I click to comment it goes to an "InsertComment...
asked by 23.06.2015 / 02:52
1
answer

How do I store multiple values in each "option" of a "select"?

I have a option and two inputs to feed according to the select result. In select the user is chosen and the address and email of the selected user are entered in the two inputs . I would like to know if it is possible to have 2 poss...
asked by 26.01.2018 / 22:45
2
answers

Download attribute, new line in text file

I'm trying to download a text file with information coming from a array but I would like to separate these values into a new line ... I've tried some bad approaches, but the result remains in only one line. let codes = [ 'sajkh...
asked by 27.09.2017 / 18:17
2
answers

Paint table row when receiving specific data

I have this code: <?php foreach ($controller->Lista() as $objProg) { ?> <tr> <td><?php echo $objProg->getplaca(); ?></td> <td><?php echo $objProg->getmot(); ?></td&g...
asked by 04.02.2016 / 20:16
2
answers

How to put the background effect fixed and the whole screen? [duplicate]

I'm new to the Frond-End programmer and my boss wants me to put a fixed background effect as shown in the template below; link I've done some research to know how to implement, the problem is that I do not know what the name of this ty...
asked by 27.11.2015 / 13:17
2
answers

Click on a h3 and focus on a form field

I am organizing a contact form, broken down into several parts. One of the things I need would be that when the user clicks an h3 (but can also be a div, anchor, or button) a specific field of this form gets focused. How could I accomplish...
asked by 05.08.2016 / 15:40
4
answers

Create layout for PHP and .Net applications

I work in a public body and we have numerous web applications in PHP and .Net . I'm working on a standard layout so that we maintain the visual identity across all systems. Is there any way (tool / framework / API) that every develope...
asked by 29.01.2016 / 13:41
3
answers

nth-child does not work

<div class="intro-frases" > <div class="row"> <div class="col-md-6"> <h1 data-segundos="4" class="frases pull-right" >TESTE 1</h1> </div> <div...
asked by 04.04.2016 / 05:13