Link Exchange BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
User avatar
BBCode Bot Online
Supporter
Supporter
Posts: 239
Joined: 04 Mar 2010, 13:04
Local time: Saturday 21:25
Last active: Online now
Location: bbcode table

Link Exchange BBCode

Post by BBCode Bot »

Link Exchange BBCode

Author: DJS596
Description: Can be used to hold HTML code etc for exchanging links between sites.

BBCode:

Code: Select all

[exchange]{TEXT}[/exchange]
HTML:

Code: Select all

<textarea name="textarea" onclick="select()" cols="40" rows="4">{TEXT}</textarea>
Helpline:

Code: Select all

Link exchange code: [exchange]Your link exchange code[/exchange]
Example:

Code: Select all

[exchange]<a title="A link to my site!" href="http://www.mywebsite.tld" target="_blank"><img src="http://www.mysite.tld/images/myimage.jpg" alt="My image" border="0" /></a>[/exchange]
Demo:
[exchange]<a title="A link to my site!" href="http://www.mywebsite.tld" target="_blank"><img src="http://www.mysite.tld/images/myimage.jpg" alt="My image" border="0" /></a>[/exchange]