Typo Alert 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

Typo Alert BBCode

Post by BBCode Bot »

Typo Alert BBCode

Author: Chico Gois
Description: With the Typo Alert BBCode you can create typography style alert
Image
Attached file:
Typo Alert.zip
(905 Bytes) Downloaded 490 times
Copy the image to the images folder.

BBCode:

Code: Select all

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

Code: Select all

<p style="background: url(./images/alert.gif) center no-repeat; background-color: #FFF6BF; background-position: 15px 50%; padding-left: 8%; font-size: 13px; padding: 10px  20px 10px 45px; color: #48793F; border-top: 2px solid #FEABB9 ; border-bottom: 2px solid #FEABB9">{TEXT}</p>
Helpline:

Code: Select all

Typo Alert BBcode: [typo_alert]Your Text[/typo_alert]
Example:

Code: Select all

[typo_alert]Your Text[/typo_alert]
Demo:
[typo_alert]Attention! You need to install this BBCode[/typo_alert]
syberpro
BBCoder II
BBCoder II
Posts: 18
Joined: 30 Mar 2010, 00:49

Re: Typo Alert BBCode

Post by syberpro »

thanks it works

is it possible to make it shorter?

i dont want it all the way to the right like maybe in middle stop it there?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3515
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Typo Alert BBCode

Post by Stoker »

You can try this HTML instead:

Code: Select all

<span style="background: url(./images/alert.gif) center no-repeat; background-color: #FFF6BF; background-position: 15px 50%; padding-left: 8%; font-size: 13px; padding: 10px  20px 10px 45px; color: #48793F; border-top: 2px solid #FEABB9 ; border-bottom: 2px solid #FEABB9">{TEXT}</span>
Board rules! No PM support
Locked