HTML in captions
It is not possible to write HTML tags directly into your image’s attributes. But you can use special tags (similar to BBCode) that will get converted to HTML tags by EasyImageCaption. The following table lists all supported tags.
In order to use this feature, you have to enable the parsing of tags in the plugin parameters.
| Formatting tag in caption | HTML output |
|---|---|
| [url]www.example.com[/url] | www.example.com www.example.com |
| [url=www.example.com]Click here[/url] | Click here Click here |
| [url2]www.example.com[/url2] | www.example.com www.example.com |
| [url2=www.example.com]Click here[/url2] | Click here Click here |
| [b]Bold example[/b] | Bold example Bold example |
| [i]Italic example[/i] | Italic example Italic example |
| [u]Underlined example[/u] | Underlined example Underlined example |
| First paragraph[br]Next paragraph | First paragraph Next paragraph First paragraph Next paragraph |
*The effect of [url] und [url2] can be switched in the plugin options.