(text formatting bulletin board codes) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Wordy bbc | |||
|tag=size | |||
|button=size.gif | |||
|example=[size=x-large]text or more BB Code[/size] | |||
|description=The <tt>size</tt> tag formats text with a specific font size. The recommended size formats are points, pixels, and relative-size keywords, as defined in the [http://www.w3.org/TR/CSS21/fonts.html#font-size-props CSS2 specs]. 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-size: x-large;" class="bbc_size">text or more BB Code</span> | |||
}} | |||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
[[Category:Basic Bulletin Board Code]] | [[Category:Basic Bulletin Board Code]] | ||
[[Category:Text Formatting Bulletin Board Code]] | [[Category:Text Formatting Bulletin Board Code]] |
Revision as of 21:33, 17 February 2011
description: The size tag formats text with a specific font size. The recommended size formats are points, pixels, and relative-size keywords, as defined in the CSS2 specs. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.
example: [size=x-large]text or more BB Code[/size]
result: text or more BB Code