Questions tagged as 'html5'

1
answer

Open web page on predetermined date [closed]

I calculate that it must be a script so that the predetermined date arrives, another page is opened instead of the current page. Ex: current index.html, arrived on January 1 does not show that index.html but index2.html. Using the schedule of th...
asked by 19.12.2017 / 19:57
2
answers

How to move the contents of the div to the middle of a carousel image?

Very good dear friends, I need you to help me that a div that inside takes data put it in an image (carousel item) centered. reference image ... <div id="owl-demo" class="owl-carousel text-center"> <?php require_once("confi...
asked by 28.12.2017 / 22:04
1
answer

Change different color elements of a svg image

I want to work with the elements of a .svg file such as the one in < circle > that is observed in the code; but in what way can I do with javascript any idea or guidance?, Greetings to all:) <?xml version="1.0" encoding="utf-8"?> &...
asked by 12.12.2017 / 02:31
1
answer

How to create a Down menu?

Hi, I'm new to the development and I'm trying to add a down menu to this code: this is my current css3 code: * { margin: 0px; padding: 0px; } nav { width:100%; display:flex; align-items: center; justify-content: cente...
asked by 10.12.2017 / 19:25
1
answer

How to put the same menu on the left and right?

Hi, I'm trying to add a menu on the left and right but I've only been able to add it to the left (mine) but I want to add another identical menu but right wing does anyone have any idea that I have wrong with my code? <!DOCTYPE html&g...
asked by 10.12.2017 / 16:26
1
answer

Get the time to open based on the day

I have the following HTML code Sunday 18:00 - 23:30 Monday 18:00 - 23:30 Tuesday 18:00 - 23:30 Wednesday 18:00 - 23:30 Thursday 18:00 - 23:30 Friday 18:00 - 23:30 Saturday 18:00 - 23:30 In The Javascript I have: var hour_start = 14; var h...
asked by 06.12.2017 / 12:23
1
answer

Limit number of characters in a textarea control that has the tinymce plugin

I have a textarea in a form, which has an editor so that the user can give different formats to the text. I do it with tinymce. Now, I need to control the amount of characters that you enter, so I do not want you to enter more than 200 (say a nu...
asked by 23.11.2017 / 22:41
1
answer

Roles and Permits MVC 5

Good morning I am working on a project with MVC 5 with Entity Framework, as you know the tables for the registration of users and roles are generated automatically is very easy with entity framework, well what I want to do is the customizatio...
asked by 01.12.2017 / 16:17
1
answer

How to modify and delete two tables at the same time?

Good afternoon, I need your help, I am trying to delete and modify two tables at the same time I append the code that I am using; I hope and you can help me since it is difficult for me to do it, I would appreciate it:) .... Functions.php &...
asked by 04.12.2017 / 19:04
2
answers

Can HTML5 be loaded dynamically?

Good afternoon I'm preparing a website that has a very elaborate footer, so I thought about the idea of preparing an html with just the footer and that the rest of the pages will load it dynamically, so wherever you want to put the footer wou...
asked by 05.12.2017 / 19:04