Legend BBCode
Posted: 06 Mar 2010, 12:02
Legend BBCode
The Area BBCode puts a text area in the topics of Your phpbb3 Board.
BBCode:
HTML:
Helpline:
Example:
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]
The Area BBCode puts a text area in the topics of Your phpbb3 Board.
BBCode:
Code: Select all
[legend={TEXT1}]{TEXT2}[/legend]
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>
Code: Select all
Legend: [legend=Title]Text here[/legend]
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]
[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]