There are a few standard html codes that rarely used in the world wide web Es gibt ein paar Standard-HTML-Codes, die selten benutzt im World Wide Web
arena. Arena. Perhaps they are quite weird and some lack browser support people just Vielleicht sind sie ziemlich seltsam und einige fehlende Browser-Unterstützung nur Menschen
ignore it. ignorieren. They are Sie sind
<address> , <optgroup> , <acronym> or <abbr> and finally <fieldset> & <Adresse>, <optgroup>, <acronym> oder <abbr> und schließlich <fieldset> &
<legend>
Sample: Beispiel:
1. Address: add some CSS touch, that’s would be more attractive 1. Adresse: add some CSS-Touch, das wäre attraktiver
SeoMoz Siehe weitere schöne Anwendungsbeispiele, die ursprünglich aus:
SeoMoz found trough: I Hate Google Trog gefunden: I Hate Google
Share This Weitersagen
Believe it or not it takes 3 months for me to figure out how to make this things out! Ob Sie es glauben oder nicht, es dauert 3 Monate für mich, um herauszufinden, wie man diese Dinge heraus!
Basically Drupal CMS allow us to put PHP code inside every admin post. Grundsätzlich CMS Drupal erlauben uns, die PHP-Code innerhalb jeder admin Post. Posting code below will output exactly as file with .php extension using Posting-Quelltext wird Ausgang genau so, wie Datei mit. Php-Erweiterung mit
eval() function. eval ()-Funktion.
<?php <? php
phpinfo(); phpinfo ();
?>
Continue reading ‘Drupal - PHP code inside post!’ Lesen Sie weiter "Drupal - PHP-Code innerhalb Post!"
Share This Weitersagen
I discovered this techniques while surfing on a contact form at Ich habe diese Techniken beim Surfen auf einen Kontakt in Form
Iconaholic Iconaholic
The hint is using <label> tag, nice unknown trick! Der Hinweis ist mit <label> Tag, nice unbekannt Trick!
<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> label (width: 200px; float: left;) </ style> <p> <label> Fake Feld </ label> <input type="text"> </ p> <label> Fake Field 123 </ label> <input type="text"> </ p>