There are a few standard html codes that rarely used in the world wide web Existem alguns códigos HTML padrão que raramente utilizado na World Wide Web
arena. Arena. Perhaps they are quite weird and some lack browser support people just Talvez eles são bastante estranho e algumas pessoas só falta o apoio do navegador
ignore it. ignorá-la. They are Eles são
<address> , <optgroup> , <acronym> or <abbr> and finally <fieldset> & <address>, <optgroup>, <acronym> ou <abbr> e finalmente <fieldset> &
<legend>
Sample: Amostra:
1. Address: add some CSS touch, that’s would be more attractive 1. Endereço: acrescentar algumas CSS toque, o que seria mais atraente
SeoMoz Veja exemplos de utilização mais agradável, inicialmente a partir de:
SeoMoz found trough: I Hate Google encontrado trough: I Hate Google
Share This Esta quota
Believe it or not it takes 3 months for me to figure out how to make this things out! Acreditem ou não leva 3 meses para mim, para descobrir como fazer as coisas desta!
Basically Drupal CMS allow us to put PHP code inside every admin post. Basicamente Drupal CMS permitem-nos colocar código PHP dentro admin cada postagem. Posting code below will output exactly as file with .php extension using Destacamento código abaixo será exatamente como arquivo com saída. Extensão php utilizando
eval() function. eval () função.
<?php <? PHP
phpinfo(); phpinfo ();
?>
Continue reading ‘Drupal - PHP code inside post!’ Continue reading "Drupal - código PHP dentro post!"
Share This Esta quota
I discovered this techniques while surfing on a contact form at Eu descobri este técnicas enquanto navegava em um formulário de contato em
Iconaholic Iconaholic
The hint is using <label> tag, nice unknown trick! A dica é <label> usando tag, nice trick desconhecido!
<style> label { width: 200px; float: left; } </style> <p><label>Fake Field</label><input type="text"></p> <p><label>Fake Field 123</label><input type="text"></p> <style> rótulo (width: 200px; float: left;) </ estilo> <p> <label> Fake Campo </ label> <input type="text"> </ p> <p> <label> Fake Campo 123 </ label> <input type="text"> </ p>