Page 1 of 1

Typo Alert BBCode

Posted: 09 Mar 2010, 06:47
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 514 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]

Re: Typo Alert BBCode

Posted: 05 Apr 2010, 20:10
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?

Re: Typo Alert BBCode

Posted: 07 Apr 2010, 07:40
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>