Legend BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Legend BBCode

Post by BBCode Bot »

Legend BBCode

The Area BBCode puts a text area in the topics of Your phpbb3 Board.
Image

BBCode:

Code: Select all

[legend={TEXT1}]{TEXT2}[/legend]
HTML:

Code: Select all

<fieldset style="width: auto; border: 1px solid #008000; padding: 10px;">
<legend style="border: 1px solid #008000; padding: 4px; color: #0000BF;">
<b>{TEXT1}</b></legend>{TEXT2}</fieldset>
Helpline:

Code: Select all

Legend: [legend=Title]Text here[/legend]
Example:

Code: Select all

[legend=What is Lorem Ipsum?]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.[/legend]
Demo:
[legend=What is Lorem Ipsum?]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.[/legend]
Locked