Below is the contents of the cipcug.clb as edited in the HTML SIG. Cut and paste into a blank document and then save with a .clb extension into your C:\Program Files\NoteTab Pro 5\Libraries folder and it will become available.
= V5 MultiLine NoSorting TabWidth=30
H=";[TEXT EDITING]"
;[TEXT EDITING]
H=" date"
^[mmmm d, yyyy^]
H=" space"
H=" Real Quotes"
"^&"
H=" Quote Text"
"^&"
H=" ""
"
H=" copyright"
©
H=" ® Registered TM"
®
H=" &"
&
H=" superscript"
<sup>^&</sup>
H=" italics"
<i>^&</i>
H=" strong"
<strong>^&</strong>
H=" comment"
<!-- ^?[Want to put some comments?=^&] -->
H=" CF comment"
<!--- ^?[Enter CF comments?=^&] --->
H=" CSS comment"
/* ^?[CSS comments?=^&] */
H=";[SECTIONS]"
;[SECTIONS]
H=" br"
<br />
H=" paragraph"
<p>^&</p>
H=" h-rule"
<hr />
H=" div"
<div>
^&
</div>
H=" div id="
<div id="^?[id=top|left|right|_main]">
^&
</div> <!-- End of -->
H=" div class"
<div class="^?[class=left|_center|right]">
^&
</div> <!-- end of -->
H=" span"
<span>^&</span>
H=" span class"
<span class="^?[class=left|_center|right]">
^&
</span>
H=" head"
<^?[Heading Level=_H1^=h1|H2^=h2|H3^=h3|H4^=h4|H5^=h5|H6^=h6]>
^&</^?[Heading Level]>
H=" head2"
<h2>^&</h2>
H=" head3"
<h3>^&</h3>
H=" head4"
<h4>^&</h4>
H=" head5"
<h5>^&</h5>
H=" head6"
<h6>^&</h6>
H=" brackets"
<^&>
H=" pre"
<pre>^&</pre>
H=" Match Tags"
^!Find < SB
; find start of tag
^!Set %StartRow%=^$GetRow$
^!Set %StartCol%=^$GetCol$
; save start row & column
^!Set %StartTag%=^$GetWord$
; save tag name
^!Find /^%StartTag% IS
; find end tag
^!IfError Whoops
; go to error message if not found
^!MoveCursor +1
; get ending >
^!SelectTo ^%StartRow%:^%StartCol%
^!GoTo End
; highlight start to end then exit
:Whoops
^!Prompt No ending tag found </^%StartTag%>
; display error message if not found
;============================
; requires NoteTab version 4.5
; by Kay Roath - Issue 15 (MatchTag)
H=";[LISTS]"
;[LISTS]
H=" list - ordered"
<ol>^&</ol>
H=" list - unordered"
<ul>^&</ul>
H=" list item"
<li>^&</li>
H=" list term"
<dt>^&</dt>
H=" list def"
<dd>^&</dd>
H=";[LINKING]"
;[LINKING]
H=" anchors"
<a href="^?[Attributes=name=|_href=]">^&</a>
H=" repeat anchor"
<a href="^&">^&</a>
H=" image"
<img src="^?[Source]" alt="^?[Alternative Text]"
^?[border= width= height= ] />
H=" simple image"
<img src="^?[Source]" alt="^?[Alternative Text]" />
H=";[TABLE]"
;[TABLE]
H="Table wizard"
^!SetPasteIndent Off
^!InsertWizardHtml <table align="^?[(3)&Table align
(transitional)=center|left|right]" border="^?[(4)&
Border=_0|1|2|3|4|5|6|7|8]" cellspacing="0"
cellpadding="0" width="100%">^P
^!SET %RowCount%=^?[(1)How many &rows=1|2|_3|4|5|6|7|8|9]
^!SET %CellCount%=^?[(2)How many &cells=1|2|_3|4|5|6|7|8|9]
^!SET %RowIndex%=0
:RepeatRow
^!INC RowIndex
^!IF ^%RowIndex% > ^%RowCount% EndRow
^!InsertWizardHtml <tr align="^?[(5)tr
&align=center|left|right]" valign="^?[(6)tr
&valign=baseline|bottom|middle|top]">^P
^!SET %CellIndex%=0
:RepeatCell
^!INC CellIndex
^!IF ^%CellIndex% > ^%CellCount% EndCell
^!InsertWizardHtml <td align="^?[(7)T&D
Align=center|left|right]" valign="^?[(8)td &valign=baseline|bottom|middle|top]">^P
^?[(10)&Prompt for cell text=Yes^= ^?{R^%RowIndex%C^%CellIndex%:
Enter cell text}|_No^= <!--R^%RowIndex%C^%CellIndex%-->]
^!InsertHtml ^P </td>^P
^!GoTo RepeatCell
:EndCell
^!InsertHtml </tr>^P
^!GoTo RepeatRow
:EndRow
^!InsertHtml </table>^P
H=" table"
<table>
^&
</table>
H=" th class"
<th class=^?[Class=_left|center|right] valign=^?[valign=top|_center|bottom]
^?[Attributes=_none^=| width= rowspan= colspan=]
^&
</th>
H=" td"
<td>^&</td>
H=" tr"
<tr>^&</tr>
H=" th"
<th>^&</th>
H=" td valign"
<td valign="top">^&</td>
H=" td Colspan 2"
<td colspan="2">^&</td>
H=";[STRUCTURE]"
;[STRUCTURE]
H=" XHTML Wrapper"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
<title>^?[Title= ]</title>
<meta http-equiv="Content-Type" content="text/html;
charset=US-ASCII" />
<link rel="stylesheet" type="text/css"
href="style.css" media="screen" />
<link rel="stylesheet" type="text/css"
href="style1P.css" media="print" />
<meta name="Description" content="
^?[Description of your page]">
<meta name="Keywords" content="^?[List keywords separated by
commas]">
<meta name="revisit-after" content="^?
[Searchbot is to re-visit your page after how many days?] days">
</head>
<body>
^&
</body>
</html>
H=" XHTML Wrap-Menu"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
<title>^?[Title= ]</title>
<meta http-equiv="Content-Type" content="text/html;
charset=US-ASCII" />
<link rel="stylesheet" type="text/css"
href="style.css" media="screen" />
<link rel="stylesheet" type="text/css"
href="style1P.css" media="print" />
<meta name="Description" content="^?
[Description of your page]">
<meta name="Keywords" content="^?
[List keywords separated by commas]">
<meta name="revisit-after" content="^?
[Searchbot is to re-visit your page after how many days?] days">
</head>
<body>
<div id="main">
<div id="head">
<h1>Our Header</h1>
</div> <!-- End of id=head -->
<ul id="menu">
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Item 3</a></li>
<li><a href="#">Item 4</a></li>
<li><a href="#">Item 5</a></li>
<li><a href="#">Item 6</a></li>
</ul>
<div class="content">
^&
</div> <!-- End of id=content -->
<div id="footer">
<p>Copyright© 2008 Channel Islands PC Users Group</p>
</div> <!-- End of id=footer -->
</div> <!-- End of id= main -->
</body>
</html>
H=" HTML end"
</body>
</html>
H=" Title"
<title>^?[TITLE]</title>
H=" meta NAME"
<meta name="author" content="Toby Scott">