Country Flag BBCode

Mod BBCode Database
BBCodes that need some file editing or extra files
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

Country Flag BBCode

Post by BBCode Bot »

Country Flag BBCode

Author: Stoker
Description: The Country Flag BBCode inserts small flag images (20 x 12px) in the posts
Image
Attached file:
flags.zip
(278.79 KiB) Downloaded 440 times
Unzip and upload the Flag folder to images folder.
See also our Country Flag Deluxe BBCode

BBCode:

Code: Select all

[flag]{IDENTIFIER}[/flag]
HTML:

Code: Select all

<img style="width: 20px; height: 12px;" alt="" src="images/flags/{IDENTIFIER}.gif" />
Helpline:

Code: Select all

Flag: [flag]Country Code[/flag]
Example:

Code: Select all

[flag]dk[/flag] [flag]de[/flag] [flag]ca[/flag] [flag]eu[/flag] [flag]cz[/flag] [flag]bg[/flag] [flag]fr[/flag]
Demo:
[flag]dk[/flag] [flag]de[/flag] [flag]ca[/flag] [flag]eu[/flag] [flag]cz[/flag] [flag]bg[/flag] [flag]fr[/flag]
Locked