Formátovaný text

Z Developer Wiki

Přejít na: navigace, hledání

Formátovač wysiwyg.xml upravuje zobrazení bloku formátovaného textu. Do tagů <rub:prefix> a <rub:suffix> je nejčastěji vložen požadovaný HTML kód obalující text.

Ukázka boxů s formátovaným textem

HTML kód ukázky z obrázku:

<div class="box">
    <div class="box_content">
        <h2>Welcome to Laffete Travel</h2>
        <p>Welcome to Laffete Travel, your detailed guide to travel agents 
        and travel agent services in the UK. Whether you’re heading off half way 
        round the world to Australia, want to enjoy the thrills and spills 
        of Disney World in Florida, or just want to enjoy a Haven holiday in Wales, 
        this website can help you find the right travel agent to book your dream trip.</p>                       
    </div>
</div>