Glossary Item Box

ActiveReports for .NET 2 Online Help Send feedback to Data Dynamics

Supported Html Tags In the RichText Control

The following is a list of all of the HTML tags which can be used with the RichText control. Any tags which are not supported will be ignored. Please note that W3C conventions are strictly observed.

Tag Comment Attributes
<B> Bold none
<I> Italic none
<P> Paragraph align, style
<STRONG> Strong (looks like bold) none
<BIG> Big none
<SMALL> Small none
<PRE> Preformatted none
<FONT> Font  face, size, color, style (see notes for style attributes)
<BODY> The body tag background, text, leftmargin
<H1> - <H6> Heading levels one through six none
<BR> Line break none
<EM> Emphasized (looks like Italics) none
<U> Underlined none
<IMG> Image align, height, src, width
<SUP> Superscript none
<SUB> Subscript none
<CENTER> Center alignment none
<TABLE> Table align, border, cellpadding, cellspacing, height, style, width
<TR> Table row align
<TH> Table head none
<TD> Table datum align, border, colspan, rowspan, width
<LI> List item none (nesting levels yield disc, circle, square bullets)
<OL> Ordered list type
<UL> Unordered list type, value
<STRIKE> Strike through none

NOTE: The style attributes of <FONT>, <P>, and <TABLE> support the following properties:

  • border-bottom
  • border-bottom-width
  • border-color
  • border-left
  • border-left-width
  • border-right
  • border-right-width
  • border-style
  • border-top
  • border-top-width
  • border-width
  • font-family
  • font-size
  • height
  • line-height
  • margin-bottom
  • margin-left
  • margin-right
  • margin-top
  • padding-bottom
  • padding-left
  • padding-right
  • padding-top
  • table-layout
  • text-align
  • text-indent
  • width

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.