Link Exchange BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
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]
Locked