Questions tagged as 'html'

1
answer

Traversing String html

Good afternoon! I'm getting a html String to display in a webview. Within this string there may or may not be images, but for me to display it, I have to pass a base URL before src = \ "crmResources /, example:" link ... " p> Then I ha...
asked by 06.11.2015 / 17:19
2
answers

Required does not work

I would like the fields not to be sent in white, so I tried using the required .. but it is not working. What is the reason? <form action="https:/----Site---" method="POST"> <input type=hidden name="oid" value="00Dj0000001qrS...
asked by 09.11.2015 / 13:03
1
answer

Slideshow with bootstrap?

I'm creating a prototype in bootstrap, how do I create a slideshow for a power point presentation file? How can you do this? To display the images I did this: <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!--...
asked by 30.09.2015 / 17:04
1
answer

Is it possible to create a date field that is Cross-Browser?

Does anyone know how to make <input type="date"> work in all browsers? Google Chrome works normally, I can pass the parameter on the form, I get in the variable and game in insert , the problem is that in Internet Explore...
asked by 11.01.2016 / 12:24
1
answer

Help with PHP Edit PDO

I'm pulling data from a table in sqlsrv to a table html, because I need to frequently edit this data in that table. So I created a php function edit to edit the table row in another page only that is not working does not return me nor one value....
asked by 11.01.2016 / 14:59
2
answers

Edit theme in WordPress [closed]

Is it possible to edit a theme in WordPress without affecting its structure, and add more functionality to the theme of a third party?     
asked by 12.01.2016 / 19:22
1
answer

Display results centered on a table

I want to display the data by a ng-repeat in a table, it puts the correct data but always to the left of the table cell, I already tried to add <td valign="middle"> but without success. <table class="table table-bordered...
asked by 20.10.2015 / 12:52
2
answers

Javascript run with some resolution

I have a javascript, and I need it to run only with resolutions less than 700px. Below is my code: $(document).ready(function(){ $('.menu').hide(); /* menu */ $('.menu').click(function(){ $('.menu').slideToggle(200); }); });     
asked by 30.11.2015 / 17:27
1
answer

can not GET / chat socket.io

I'm trying to start the socket.io service, but the error appears Can not GET / My server.js is like this var socket = require( './node_modules/socket.io' ); var express = require('./node_modules/express'); var app = express(); var serv...
asked by 03.06.2016 / 13:28
1
answer

Pseudo selectors css

I need to use two pseudo-selectors in the same type ul li: nth-child (4), but I have a submenu with another ul and ends up focusing on the two ul, I need to change only the first ul, : nth-child (4) else does not work. I actually do not know if...
asked by 01.06.2016 / 00:33