Zulässige HTML-Tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
Diese Website erlaubt HTML-Inhalte. Obwohl das Erlernen aller HTML-Befehle abschreckend erscheint, ist es sehr einfach, nur eine kleine Anzahl der grundlegendsten HTML-„Tags“ zu lernen. Diese Tabelle enthält Beispiele für jedes Tag, das auf dieser Website erlaubt ist.
Weitere Informationen zu HTML sind in SelfHTML erhältlich oder können mit Suchmaschinen im Internet auch an anderer Stelle gefunden werden.
Tag-Beschreibung Sie tippen Sie erhalten Mit Ankern lassen sich Links auf andere Seiten erstellen <a href="http://myissue.de">myissue.de</a>myissue.de Hervorgehoben <em>Hervorgehoben</em>Hervorgehoben Fettdruck <strong>Fettdruck</strong>Fettdruck Zitiert <cite>Zitiert</cite>Zitiert Blockweise zitiert <blockquote>Blockweise zitiert</blockquote>Blockweise zitiert
Programmtext um Quellcode zu zitieren <code>Programmtext</code>ProgrammtextUngeordnete Liste - benutze <li> vor jeder Aufführung der Liste <ul> <li>Erster Listenpunkt</li> <li>Zweiter Listenpunkt</li> </ul>- Erster Listenpunkt
- Zweiter Listenpunkt
Geordnete Liste - benutze - vor jeder Aufführung der Liste
<ol> <li>Erster Listenpunkt</li> <li>Zweiter Listenpunkt</li> </ol>- Erster Listenpunkt
- Zweiter Listenpunkt
Definitions-Listen sind ähnlich anderer HTML-Listen. <dl> beginht die Definitions-Liste, <dt> beginnt den Definitions-Term und <dd> beginnt die Definitions-Beschreibung. <dl> <dt>Erster Definitionsterm</dt> <dd>Erste Definition</dd> <dt>Zweiter Definitionsterm</dt> <dd>Zweite Definition</dd> </dl>- Erster Definitionsterm
- Erste Definition
- Zweiter Definitionsterm
- Zweite Definition
Die meisten Sonderzeichen können problemlos direkt eingegeben werden.
Falls Probleme auftreten, sollten HTML-Entitäten verwendet werden. Ein Beispiel ist & für ein kaufmännisches &. Eine vollständige Liste stellt SelfHTML bereit. Einige Zeichen sind:
Zeichenbeschreibung Sie tippen Sie erhalten kaufmännisches UND && Größer als >> Kleiner als << Anführungszeichen "" - Zeilen und Absätz werden automatisch erkannt. Die Tags für Zeilenumbruch <br />, Absatz-Beginn <p> und Absatz-Ende </p> werden also automatisch eingefügt. Eine leere Zeile führt immer zu einem neuen Absatz.
- You can insert a blockquote directly into texts with;
.<blockquote>This text becomes a blockquote.</blockquote> - Internet- und E-Mail-Adressen werden automatisch umgewandelt.
- You can insert footnotes directly into texts with
[fn]This text becomes a footnote.[/fn]. This will be replaced with a running number (the footnote reference) and the text within the [fn] tags will be moved to the bottom of the page (the footnote). - Images can be added to this post.
-
SWF Tools Filter
The basic syntax for embedding a flash file (.swf), flash movie (.flv) or audio file (.mp3) is:
[swf file="filename.swf"]If you would like to override SWF Tools and flash player default settings, you can specify additional parameters. For example:
[swf file="song.mp3" flashvars="backcolor=#AABBCC&&forecolor=#11AA11"]If you would like to output a list of files then the format is:
SWF Tools Filter will accept following:[swf files="image1.jpg&&image2.jpg&&..."]- params : You can specify values for parameters to be passed to Flash
to control the appearance of the output. Typical values are
bgcolor and wmode. Example:
params="wmode=true&&bgcolor="#00FF00"Alternatively you can supply each parameter individually without usingparams. Examplewmode="true" bgcolor="#00FF00" - flashvars : You can specify values for output as flashvars, which
become available to the Flash movie that is playing. This is often done
to control a media player. Refer to the documentation of the flash player
you are using to know what flashvar options are available.
Example:
flashvars="autostart=true&&volume=80" - methods : Optional information about how to display the file. The most
common usage is to specify a particular media player and
thus override the default specified on the settings page.
Example:
methods="player=onepixelout_mp3"
WARNING: with params, flashvars and othervars, pass multiple values separated by &&.
- params : You can specify values for parameters to be passed to Flash
to control the appearance of the output. Typical values are
bgcolor and wmode. Example:
-
Video Filter
You may insert videos from popular video sites by using a simple tag
[video:URL].Examples:
- Single video:
[video:http://www.youtube.com/watch?v=uN1qUeId] - Random video out of multiple:
[video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2] - Override default autoplay setting:
[video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1] - Override default width and height:
[video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y] - Override default aspect ratio:
[video:http://www.youtube.com/watch?v=uN1qUeId ratio:4/3] - Align the video:
[video:http://www.youtube.com/watch?v=uN1qUeId align:right]
Supported sites: YouTube, Google Video, Tangle, DailyMotion, Vimeo, Flickr Slideshows, Flickr Video, Game Videos, Meta Cafe, Streamhoster, Game Trailers, College Humor, MySpace, Capped, Blip.tv, Slideshare, Picasa Slideshows, Teachertube.
Special instructions:
Some codecs need special input. You'll find those instructions here.- Slideshare:
You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id" and "doc" parts, and form the URL like this: slideshare.net/?id=1759622&doc=usingdrupal-090723103440-phpapp01. - Picasa Slideshows:
You must use the URL of the RSS feed for the Picasa album:- View the album in Picasa (you should see thumbnails, not a slideshow).
- Find the "RSS" link and click it.
- Copy the resulting URL from the browser address bar. Example:
[video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]
- Single video:
