Questions tagged as 'html'

2
answers

How to run a Vimeo video in the video tag

I need to run a Vimeo video in the video tag, how do I? I found it here: <video src="http://player.vimeo.com/external/85569724.sd.mp4?s=43df5df0d733011263687d20a47557e4"></video> Well, that's not my video, does anyone know how t...
asked by 27.01.2016 / 20:27
1
answer

Execute a PHP function as html attribute?

What I need is the following, I have this html code: <div php-if="{{valor}}>0">CONTEUDO QUE SERÁ MOSTRADO DINAMICAMENTE</div> The variable "{{value}}" already has how to return dynamically. What I would like now is to run a f...
asked by 05.12.2017 / 03:15
1
answer

Get input value with jQuery

I'mtryingtogetthevalueofhowever,itreturnsmeonlytheinput.pgtasitcanbeseenintheimageabove,alreadytriedwith.valueand.val(),howeveritstilldoesnotwork,followthecodeimagebelow: Ineedittoreturnthevaluethatisinthefield,insteadofitreturningthevaluetheus...
asked by 20.11.2017 / 18:57
1
answer

Generate a PDF from an HTML Div [duplicate]

Good evening, everyone ... I would like to know what I can use to generate a PDF from a selected div. It could be in Jquery, VB, VB net or Javascript. Could you help me?     
asked by 21.11.2017 / 21:55
2
answers

How to make the value of the input appear in json?

So I'm having doubts here, would it be possible to make the input fields I have play what I typed in a JSON? EX: This would be the form <form role="form" method="post" id="searches" accept-charset="utf-8" action="<?php bloginf...
asked by 20.03.2018 / 02:56
2
answers

Table does not want to be vertical

I wanted to know what I was doing wrong, because I created a table in the template taking information from an api. He wanted to sort himself vertically rather than horizontally. <!Doctepyhtml><html><head><title>Tested...
asked by 29.04.2018 / 00:25
2
answers

Error - fa Icons (FontAwesome.css)

Some class icons such as fa fa-user appear inside the system, but other icons like fa fa-user-circle-o that have the hyphen do not appear. Here is the image below, as you may notice there is no Access Edition icon: CSSCode:bo...
asked by 14.09.2017 / 03:14
3
answers

How to determine what will be loaded in HTML?

I'm developing a page without the use of a back-end, however, I want a background video to be loaded on desktop screens using this code: <div class="test"> <video poster="img/videoposter.png" id="header-video" playsinline autoplay m...
asked by 21.01.2017 / 18:35
2
answers

Remove the focus / outline from the input (CSS)

How do I remove this focus / outline from the input? This is my HTML I'm using ReactJS, Bootstrap-react <div className="viewInstrument-table-heading"> <div className="table-heading1">...
asked by 16.05.2017 / 15:08
3
answers

Create button with border and text gradient

I need to make a button with border and text color gradient, but the button also has border-radius. I have tried several ways here, but I have not been successful. What is the best way to do this button? The button is this: WhatIhavesofar...
asked by 24.08.2017 / 14:30