Questions tagged as 'html'

2
answers

Bootstrap menu does not work, according to the code provided by the site

No head looks like this: <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/bootstrap-theme.css"> <link rel="stylesheet" href="css/stylesheet.css" type="text/css"> <link re...
asked by 04.09.2016 / 23:21
3
answers

CSS formatting with PHP [duplicate]

Hello I'm displaying HTML content with CSS formatting using PHP's print_r, but I'm having doubts when single quotation marks, I've opened STYLE with single quotation marks, but inside the image selection it has 2 single quotes, but not is i...
asked by 13.10.2016 / 00:40
1
answer

ng-bind-html removing style

I'm trying to pass a style into a span, but when I use ng-bing-html it removes In the json that is placed on the page up to this with style <script id="data" type="application/json" product-data> <p><span style=...
asked by 31.08.2016 / 19:01
2
answers

Get Input Text values within modal-body

Expensive; How to get INPUT TEXT values and direct them to Body-Modal? I have a form with multiple inputs disabled, so the user does not edit. However, by clicking the button that calls MOdal, I wanted the modal to appear in this modal....
asked by 31.08.2016 / 01:43
1
answer

Footer element does not descend using the class bootstrap when I open the menu in mobile mode

In mobile mode you have problems when I open the menu because it collides with the buttons to pass images of the carousel and also with the footer CSS.footer{position:absolute;bottom:0;width:100%;/*Setthefixedheightofthefooterhere*/height:au...
asked by 18.08.2016 / 00:31
1
answer

Feed Textarea with bank field

I'm trying to do the following: I need to feed a textarea , every minute, with the result of the query below: $consulta = OCIParse($ora_conexao,"Select pcn.romaneio Romaneio...
asked by 23.08.2016 / 13:52
1
answer

Placeholder does not identify characters

I have a problem with a placeholder and a login page, <div class="group"> @Html.TextBoxFor(t => t.Email, new { required = "required" } ) <span class="highlight"></span><span class="bar"></span>...
asked by 24.08.2016 / 16:33
1
answer

Hiding form fields that will be required

Hello, I have a form that depending on what is going to be selected in a select will hide or display fields. The problem is that some of these fields will be of the required type and the submit will not complete if they are hidden and with no...
asked by 14.10.2016 / 15:12
1
answer

How to replace a parameter of a PHP function with a file that it will receive from a form?

It's the following personal, I have this form that sends a file to the server: <!DOCTYPE html> <html> <head> <title>Enviando arquivos</title> </head> <body> <!-- O tipo de encoding de dados...
asked by 02.10.2016 / 01:33
1
answer

jstree create new node does not work

I'm using jstree to create a tree. I'm trying to create a new node, but I'm not getting it. The first node level will already be loaded in html, so only the next level will be added by js. Here is an example: $("#tree").jstree();...
asked by 11.08.2016 / 22:28