Questions tagged as 'html'

0
answers

Is it possible to change the CSS code of an existing page and it is only linked in another page?

The question is as follows: I have a calling system (GLPI) which by default it is responsive but does not stay legal in the mobile version. I'm studying javascript > > react and then try to create a mobile full version. My environment i...
asked by 21.11.2018 / 22:16
1
answer

How to adjust Width of a Table in PDF?

I'm exporting a report to PDF but the colors and widths are not working. $campo = $service->relatorioOrcamentario($data); $tabela = '<table border="1">';//abre table $tabela .='<thead>';//abre cabeçalho $tabela .= '<tr>';...
asked by 21.11.2018 / 19:44
1
answer

How to transfer data from one function to another?

The initial idea of my personal project was to develop a basic system for dividing payment between n customers who consumed n products, in order to train my skills. For this, the central idea would be to feed two simple blocks of input, one fo...
asked by 13.11.2018 / 10:20
2
answers

I'm resizing and defining the HTML page in a "right" way?

I have a question that kills me when creating websites, I did a quick example here, after doing some research and none of this doubt, I'm not sure if I'm on the right path, but I made a quick, simple page but to exemplify my doubt will serve. My...
asked by 20.11.2018 / 03:05
1
answer

Change inputfile label when already has a selected file Angular

I have the following input file that uploads an image and transforms it into base64: <div class="image-upload"> <img class="fotoAnimal" [src]="imageSrc" style="max-width:300px;max-height:300px"/>...
asked by 19.11.2018 / 21:51
0
answers

How to remove an index from the localStorage

I need to manipulate localStorage and I'm not sure how to remove an item from an index. I'm very new to the subject and I'm not sure how to pass this information to the button. Follow the code: var base; //verifica se tem alguma...
asked by 11.11.2018 / 22:24
0
answers

AngularJS - Choose item from a form and create list

Hello I have a json file with items, I need a form that when entering one of the items, it is loaded into a list along with the other information of that item and is saved in a list in the view. I have the form that when entering the item thi...
asked by 12.11.2018 / 14:11
1
answer

How to remove PHP Random Encryption

I have a code but every time when updating the page it generates a random encryption key, I would like to know how to leave it to generate a unique key for each url, below the following code: $gKey = 'welcometoapicodesdotcomthisiskey'; fu...
asked by 12.11.2018 / 12:34
1
answer

Stirring with date and time in PHP

I have a question. I would like to know how I can get the php code to store the time I recorded an activity, but it should be hidden in the form and only visible when this data is visible in a table. ?> <?php require "templates/head...
asked by 09.11.2018 / 19:52
0
answers

How to create two ordered lists in jQuery

I have to create two lists in jQuery. There is a button that can change an item from the A list to the B list, and in case these two lists should be numbered: A:ITEM 1: B:ITEM 1: A:ITEM 2: B:ITEM 2: And when I change...
asked by 10.11.2018 / 00:46