Questions tagged as 'html'

1
answer

.htaccess Error 404 [duplicate]

Well I have a domain and when a 404 error is generated my htaccess does not redirect me to the file I have for that error ErrorDocument 404 /404.php It should be noted that my 404.php is inside the public_html folder     
asked by 01.01.2017 / 13:21
2
answers

Modal Bootstrap is under the shadow and I can not use it

Good, I have a poroblema in my site and it is that a modal bootstrap when launching it opens but it remains as under the shadow let's say. Looking a lot with the chrome inspector I will find that by disabling the position : relative of th...
asked by 11.01.2017 / 01:31
1
answer

How to upload multiple images to the server in a specific folder with PHP? [closed]

I want from a form to be able to upload several images at the time, that is sent by post, that in upload.php this form and that in process.php is sent the form in such a way that it can be stored in a specific folder.     
asked by 01.11.2016 / 19:05
1
answer

Javascript, how to show only two decimals

I want to show two decimals when calculating, since for example I enter the amount 100 and when calculating in the other fields many decimals appear. I already try to do it with .toFixed(2) and I can not make it work. Illustrati...
asked by 15.03.2016 / 06:12
1
answer

Do you think the menu of a dynamic web page would work? [closed]

Well, I have not found a way to do it optimally on the internet and I would not like to invent something inefficient or bad structured . Having said that, I'll explain: In the case of having a web page with a menu bar above with differe...
asked by 22.07.2018 / 20:18
1
answer

Progressbar with text inside

I am trying to make a progressbar work that I have found and that is exactly what I need. The progressbar that I try to use is from this web , for more exact this . But for more quwe I try, I can not make it work, I do not see anything of the...
asked by 04.07.2018 / 16:50
1
answer

do without jquery

I want to do the following without the need of jquery, this caught me generates a random word from the db and js calls it to the tag p <div> <form action="js/js.js" method="post" name="frm"> <input type="button" name="catga" val...
asked by 04.07.2018 / 01:49
4
answers

Integrate CSS in HTML

I have an HTML that I intend to send by mail. Due to this, I can not put relative routes to the CSS. Are there ways to integrate the CSS into the HTML code, that is, have everything in the same file, without the need to include the CSS separatel...
asked by 20.06.2018 / 11:04
2
answers

Handle .css files in Laravel

You see, I have a file named estilos.css with the following code: div{background-color: #000000;} I have stored it in the public / css directory, and now the story is how I pass it to the views. I tried to put it like this: <link rel="...
asked by 20.02.2018 / 20:13
2
answers

How to avoid access to .js file from the browser

I have the following scenario:    I have a website that classically uses .js files, the problem is that if from the browser access directly to the URL of the .js you can see all the code of that file, for example if access to link , all the...
asked by 24.11.2016 / 19:43