[Prev]

3.16.2 HTML Info Boxes

HTML infobox is a HTML table that can be visualized or hidden using JavaScript. It is convenient means of saving real estate on page, while still including text in easily accessible form.

  < <infobox:id:link:tableargs: Content> >
id

Is HTML object ID that is used in JavaScript manipulations to refer to the box

link

The link text for visualizing the box

tableargs

Additional arguments for the <table> tag, usually used to control width, alignment, and style.

Content

Any content to be displayed. Raw HTML.

Example

  <<infobox:blognav:Show Navigation:align=right width=300:
  *Navigation*

  * <<link: >>
  * Administrative issues
    - <<link: >>
  >>

[Prev | Next]
.