Font: Difference between revisions From Online Manual

Jump to: navigation, search
m (Bot: Automated text replacement (-<tt> +))
m (Bot: Automated text replacement (-</tt> +))
Line 2: Line 2:
|tag=font
|tag=font
|example=&#91;font=courier, courier new, serif&#93;text or more BB Code&#91;/font&#93;
|example=&#91;font=courier, courier new, serif&#93;text or more BB Code&#91;/font&#93;
|description=The font</tt> tag allows you to specify fonts and font families. It is recommended to specify a generic family, as [http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family specified by CSS2], however quotes will not work. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.
|description=The font tag allows you to specify fonts and font families. It is recommended to specify a generic family, as [http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family specified by CSS2], however quotes will not work. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.
|result=<span style="font-family: courier, courier new, serif;" class="bbc_font">text or more BB Code</span>
|result=<span style="font-family: courier, courier new, serif;" class="bbc_font">text or more BB Code</span>
}}
}}

Revision as of 11:23, 1 July 2013

description: The font tag allows you to specify fonts and font families. It is recommended to specify a generic family, as specified by CSS2, however quotes will not work. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.

example: [font=courier, courier new, serif]text or more BB Code[/font]

result: text or more BB Code



Advertisement: