I’m starting to pound some of the UBB code into my head, and I know how to do bold, italics, links, things like that, but how do I make the text really small? I can’t find it in the FAQs.
type (sub)whatever you want and then(/sub), substiting for ()
[sub]like this[/sub]
If you “quote” a post you can see the coding.
Sub is good for lowered, small text. Sup is good for raised, small text.
For example: Testing sub[sub]test[/sub]
Another example: Testing sup[sup]test[/sup]
As porcupine said: use (sub)text(/sub) or (sup)text(/sup). Substituting brackets for the parentheses ( ).
Using nested sub and sup will give you small text that is neither raised nor lowered, but it doesn’t work with all browsers.
When you substitute brackets for braces, This is {sup}{sub}small{/sub}{/sup} yields
This is [sup][sub]small[/sub][/sup]
[sup]test[/sup] [sub]post[/sub]
Woo-hoo! It worked!
Thanks all.