docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualText tags
   

  • <ai>
  • <autoformat>
  • <case>
  • <comment>
  • <default>
  • <doc>
  • <foldlist>
  • <obox>
  • <random>
  • <replace>
  • <smallcaps>
  • <sort>
  • <strlen>
  • <tablify>
  • <trimlines>
  • <smallcaps></smallcaps>

    Prints the contents in smallcaps. If the size attribute is given, font tags will be used, otherwise big and small tags will be used.

    Attributes

    space
    Put a space between every character.
      <smallcaps space=''>Roxen WebServer</smallcaps>
     
    R O X E N  W E B S E R V E R 

    class
    class=string
    Apply this cascading style sheet (CSS) style on all elements.
    smallclass
    smallclass=string
    Apply this cascading style sheet (CSS) style on all small elements.
    bigclass
    bigclass=string
    Apply this cascading style sheet (CSS) style on all big elements.
    size
    size=number
    Use font tags, and this number as big size.
    small
    small=number (size-1)
    Size of the small tags. Only applies when size is specified.
      <smallcaps size='6' small='2'>Roxen WebServer</smallcaps>
     
    ROXEN WEBSERVER

      <smallcaps>Roxen WebServer</smallcaps>
     
    ROXEN WEBSERVER