Questions tagged as 'html'

1
answer

Using% in html files

I noticed that some web pages use %header% and %footer% to put the header and the footer among other things (I saw this in themes for the OpenGame Panel), I did not understand how they work and how the browser will get it header...
asked by 22.07.2015 / 23:43
2
answers

How to loop posts in WordPress?

I personally need to create this layout for articles in my WordPress loop and I do not know as I could do. I know I'll need some instructions on PHP and some Bootstrap implementations, I'm using this CSS framework. Does anyo...
asked by 20.07.2015 / 23:14
2
answers

How to stipulate details with a SELECT [closed]

Well, I gave a SELECT, to pull my data, only I wanted to do the following: If $ category is 1, it would be called World, and if $ category equals 2, it would be called Moon, how can I do that? Code: <?php $conect = mysql_query("SEL...
asked by 23.07.2015 / 21:15
1
answer

Change modal content with Javascript

Good morning, I know very little about JQuery and JavaScript (Almost anything) and I have a problem. It is as follows: In my site I have two buttons, which open a modal (generated with css). The modal content is basically the same, contain...
asked by 24.06.2015 / 15:02
1
answer

Make tooltip read html tag

I'm using the jQuery tooltip and need to display a message formatted with html, for example $(function(){ $("input:file").tooltip(); }); <link href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" rel="stylesheet"/&g...
asked by 05.02.2016 / 16:34
4
answers

Spacing between inputs Bootstrap

I would like to know how I can add a spacing between selects , for better understanding see image below: Ihavetriedwithcss:.col-md-4{margin-bottom:5px;}Butitgotweird,mycodehtmliscurrentlylikethis:<divclass="form-group"> <d...
asked by 10.02.2016 / 18:28
2
answers

Select only one item

Here is the code: <?php while($ver=mysql_fetch_row($busca)){ ?> <tr> <td><input type="radio" value="<?php echo "$var[0]"; ?>"></td><td><?php echo "$ver[0]"; ?></td> <...
asked by 16.11.2015 / 19:58
1
answer

Open and close a Collapse at a time

People, the situation is as follows: I have 04 links that when clicking on one of them a collapse appears and presents its respective content. So far so good, the problem is in the moment of displaying these contents. Currently, if I open a coll...
asked by 19.11.2015 / 15:30
1
answer

I can not change records from a database table

It is the following, I need to make my site can change login data, registered in the database. I've made the codes, but when I click to change, nothing happens ... The files I'm using: alteraadm.php $conexao = @mysql_connect("localhost","ro...
asked by 15.11.2015 / 03:24
2
answers

How not to let a Domain appear on Google and other search engines

I have an online system and would not like my domain to appear in google or other search engines, I would like to make it private. is there any way to do this?     
asked by 29.09.2015 / 14:35