Fieldset
Content
Description
Allows to highlight selected content.
Features
- Unlimited times per page
Usage
[fieldset] Hello World! [/fieldset]
Examples
| Live preview | Shortcode |
|---|---|
|
Basic usage. [fieldset] Hello World! [/fieldset]
|
|
|
With legend. [fieldset legend="Take a look!"] Hello World! [/fieldset]
|
|
|
With legend & icon. [fieldset legend="Featured" icon="asterisk_orange.png"] Hello World! [/fieldset]
|
Attributes
w
Width. (pixels)
w="200px"
h
Height. (pixels)
h="200px"
m
Margin by left & right sides. (pixels)
m="25px"
align
Fieldset alignment.
align="left"
align="right"
align="center"
text
Text alignment inside fieldset.
text="left"
text="right"
text="center"
legend
Legend.
legend="Take a look!"
jonknight