# tag driving table - Html1 Text

# Copyright 1994  Flying Monkey Software
#                 8424 Todd Creek Cr. WestChester OH 45069

# userData,menuEntry,startTag,endTag
#
# one per line, escape special characters; the TagName must match the User Data
# entry in the services file.

body,Html1 - Text/<body> Body,<body>,</body>
p,Html1 - Text/<p> Paragraph,\n<p>,
pre,Html1 - Text/<pre> Preformatted,<pre>,</pre>
listing,Html1 - Text/<listing> Listing,<listing>,</listing>
xmp,Html1 - Text/<xmp> Xmp,<xmp>,</xmp>
plaintext,Html1 - Text/<plaintext> Plain Text,<plaintext>,
blockquote,Html1 - Text/<blockquote> Block Quote,<blockquote>,</blockquote>
\!--,Html1 - Text/<!--> Comment,<!-- -->,
address,Html1 - Text/<address> Address,<address>,</address>
img,Html1 - Text/<img> Image,<img src="" alt="" align= ismap>,
br,Html1 - Text/<br> Break,<br>,
hr,Html1 - Text/<hr> Horizontal Rule,<hr>,
