Questions tagged as 'html'

1
answer

Creating images with text 'imagecreate ()'

This will be quite difficult to understand, because it does not have a very dynamic explanation. I will try to be as clear as possible! I want to create a letter generator that looks like this: link This is the site: link But as...
asked by 18.01.2017 / 23:58
0
answers

Web sockets how to make a connection by selecting an IP

I'm doing a project that involves connecting to an ESP8266 via websockets , but since ip of ESP is not static, you need to manually connect to the IP . But in the code below when I put connection methods inside a function, the...
asked by 16.01.2017 / 23:18
1
answer

Text box execute function when externally assigned a value to it in Javascript and HTML

I wanted to make a textbox perform a function when I assign a value to it by code, without user interaction. I have tried the events onChange , onInput , onKeypress , however they all depend on the user's contact with the te...
asked by 23.06.2016 / 07:06
0
answers

Angle mask directive 2 does not put the mask on when the screen starts

Hello, I made a directive in Angular 2 to put masks in some fields, one of them the zip code. It works fine, the only thing I could not do is still that when loading the data in the fields of the screen the value is with the mask, it only...
asked by 30.05.2016 / 21:06
0
answers

Remove unnecessary spaces in html tags

Good afternoon, it's a simple question but I've been breaking my mind for some time. Every time you save a html file in sublime 3, it puts an empty space, making the form look like this: EX: <input type="checkbox " name=" " id=" ">...
asked by 27.05.2016 / 20:35
1
answer

String Conversion to Date

I have html form with the following input: <div class="form-group"> <label class="col-md-4 control-label" for="textinput">Início:</label> <div class="col-md-4"> <input id="inicioEvento" name="inicioEv...
asked by 22.04.2016 / 00:47
1
answer

Difficulty in making a different Shape

div { width: 280px; height: 280px; background: #1e90ff; -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%); clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%); } <div></div> Good morning, good afte...
asked by 03.11.2016 / 20:28
0
answers

How to put in the html the page in Google? [closed]

I would like to know some tutorial, like putting the page in Google search and the other pages under the "HOME" type: Index contact, services, photos, videos. Everything on the google home page? Same in the site bajaki that pulls all pa...
asked by 16.05.2016 / 19:12
1
answer

How to stylize a CHARTS in height, width and proportion?

One day I'm trying to put a Charts.js on my web page. It's already there, but I can not style it with intent. Where should I change the width, height, and aspect ratio of the chart? As you can see in the image, the graph is out of backg...
asked by 25.03.2016 / 11:43
0
answers

Visual studio does not recognize .aspx html

When opening any .aspx file, visual studio does not recognize the code, everything goes black. Ialsonoticedthatwhentryingtocreateanewproject,theweboptiondoesnotappear,andIinstalledWebDevelopment. Can anyone help me? Thank you.     
asked by 27.06.2016 / 00:19