Rady pro psaní
Povolené HTML značky: <a> <em> <strong> <br /> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
Tento web povoluje HTML obsah. Učení se HTML zní děsivě, ale naučit se používat několik málo nejzákladnějších HTML „značek“ je velice snadné. Tato tabulka poskytuje příklady pro každou značku povolenou na tomto webu.
Více informací lze nalézt ve specifikaci HTML u W3C nebo ve vyhledávači.
Popis značky Napíšete Získáte Odkazy na jiné stránky <a href="http://kiteserver.info">kite server.info</a>kite server.info Zvýrazněné <em>Zvýrazněné</em>Zvýrazněné Tučné <strong>Tučné</strong>Tučné Implicitně se zalomení řádku vkládá automaticky, takže touto značkou přidáte další. Tato značka se liší, protože nemá otevírací a ukončovací značku jako ostatní. Pro kompatibilitu s XHTML 1.0 vložte do značky navíc „ /“. Text s <br />zalomením řádkuText s
zalomením řádkuCitace <cite>Citace</cite>Citace Zobrazení zdrojového kódu <code>Kód</code>KódNečíslovaný seznam - použijte <li> na začátku každé položky seznamu <ul> <li>První položka</li> <li>Druhá položka</li> </ul>- První položka
- Druhá položka
Číslovaný seznam - použijte <li> na začátku každé položky seznamu <ol> <li>První položka</li> <li>Druhá položka</li> </ol>- První položka
- Druhá položka
Seznam definice je podobný ostatním HTML seznamům. <dl> začíná seznam definic, <dt> začíná termín a <dd> začíná popis definice. <dl> <dt>První termín</dt> <dd>První definice</dd> <dt>Druhý termín</dt> <dd>Druhá definice</dd> </dl>- První termín
- První definice
- Druhý termín
- Druhá definice
Většinu neobvyklých znaků můžete zadávat bez problémů.
Pokud narazíte na problémy, zkuste použít HTML entity. Např. zapište & pro znak ampersandu &. Kompletní seznam HTML entit naleznete na stránce entit. Mezi nejpoužívanější patří:
Popis znaku Napíšete Získáte Ampersand && Větší než >> Menší než << Uvozovky "" - Webové a e-mailové adresy jsou automaticky převedeny na odkazy.
- You may embed videos from the following providers vimeo, youtube. Just add the video URL to your textarea in the place where you would like the video to appear, i.e. http://www.youtube.com/watch?v=pw0jmvdh.
To add a lightbox to your images, add rel="lightbox" attribute to any link tag to activate the lightbox. For example:
<a href="image-1.jpg" rel="lightbox">image #1</a><a href="image-1.jpg" rel="lightbox[][my caption]">image #1</a>To show a caption either use the title attribute or put in the second set of square brackets of the rel attribute.
If you have a set of related images that you would like to group, then you will need to include a group name between square brackets in the rel attribute. For example:
<a href="image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
<a href="image-2.jpg" rel="lightbox[roadtrip][caption 2]">image #2</a>
<a href="image-3.jpg" rel="lightbox[roadtrip][caption 3]">image #3</a>
There are no limits to the number of image sets per page or how many images are allowed in each set.
If you wish to turn the caption into a link, format your caption in the following way:
<a href="image-1.jpg" rel='lightbox[][<a href="http://www.yourlink.com">View Image Details</a>]' >image #1</a>It's possible to show video content in the lightbox. In this case the "rel" attribute should be set to
lightvideo. It's possible to group videos and to control the size of the lightbox by setting the "width" and "height" properties. The properties can be configured likelightvideo[group|width:300px; height: 200px;][caption]. The properties should all be of the format "property: value;" - note the closing semi-colon. If no properties are set, then the default width and height of 400px will be used. See below for more detailed examples.Basic example:
<a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo">Google video example - default size</a>Controlling lightbox size example:
<a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo[group|width:400px; height:300px;][caption]">Google video example - custom size</a>Supported video formats include asx, wmv, mov and swf. A number of online video providers are also supported, including YouTube and Google Video. For a full list of the current supported video providers please see the documentation on drupal.org.
- Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.

Poslední komentáře
13 týdny 1 den zpět
1 rok 17 týdny zpět
1 rok 19 týdny zpět
1 rok 19 týdny zpět
2 roky 46 týdny zpět
4 roky 34 týdny zpět