Link Exchange BBCode
Can be used to hold HTML code etc for exchanging links between sites.
BBCode:
Kod:
[exchange]{TEXT}[/exchange]
:
tml]'[exchange]' => '<textarea name="textarea" onclick="select()" cols="40" rows="4">',
'[/exchange]' => '</textarea>',
Example:
Kod:
[exchange]<a title="A link to my site!" href="http://www.mywebsite.com" target="_blank"><img src="http://www.mysite.com/images/myimage.jpg" alt="My image" border="0" /></a>[/exchange]