Questions tagged as 'html'

1
answer

Place buttons horizontally with bootstrap

Good morning, I have 3 buttons which I want to be shown in a desktop browser like chrome, the 3 in horizontal line but not so separated from each other since if I apply the class col of separation 4 for each div that are inside the div row, t...
asked by 01.06.2018 / 18:47
1
answer

How to make an ONCHANGE of a SELECT work when loading the page

What I have initially is a select which shows the last weeks that will be reflected in the incidents, the index is like this: <!DOCTYPE html> <html> <head> <title>ejemplo</title> <script src="https://code...
asked by 23.08.2018 / 22:17
1
answer

Popover with Bootstrap

I have the following code, (Only Html and Js) I can not make the POPOVER of Bootstrap work within the application itself, placing a button from the outside if it works but within the application it does not work and I have almost a week and I do...
asked by 05.04.2018 / 00:49
1
answer

How to specify the menu that would display the button with Dropdown class of Bootstrap?

I'm doing a YouTube project and I'm creating the buttons that appear when I upload the video and I have two menus that will be shown when I click on each of them, the problem is that by clicking on the "btn-" button opc "shows me the same menu a...
asked by 05.04.2018 / 05:14
1
answer

How to create a folder with the user's name when uploading a file (IMAGE)? PHP

Good on this occasion I want to make the user of my website login with the option of creating a photo album, and I can get the photo that the user uploads through the form with these codes: HTML CODE: <form action="album.php" enc...
asked by 26.11.2018 / 21:02
1
answer

Change long NavBar Bootstrap 4

Hello very good I am doing a website and I need to change the length of a navbar. By default the navbar occupies 100% of the screen in length but I want it to have a length of 900px I was trying to modify the bootstrap css for the navbars but no...
asked by 23.11.2018 / 21:59
2
answers

how to get an exact "em" without calculating

How to get a em without calculating? That is, in div > .p : .div { font-size: 30px; } div > .p { font-size: .9em; } This gives me 27px, but if I wanted 26px, as I do to get that exact pixel without being calculated un...
asked by 24.04.2018 / 01:48
1
answer

Angular filter to pass HTML string

Hi, how can I do a angular filter, to read a string html , or how do I create a method to read a string html <div ng-bind-html="item.description"></div> why when I save text with he saves it but he show...
asked by 27.03.2018 / 18:57
2
answers

Put the time to input text in view html with jquery (not Php)

How can I put today's date by default to an input text when executing my view in html with jquery javascript? The only thing I have achieved is this code, which works but does not print in the input but in the body of the view: <s...
asked by 01.04.2018 / 11:56
2
answers

.append from Jquery loses me the lines and leaves everything followed

You see, I have a JSON with many records and I want to show it on a web page. To add it to an HTML use .append () Jquery. It works well, it adds all the records and it takes well the styles and everything, but I see a behavior that I do not k...
asked by 03.05.2018 / 09:31