Questions tagged as 'html'

0
answers

Print via Browser in Non-fiscal Printer

I have a problem printing to the web on some non-fiscal printers, for example bematech. I am using pure html, I have already added several css options and nothing works. At Epson I can print normal, all right, when I put a Bematech for exampl...
asked by 21.10.2017 / 02:17
1
answer

How do I put an image that will scroll over the background and under the text?

I am learning HTML by myself (doing free searches and courses on the internet), I came across the following problem: I have a background image that has been correctly applied, but I can not add another image correctly, it is cropped (I put...
asked by 21.10.2017 / 01:22
1
answer

img not aparace using thymeleaf, spring boot (with maven)

The image I want to add is in the following directory: /src/main/resources/static/images/logo.png And the HTML tag looks like this: <img width="220px" height="70px" th:src="@{/static/images/logo.png}"/> However, I get the follow...
asked by 21.10.2017 / 01:37
2
answers

Registration for minors -Php - JavaScript

Good afternoon people, so I'm creating a user registry, but I want users under age can not register, I tried several ways but I could not, if someone can explain how to do and give me an example I thank , I need it to be in php, so my form is li...
asked by 27.10.2017 / 12:18
2
answers

How to put two photos on this grid in each row for a 1366 * 768 resolution?

Good evening, I need help (tcc), I found an effect on the internet and decided to incorporate it into my project but some problems arose, so I created a separate file of the effect to be less complicated, instead of having to deal with more line...
asked by 19.10.2017 / 00:36
1
answer

Create link based on user input

I'm trying to create a page - which can be in any language, but needs to be stored in a single file - for a user to enter their login and from there, a link is created to proceed to a site. > This site gets the user on your link, like this: l...
asked by 18.10.2017 / 21:07
0
answers

Angular and HTML - I can not display bank information in HTML

I would like to display the information from the database, it is correctly pulling information, and it is shown on the console that there is an array of 35 items to be shown but I am not able to display them in html. <div ng-app="Chamados"...
asked by 18.10.2017 / 15:22
1
answer

Bootstrap dropdown menu items do not work

I'm developing a web application and I put the bootstrap menu in my application but clicking on the icon <b class="caret"></b> the dropdown-menu items do not appear. Menu by clicking the icon <b class="caret"></...
asked by 18.10.2017 / 01:19
2
answers

When submitting form, GET data is lost

I'm trying to send data from a form to the database. I have data coming from POST and also from GET, but clicking on the submit button the value of the variable that receives GET data is zeroed. THIS IS THE FORM. <form action="pedidos.ph...
asked by 18.10.2017 / 04:53
0
answers

Click on the button running as many times as you have

I have the following situation: <ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#segunda_tab" ><?php echo $array_dia_da_semana_s[0] ?></a></li> <li><a data-toggle="tab" href=...
asked by 17.10.2017 / 19:22