1
Support / Using none original SMF BBC features
« on: August 25, 2017, 04:01:28 PM »
Spoiler:
FontAwesome:
[fa]diamond[/fa]
[fa]cube[/fa]
Font Awesome Cheatsheet: Download (PDF)
Float Image:
where {url} is the image URL and the optional acceptable parameters are:
Except for border-style, the border parameters are optional if borders around the image is desired:
Spoiler for Hiden:
Code
[spoiler]Spoiler Content[/spoiler]
FontAwesome:
[fa]diamond[/fa]
[fa]cube[/fa]
Code
[fa]diamond[/fa]
[fa]cube[/fa]
Float Image:
Code
[imgleft]{url}[/imgleft]
[imgright]{url}[/imgright]
[imgleft {params}]{url}[/imgleft]
[imgright {params}]{url}[/imgright]
where {url} is the image URL and the optional acceptable parameters are:
Code
[b]alt[/b] - Alternate text if the event that the image can't be displayed.
[b]width[/b] - Width of the image. Expressed in pixels.
[b]height[/b] - Height of the image. Expressed in pixels.
[b]margin[/b] - Margin around the image. Expressed in pixels.
[b]margin-left[/b] - The image's left margin. Expressed in pixels.
[b]margin-right[/b] - The image's right margin. Expressed in pixels.
[b]margin-top[/b] - The image's top margin. Expressed in pixels.
[b]margin-bottom[/b] - The image's bottom margin. Expressed in pixels.
Except for border-style, the border parameters are optional if borders around the image is desired:
Code
[b]border-style[/b] - [b]REQUIRED![/b] Border style. Valid answers: [b]dotted[/b], [b]dashed[/b], [b]solid[/b], [b]double[/b], [b]groove[/b], [b]ridge[/b], [b]inset[/b], [b]outset[/b]
[b]border-width[/b] - Border width. Expressed in pixels.
[b]border-color[/b] - Border color. Expressed either as [b]#xxx[/b], [b]#xxxxxx[/b], [b]rbg(x,x,x)[/b], or [b]{text}[/b]