Questions tagged as 'html'

8
answers

Center an img-responsive bootstrap

I know it's probably easy, but I can not focus the image. Using HTML5 and Bootstrap; <div class="col-md-6 "> <img src="../img/012.jpg" class="img-responsive" alt="titulo"/> <div class="h-30"></div>...
asked by 25.05.2017 / 23:50
1
answer

Mapping a json in jas

Good afternoon, can someone help me map this json in a javascript ? [{ "header": { "nav" : {"option1":"menu 1"} } }] so that this stays this way <header> <nav> <li></li> </nav&...
asked by 12.01.2017 / 18:20
3
answers

Links with Iframes

Good, I need through iframes, show information from a blog, I built 3 iframes that are showing the latest news, The problem is that I had to do so, because the page is totally different to the blog, because the blog is of Wordpress, and I do not...
asked by 18.12.2016 / 18:22
1
answer

How to avoid double spaces in html input?

I want to avoid those annoying double spaces in some inputs, do you have any idea how I can do it? I do not think I have a problem with doing it completely on the client's side. Here is an example of one of my input: <div class="form-gr...
asked by 10.11.2017 / 21:04
1
answer

Style the content of an object / embed

I have a web application that has a object element (containing a embed ) that I use to display the documents selected by the user. The documents can be PDF or plain text files (.txt) that I have stored in chains in base64, and wh...
asked by 11.10.2017 / 22:00
2
answers

The edges of the table are not printed in TCPDF

At the moment of executing a PDF report from tcpdf it does not present the lines of the table even though they are the same as the objects in which part I must change in order to be presented with the edges of the table. $pdf = new...
asked by 02.10.2016 / 03:16
2
answers

Because it does not load the images on my web page, with the code forbidden 403

I have uploaded a page with adobe Muse, and the images do not load, I have tried in another hosting and if it is possible, that means the forbidden 403. I will appreciate explaining this effect. Thanks and regards     
asked by 23.08.2016 / 18:48
2
answers

java.sql.SQLException: Value '0000-00-00' can not be represented as java.sql.Date

I have had a problem when returning a value of BD mysql null in '0000-00-00' format The error that occurs is:    exception       javax.servlet.ServletException: java.sql.SQLException: Value '0000-00-00'> can not be...
asked by 31.03.2017 / 23:05
3
answers

Add class with php [duplicate]

I have a link. <a href="contacto.php?id='uno'" class="uno">contacto</a> I want to know if I can add another class to that link with php, for example. <a href="contacto.php" class="uno active">contacto</a> How...
asked by 20.08.2018 / 18:34
2
answers

It is possible to put the ng-include directive inside a head

Greetings I'm using angularjs in the front end but my web application is not a Single Page Application, it's a classic application where the browser makes a request to the server for each page that the user requests. I want to abbreviate my c...
asked by 06.06.2016 / 20:39