Questions tagged as 'html'

1
answer

Why do I have to give the full address? img src ...

I'm trying to make my first website. At the moment I do not understand why, when inserting images I have to enter the full address, since in all blogs and HTML sites, this is not necessary. The image is in another folder. Someone help me?...
asked by 29.06.2018 / 11:32
1
answer

Drag'n'drop items within table

Good afternoon guys, I'm trying to create a table with interactive events, similar to FullCalendar, was wondering if anyone knows any library that allows the creation of squares / rectangles that have drag'n'drop like those of FullCalendar or...
asked by 26.06.2018 / 14:52
2
answers

Can you put an image on top of a button or in the background?

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <button id="bcen" onclick="if(--this.textContent<=0) alert('You\'ve won!');" value="10">10</...
asked by 02.08.2018 / 02:09
1
answer

Parse error: syntax error, unexpected '$ error' (T_VARIABLE) in C: \ xampp \ htdocs \ HITSS \ cadastrar.php on line 26 [closed]

I'm having the title error in my code, can anyone give me a light? <?php $erro = array('1'); include("conexao.php"); if(isset($_POST['Entrar'])) { //1 - REGISTRO DOS DADOS if(!isset($_SESSION)) session_s...
asked by 09.07.2018 / 15:53
2
answers

Create form in PHP using result retrieved from a SQL query

I need to send what was typed in the input field and send via the POST method. My code looks like this: <?php include_once("../controle/conexao.php"); //Recuperar o valor da palavra $usuarios = $_POST['palavra']; echo '$usuarios'; //Pesqui...
asked by 17.08.2016 / 22:58
2
answers

Tools for working with graphics [closed]

I need to fetch data from a database and make graphics with it, I believe that the database search is normal, what changes is the tool to make the chart. My doubts are: -What is the best graphing tool? -Did someone already work with graphi...
asked by 20.01.2015 / 12:35
1
answer

How to disable Browser AutoFill? [duplicate]

This screen is for registering my system. And here's the input. <input id="senha" name="senha" placeholder="" class="form-control input-md" required="" type="password" autocomplete="off" value=""> As you can see I alread...
asked by 19.09.2017 / 20:25
1
answer

With what web language could I develop something similar to this image? [closed]

Well I'm trying to implement some such system on a website, as shown in the picture you choose where you are and where you want to go and the mode e appears a value, Could someone give me a light? What language do you use or any similar co...
asked by 24.12.2017 / 21:11
1
answer

h3 within table email marketing

Speak, I need to apply an h3 inside a table, in a td but in the bottom position of it. Because I have an image and I need to play a title for the image. I tried with the position application but it does not work on email clients, can you help me...
asked by 27.04.2018 / 15:52
4
answers

How to use align in css for tables [closed]

How do I set this table in css? <table border="0" align="right"> I want to know how to align a table right using css.     
asked by 10.05.2016 / 14:08