Questions tagged as 'html'

1
answer

Help with html and css

How about friends, you will see that the body tag is responsive ... and the footer always appears at the end (bottom: 0;) <html> <head> <style> *{ margin:0; padding:0; } html{ width:100%; height:100%;...
asked by 14.06.2017 / 16:34
0
answers

How can I print multiple Images with Vue carousel-3d?

I'm using vue.js and vue carousel-3d to show images of an API, however when I follow the example of the official website ( link ) only prints the first image and sends an error error in the terminal, this is the code I am using: request to th...
asked by 10.07.2017 / 22:15
2
answers

How to dump PHP and HTML data on JPG Image (Fill FORM)

I would appreciate it if you could indicate how to fill out a form (contained in a JPG image, by theme of presentation) through PHP The need is to fill out a pre-established form (.JPG) and generate a PDF, containing the form filled with data...
asked by 16.07.2017 / 04:10
2
answers

Insert array in MySQL table with Laravel 5.4

I have a form like this: What I want is that when selecting two or more sports, add a row for each sport with the id of the selected name, until now in my database is stored as follows: And here is my Controller code: $data =...
asked by 30.06.2017 / 14:53
2
answers

Pattern for notes

good evening. I have the following code: pattern="[1-7]{1}(?:\.[0-9]{1,2})?" The idea is that you can only place notes from 1 to 7 and thus 4.5. But with that code I'm allowed 7.5 for example. How can I do it so that the maximum score is...
asked by 19.06.2017 / 01:51
1
answer

nav-content materialize

Good morning I'm using Angular2 with materialize, and in my html I have a navbar class="nav-content" I have been able to modify the style, but I can not change the color of the indicator line of the active tab. <nav class="yellow ligh...
asked by 11.06.2017 / 15:07
1
answer

addEventLstener does not work well

What I want is for the video to be played in an android browser and the only way that works for me until now is with the event that I already have that is with "click" but what I want is that it be played when start the page and try load and onl...
asked by 06.06.2017 / 20:30
2
answers

Send date from the view to an input of type: date

I need that in this field I have the date I sent from the view of C # I have the following line of code in the view of c #, but it does not work for me: <td> <label for="FechaVencimiento">Fecha Vencimiento:</label&g...
asked by 20.06.2017 / 21:45
1
answer

Sources in iOS terminals

The other day I reported an error regarding the fonts I use on a web page. I show you an image of how that problem is displayed: As you can see in the image, the tíldes and ñ are seen without the typography of the letter. True, but only...
asked by 13.06.2017 / 15:55
1
answer

Problem with responsive table

I'm putting together a responsive email template. When I see Desktop (max 600px) template has 1 or 2 columns, and seen in mobile parts 2 columns become 1. The problem is that in one of the columns I put 2 images of different proportions and me t...
asked by 13.06.2017 / 22:54