Questions tagged as 'html'

1
answer

Youtube videos on the site (audio only)

I need to create a radio for a client, where she will have how to choose what to play, by rhythms, singer, band, etc. I would like to know if there is any way to capture playlists and videos from youtube to the site , but to play them in audio a...
asked by 17.05.2018 / 19:31
1
answer

How to align image of the Bootstrap carousel?

I would like to know how do I centralize the images (or the slider) of the carousel in bootstrap 4? <div id="demo" class="carousel slide" data-ride="carousel"> <!-- The slideshow --> <div class="carousel-inner cent...
asked by 16.05.2018 / 18:36
1
answer

Onfocus input change type and assign a value at the same time

Hello, I have the following code. What I have today is that by clicking on input it changes the input to date, but I would like to click it to keep changing and assign a date, I already tried onfocus="(this.value='2018-06-21'...
asked by 21.06.2018 / 15:16
2
answers

How to make the background image for each day different?

How can I make each day of the week a different background image?     
asked by 15.05.2018 / 04:01
1
answer

Page in PHP connects to the bank, loads but does not shut down

Could you help me identify what's wrong with this code? <?php include ("conexao.php");?> <?php $id = isset ($_POST['id']) ? $_POST['id']:''; $sql= "DELETE FROM 'guaxinim' WHERE 'guaxinim'.'id'=".$id; $result =...
asked by 14.05.2018 / 03:38
1
answer

Different font on mobile and desktop

In my CSS I put the Poiret One font in the menu of my site. But when I open the phone, the font is totally different. Desktop Menu MobileMenu MyCSSlookslikethis:.menua{font-family:'PoiretOne',cursive;}AndIimportthefontthisway:<linkhref="h...
asked by 14.05.2018 / 18:16
2
answers

NAVBAR transparent

Personal a half-beast doubt, I'm doing a landing page and wanted to use a navbar-style from that site here: link When it is at the top of the page it becomes completely transparent and as soon as the page goes down it already gains a...
asked by 17.06.2018 / 05:07
1
answer

How to create divs inside php

I need to create divs that will be populated by objects of a class, I have in mind that I will need to use a foreach creating a div for each object, but I do not know how to call and position these divs in html, whether it is via ajax or another...
asked by 17.06.2018 / 17:27
1
answer

Dynamic Tag Values Calculation

Talk to everyone, baby, with you? I'm tinkering with my system (read laboratory). I've basically created the whole Back-End, but on the front I'm getting some treatments. I am creating a budgets screen, where the User is dynamically openin...
asked by 16.06.2018 / 21:44
1
answer

Navigation and nav sticky

I'm trying to make my navbar sticky when it comes to the section after the header, but I'm not getting it, I've researched several ways, but the navbar gets very bugged ... First problem: When trying to make sticky nav, the nav gets bugged .....
asked by 09.05.2018 / 16:05