Mod BBCode Database
BBCodes that need some file editing or extra files
Post
by BBCode Bot »
Typo Alert BBCode
Author: Chico Gois
Description: With the Typo Alert BBCode you can create typography style alert
Attached file:
Typo Alert.zip
Copy the image to the images folder.
BBCode:
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]
You do not have the required permissions to view the files attached to this post.
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?
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>