| 
	
		| Subject | Re: HTML tags |  
		| From | Tom <IHaveNoEmail@ddress> |  
		| Date | Thu, 20 Feb 2025 08:36:31 -0500 |  
		| Newsgroups | dbase.getting-started |  | On 2/19/25 7:43 PM, Heinz Kesting wrote:
 > Am 19.02.2025 um 23:22 schrieb Tom:
 >> Is there a list somewhere of the HTML tags that dBase controls
 >> understands? Seem I saw a sample form of this a long time ago but
 >> where it is/was I have no clue.
 >
 > Hi Tom,
 > not sure if this is what you're looking for, but I found this list in
 > the OLH under the topic "Class Editor":
 >
 > ...
 >
 > Use an Editor component to display and edit multi-line text. .... The
 > Editor component understands and displays basic HTML formatting tags. It
 > has a context menu that is accessible by right-clicking the editor
 > (unless its popupEnable property is false). The context menu lets you
 > find and replace text, toggle word wrapping and HTML formatting, and
 > show or hide the Format toolbar.
 >
 > Supported HTML tags available in the editor:
 >
 > Tag              Description
 > ------------ ------------------
 > br                 LineBreakTag
 > p                  ParagraphTag
 > font              FontTag
 > i                   ItalicTag
 > b                  BoldTag
 > u                  UnderlineTag
 > h1                Header1Tag
 > h2                Header2Tag
 > h3                Header3Tag
 > h4                Header4Tag
 > h5                Header5Tag
 > h6                Header6Tag
 > img               ImgTag
 > a                  AnchorTag
 > strong           StrongTag
 > em                EmTag
 > big                BigTag
 > small             SmallTag
 > cite               CiteTag
 > address        AddressTag
 > strike           StrikeoutTag
 > tt                  TypewriterTag
 > code            CodeTag
 > sub              SubscriptTag
 > sup              SuperscriptTag
 > blockquote  BlockQuoteTag
 > ul                UnorderedListTag
 > ol                OrderedListTag
 > li                 ListItemTag
 > pre             PreformattedTag
 > font color    FontColorTag
 > font size      FontSizeTag
 > font face     FontFaceTag
 > a href         HyperLinkTag
 > a name       InternalAnchorTag
 > p align        ParaAlignTag
 > h1 align      Header1AlignTag
 > h2 align      Header2AlignTag
 > h3 align      Header3AlignTag
 > h4 align      Header4AlignTag
 > h5 align      Header5AlignTag
 > h6 align      Header6AlignTag
 > img src         ImgSrcTag
 > img width     ImgWidthTag
 > img height    ImgHeightTag
 > img align      ImgAlignTag
 > img border   ImgBorderTag
 > img alt           ImgAltTag
 > img hspace  ImgHorzSpace
 > img vspace  ImgVertSpace
 >
 > Hope this helps ...
 > Kind regards, Heinz
 *
 Bingo !
 
 Thank you Ken and Heinz.
 
 Exactly what I was looking for Heinz but was too lazy to search all the
 possible hiding locations.
 
 Regards,
 Tom
 
 
 
 |  |