Forms   |   Fonts   |   Block   |  Page   |  Links/Images  |  Tables  |  Misc

Creativyst™ Universal
Formatting (CUF™) Codes

Quick Reference List
 
     [Bottom of Page]
Level('L') c=Core, t=Toggle(core), o=Obsolete, i=Implementation
Text-Decoration:
Code(s) Name html? L Example
[b] [/b] bold <B> c [b] text [/b]
[color=] [/color] color   c [color=red]color[/color] (OLD: use [font] tag)
[i] [/i] italic <I> c [i] text [/i]
[u] [/u] underline <U> c [u] text [/u]
[st] [/st] strike through <STRIKE> c [st] text [/st]

Fonts: top^
Code(s) Name html? L Example
[font ...][/font] (font TAG) <FONT ...> t [font face="arial"] text [/font]
[code] [/code] MONOSPACED <CODE> c [code] text[/code] (same as [pre])
[pre] [/pre] MONOSPACED <PRE> c [pre] text[/pre] (same as [code])
[sub] [/sub] subscript <SUB> c text [sub] sub[/sub] script
[sup] [/sup] superscript <SUP> c text [sup] super [/sup] script
[f#] [/f] font-size:1234...   c [f5]big[/f] - 3:normal,7:largest (OLD use [font] tag)

Block Formats: top^
Code(s) Name html? L Example
[center][/center] center <CENTER> c [center] text [/center]
[div] [/div] (html DIV tag) <DIV ...> i [div class="bla"] like html div tag [/div]
[br] (line-break) <BR> c [br]
[p] (Paragraph) <P> c [p]
[nobr]..[/nobr] (no br/p tags)   c Don't convert linefeeds to <BR>/<P> tags
[spL]..[/spL] (lead spc to nbsp)   c make spaces at beginning of lines &nbsp; tags
[sec2]..[/sec2] (members only)   i Restrict content to members only
[rj] [/rj]

right-justify  

  c [rj] text [/rj] (tables are better)
[marquee...][/marquee] Marquee tag <Marquee> c [marquee] scroll this text [/marquee]

Images & Links: top^
Code(s) Name html? L Example
[img ...] (html img tag) <IMG ...> t Same as html <img ...> tag
[img] [/img] (image tag)   t [img]http://my.uk/pic.gif[/img](ubb)
[glossary=..] (glossary)   t [glossary=any term] link to definition.
[A ...] [/A] (html A tag) <A ...> c Use just like html <A ...> tag
[url= ...] [/url] (UBB url tag)   c [url=http://www.creativyst.com]creativyst[/url] (ubb)
[url]..[/url] (UBB url tag)   c [url]http://www.creativyst.com[/url](ubb)
[http...] [/http] (external link)   c [http://My.com/]text or image[/http] (use <A..> tag)
[Link=..] (inside link)   i Link to a page INSIDE this App [Link=LinkName]
[img:...] (OLD img tag)   o [img:http://My.com/D/pict.gif](OLD)

Tables: top^
Code(s) Name html? L Example
[table..][/table] (Table TAG) <TABLE> t Use just like html <TABLE> tag
[tr] [/tr] (Table ROW) <TR> t Use just like html <TR> tag
[td] [/td..] (Table DATA) <TD> t Use just like html <TD> tag
[th..] [/th] (Table HEADER) <TH> t Use just like html <TH> tag
[thead] [/thead] (Table HEADER) <THead> t Use just like html <THead> tag
[tfoot] [/tfoot] (Table FOOT) <TFoot> t Use just like html <TFoot> tag
[tbody] [/tbody] (Table FOOT) <TBody> t Use just like html <TBody> tag

Forms: top^
Code(s) Name html? L Example
[form..][/form] (form TAG) <FORM...> t Use just like html <FORM> tag
[input...] (input TAG) <INPUT...> t Use just like html <INPUT> tag
[textarea]
[/textarea]
(textarea Tag) <textarea...> t Use just like html <TEXTAREA> tag
[button]..[/button] (button Tag) <button...> t Use just like html <BUTTON> tag
[select]..[/select] (select Tag) <select...> t Use just like html <SELECT> tag
[option].[/option] (option Tag) <option...> t Use just like html <OPTION> tag
[optgroup].[/optgroup] (optgroup Tag) <optgroup...> t Use just like html <OPTGROUP> tag
[fieldset].[/fieldset] (fieldset Tag) <fieldset...> t Use just like html <FIELDSET> tag
[legend].[/legend] (legend Tag) <legend...> t Use just like html <LEGEND> tag
[label].[/label] (label Tag) <label...> t Use just like html <LABEL> tag

Page Level Modifiers:
(only for implementations that require them)
top^
Code(s) Name html? L Example
[style..][/style] (style def. TAG) <style...> i Same as html <STYLE...>(but no comments)
[script...] (script TAG) <script...> i Same as html <SCRIPT...>(in body only)
[e2e] (edge to edge)   i Remove padding around edges of page
[bgcolor] (BG Color)   i Set Background color <body BGColor="...">
[textcolor] (FG Color)   i Set Forground color <body text="...">
[background:..] (BG Image)   i Set background image <body background="...">
[bgfixed] (BGimage fixed)   i Fixed BG image (ie only)<body bgproperties=fixed>
[nopagetitle] (No App logo)   i Remove page title and App graphic from top
[pagecounter:...] (counter)   i Bump count on each unique page visitor
[threadpage] (simple BBS)   i Page becomes Bulletin Board for visitors
[threadflip] (reverse BBS)   i sort threadpage most recent first
[whiteboard] (Visitor feedback)   i Make this a page your visitors can edit

Miscellaneous: top^
Code(s) Name html? L Example
[sp] or [sp#] (hard spaces) &nbsp; c [sp#] to insert # hard spaces or [sp] for one (see also [spL])
[hr ...] (horz-rule TAG) <HR ...> c Use just like html <HR> tag
[UL] / [/UL] (html UL tag) <UL ...> c use like html Un-orderd List tag
[OL] / [/OL] (html OL tag) <OL ...> c use like html Ordered List tag
[LI] / {[/LI]} (html LI tag) <LI ...> c use like html List Item tag
[List=...] / [/List] (list tag)   c for UBB compatability
[cr] ©   c [cr] (display copyright symbol)
[tm]   c [tm] (trademark TM symbol)
[rtm] ®   c [rtm] (REGISTERED tm)
[{] (open bracket)   c e.g. [{]cr] show [cr] without showing ©
[cuf] (CUF™ link)   c Show CUF™ that links to Creativyst CUF page
[e=...] Insert entity   c Place an entity in the HTML. e.g., [e=amp] displays &
[amp=...] Show (document) entities   c Display an entity IMAGE. e.g., [a=amp] displays &amp;
['] AvoidLinking   c Show a Link[']Name that doesn't link
[!-- --] (comment tag) <!-- --> c Produce html comment tag
[comment]..[/comment] (CUF comment)   c comment in CUF text only (not in html)
[*] to [*****] (bullet list)   o
  • A bullet list (OLD don't use)
[.] to [.....] (numbered list)   o
  1. A numbered list (OLD don't use)
[hr###] (OLD hr)   o ### is width percent (OLD, don't use)
[hrL###] (OLD hrLEFT)   o HR align=left (OLD, don't use)
[hrR###] (OLD hrRIGHT)   o HR align=right (OLD, don't use)
 



Notes

1. Automatic Line Formatting
Line feeds (hitting the "Enter" or carriage return key) in your edited text will produce a <BR> (line-break) tag in the HTML of your displayed document. Two or more line-feeds in a row will be replaced with a single <P> (paragraph) tag in your document's HTML. Use the [nobr] and [/nobr] tags to turn off line formatting for all the text between them. Shutting off automatic line formatting allows you better control of your document's formatting using tags like [br] and [p], but it also requires more work on the part of the author.
Line formatting is also turned off in between these tag pairs: [table]- [/table], [form]-[/form], [ul]-[/ul], [ol]-[ol], [list]-[/list], [code]- [/code], and [pre]-[/pre] tags. This is because explicit formatting is almost unavoidable while using these tags.





2. Links





3. Optional Features
These features are implemented at the administrators option. They will not work unless the administrator permits:





4. Ultimate Bulletin Board (UBB) Conventions







Old obsolete codes:

Code(s) Name Example
[c] [/c]
center
[c] text [/c]



© Copyright 2001, Creativyst, Inc. (last update: 10/30/01)
All Rights Reserved