Questions tagged as 'html'

1
answer

Thead table header does not align with rows after append

I have a problem with the code, I need to align the Thead tags in my table which gets a json of all the data, the data is coming and the header is there, but both are not aligned, I need some help. HTML Code Table: <div id="main-table...
asked by 07.06.2017 / 16:50
0
answers

Broken layout using grid

I'm using a grid system for my layout as seen below: .artigo { margin: auto; width: 70vw; display: grid; grid-template-columns: minmax(200px, 3fr) 1fr; margin-top: 90px; } @media (max-width: 1400px) { .artigo { di...
asked by 04.07.2017 / 16:54
1
answer

how to put content of another blog (the posts) in my site wordpress (ex: last posts)?

I have a site and I want to put a feature in it that has an element where the last posts of a blog appear, but this blog is on another server. I want to post the latest posts from this blog to my site. Is there any PHP or JavaScript code wh...
asked by 04.07.2017 / 16:21
1
answer

href within div

I'm new here and I have a problem turning the DIV link into a real link. At the bottom of the screen I show the link but it is not real. The link called and shown in the browser is the one on my own page. I would like to show the title of an RSS...
asked by 24.06.2017 / 04:54
1
answer

I need to take the patient id from the table to the next page, along with the user, by clicking the button

<?php $conexao = new mysqli("localhost","root","","hospital"); if($conexao->connect_errno){ echo"Failed to connect to MySQL: (" . $conexao->connect_errno .") " . $conexao->connect_error; } $res = $conexao->query("SELECT nom...
asked by 12.06.2017 / 13:41
2
answers

Hide and show div using href

I would like to know how to hide and show div using href? For example, I have a Title called "Filter" by clicking the button next to it, I want it to show the elements that are inside it and when I click again I want it to hide the elements. &...
asked by 04.06.2017 / 15:24
1
answer

Create a Stock Control Webapp

Hello, I'm learning Javascript and I have a question. I already know HTML, CSS and SQL What languages do I need to create a system (inventory control) that adds, changes (already added) and deletes, element through internal search in the site...
asked by 03.06.2017 / 22:50
1
answer

How can I make a log box always show the last line?

Hi, I have a log file of other codes that keeps updating. I made a javascript code that shows this file and it is a code that updates the live text on the page inside a textarea but it keeps updating and always returns to the first line, there i...
asked by 03.06.2017 / 00:32
1
answer

Catch value of a dice and play on var

I'm developing a web server in CLP, in it will be able to get the data from an air hose, to know if the pressure is ok. I developed the code in js and I set a value to see if it worked, but now I want to get the value of this pressure and if it...
asked by 13.06.2017 / 19:49
0
answers

Find a record using the value of a cookie

I can not find a value in the database by a select by reference to a variable coming from a cookie : $query = "SELECT * FROM carrinho WHERE dono = '$dono'"; However, if you search using the variable text, $query = "SELECT * FROM c...
asked by 01.06.2017 / 11:20