Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
    <ai>
    <autoformat>
    <case>
    <comment>
    <doc>
    <fl>
    <obox>
    <smallcaps>
    <sort>
    <source>
    <spell>
    <tablify>
    <trimlines>
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<obox> </> Outlined box

 

This tag draws outlined boxes.

 

Attributes

align=left right
Vertical alignment of the box.

bgcolor=color
Color of the background and title label.

left=number
Length of the line on the left of the title.

outlinecolor=color
Color of the outline.

outlinewidth=number
Width, in pixels, of the outline.

right=number
Length of the line on the right of the title.

Note that the left and right attributes are constrained by the width argument.

spacing=number
Width, in pixels, of the space in the box.

style=caption groupbox
Style of the box. Groupbox is default

textcolor=color
Color of the text inside the box.

titlecolor=color
Color of the title text.

width=number
Width, in pixels, of the box.

If the title is not specified in the argument list, you can put it in a <title> container in the obox contents.

 

Example


<obox align=left
      outlinewidth=5
      outlinecolor="#555555"
      width=200>
<title>Sample box</title>

This is just a sample box.

</obox>

   Sample box   
        
This is just a sample box.