docs.roxen.comBack to normal mode
DocsRoxenWebServer 4.5Web Developer ManualText Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<smallcaps></smallcaps>

Provided by module: Tags: RXML 2 tags

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


<smallcaps>Roxen WebServer</smallcaps>
ROXEN WEBSERVER

Attributes

space

Put a space between every character.


<smallcaps space=''>Roxen WebServer</smallcaps>
O X E N  E B E R V E R 

class="string"

Apply this cascading style sheet (CSS) style on all elements.


smallclass="string"

Apply this cascading style sheet (CSS) style on all small elements.


bigclass="string"

Apply this cascading style sheet (CSS) style on all big elements.


size="number"

Use font tags, and this number as big size.


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