IE Only 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

IE Only BBCode

Post by BBCode Bot »

IE Only BBCode

Author: Stoker
Description: With the IE Only BBCode you can show some content for Internet Explorer users only. It will not show for Firefox, Opera, Chrome etc users.
Info: Conditional Comments
[valid][/valid]

BBCode:

Code: Select all

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

Code: Select all

<!--[if IE]>
{TEXT}
<![endif]-->
Helpline:

Code: Select all

IE Only: [ie]Content here[/ie]
Example:

Code: Select all

[ie]You can get a proper browser here: [url=http://www.mozilla.com/firefox/][b]Download Firefox[/b][/url] :biggrin: [/ie]
Demo:
[ie]You can get a proper browser here: Download Firefox :biggrin:[/ie]
Locked