Questions tagged as 'html'

1
answer

Redirect to another URL based on the typed URL

My problem is as follows, I want to add / email the url that was typed into the browser and redirect to this new url. I am using IIS from windows server 2012. The site accepts more than one host. For example in the same site I accept the h...
asked by 14.03.2016 / 23:34
1
answer

pick up values of input ID's

I have to do an auction system and I'm planning how to countdown multiple products at once, each with its number of seconds. I'm thinking of doing with PHP and jQuery. The problem is that I need to get the rest of the ID's from the elements pull...
asked by 19.03.2016 / 17:59
1
answer

Acordion Bootstrap - link to access

I have the following code: <div id="accordion" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingOne"> <h4 class="panel-title">...
asked by 28.02.2016 / 03:03
2
answers

How to remove the whitespace in this html

1 Already tried to put height: 100% but nothing has changed <html> <head> <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/frontend/ficha_emergencia.css') }}" /> </head> <body class="body" s...
asked by 16.10.2018 / 20:37
1
answer

I put the CDN, how do I write the code?

I'm a beginner in programming and I have this doubt, I put the CDN <script src="https://unpkg.com/rivescript@latest/dist/rivescript.min.js"></script>toinstall rivescript , but now I was wondering how do I write my code with this...
asked by 13.12.2018 / 22:06
1
answer

What unknown space is this? [duplicate]

Website: link Here is the problem shown: imageshack.com/a/img909/690/AjeiLg.png The other question was the one I posted, I posted again because I have not yet had an answer that solved the problem. My problem only occurs in internet...
asked by 01.10.2015 / 15:45
1
answer

Show and hide Div content in list form [duplicate]

I'm trying to change this code so it can hide and display the content in list form. Currently the code shows the content in videos through your id. <div id="videoGallery"> <ul> <li><span class="vid" data-videoID...
asked by 17.12.2015 / 17:08
3
answers

CSS file inside or outside HTML?

I am building my web pages, Should I make my CSS along with my HTML or should I create a CSS file containing all the pages of my site? What gain / loss will I have in these modes?     
asked by 02.10.2018 / 15:43
3
answers

Website with centralized content but out of context with the background [closed]

I have my website ready, but I wanted to change something that has been bothering me for some time. I'm having a hard time leaving the site in two layers, I'll try to exemplify it to make it easier. The layout of Facebook has the central p...
asked by 12.11.2018 / 16:02
2
answers

how to do a login divided into two parts?

What I want to do is type a bank login system with two access passwords, the first part I have already done, so I wanted to log in to parte 2 where it asks for senha 2 and nome do usuario . If he hits the parte 1 ch...
asked by 28.12.2015 / 13:14