Questions tagged as 'html'

1
answer

Queries @media for sites 100% responsive?

I currently work with three queries always based on the minimum width and maximum width of the screen. The Mobile defines from 250px to 480px, the Tablet I put as 481px to 1023px and the Desktop I put it from 1024px. Currently on the devices...
asked by 05.11.2015 / 18:59
1
answer

HTML editor made in HTML

I need an HTML editor, like this link to switch between visual and the HTML mode. The problem is that I search on google, search for ready codes and find absolutely no code or tutorial on how to do the same. The plugin needs to change be...
asked by 27.05.2015 / 16:00
1
answer

How to display an array horizontally?

I'm not able to print an array horizontally on an HTML page. How can I do this? PHP: if (isset($_GET['nome']) && $_GET!=['nome']) { $lista_tarefa = array(); $lista_tarefa['nome'] = $_GET['nome']; } if (isset($_GET['descri...
asked by 26.04.2015 / 04:20
1
answer

Error sending form data

I am learning mysql and php, but it is giving an error in the form, where even having been filled it still asks to fill in the fields and does not register anything in the database table <?php $db = "progdesenv"; @mysql_connect("localhost",...
asked by 23.04.2015 / 00:12
1
answer

How to mount grid in Bootstrap 3 for small images

I'm trying to adapt a grid in Bootstrap 3 to small images with the possibility of the page being responsive, these images are inserted via form as .png and sent to banco de dados and in a specific folder in my hosting, but t...
asked by 23.11.2015 / 20:09
1
answer

How to go to an anchor on a page with little content?

I'm creating a page using Bootstrap and would like to put some anchors in specific places, as the page has very little content, the element that represents the anchor does not go to the top when I click the link that redirects to it, the examp...
asked by 06.04.2015 / 02:06
1
answer

php does not recognize the file field

So I'm working on a support system where it has a form for the user to send the message where he selects the area, type the title the message and also one for sending files if necessary the problem is that PHP does not recognizes the <input...
asked by 01.04.2015 / 17:02
2
answers

How to adapt this login system in JavaScript?

I need to create a simple internal login system to apply to a blog. I can not make my code work at all, and I need help. This is the Code: <script language="JavaScript"> function Login(){ var done=0; var usuario=document.lo...
asked by 07.04.2015 / 13:30
4
answers

How do I set a value in an input tag from another site?

How could I do to pass a value to a <input> field from another site? In practice, I would like that when the user clicks on a link, button, and so on. (eg www.google.com) and in a given field a value that I have on my site appear...
asked by 03.04.2015 / 04:02
2
answers

Display alert made in html and css by javascript

Good morning, I'm creating a form in html and javascript for validation, my idea is to create a successful alert or crash with html and css (cute and etc), but I do not know how I can "call" give a require on that alert that I created, help me?...
asked by 12.03.2015 / 14:43