/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/_tag_utils_html_utils_inc.html
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/_tag_utils_html_utils_inc.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jonen, Thu Jan 30 03:29:32 2003 UTC revision 1.4 by jonen, Thu May 6 16:24:31 2004 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Frameset//EN''http://www.w3.org/TR/REC-html40/frameset.dtd'>  <?xml version="1.0" encoding="iso-8859-1"?>
2  <!--NewPage-->  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3  <HTML>    <html xmlns="http://www.w3.org/1999/xhtml">
4  <HEAD>                  <head>
5          <!-- Generated by PhpDoc date: 'Mon, 25 Nov 2002 09:21:32 -0800' -->                          <!-- template designed by Marco Von Ballmoos -->
6          <TITLE>Docs for page html_utils.inc</TITLE>                          <title>Docs for page html_utils.inc</title>
7  <LINK REL ='stylesheet' TYPE='text/css' HREF='stylesheet.css' TITLE='Style'>                          <link rel="stylesheet" href="../media/stylesheet.css" />
8  </HEAD>                          <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9  <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">                  </head>
10                        <body>
11                            <div class="page-body">                
12  <!-- Links -->  <h2 class="file-name">/tag_utils/html_utils.inc</h2>
13  <a NAME="top"></A>  
14  <table WIDTH="100%" class="links">  <a name="sec-description"></a>
15   <TR>  <div class="info-box">
16     <TD class="font10">          <div class="info-box-title">Description</div>
17        Links:          <div class="nav-bar">
18        <A HREF="#classes_summary" class="links" title="Classes created in this file">Classes</A>                                          <span class="disabled">Description</span> |
19        <A HREF="#includes_summary" class="links" title="Include Statements Summary">Includes</A>                                                                                                                          <a href="#sec-functions">Functions</a>
20        <A HREF="#globals_summary" class="links" title="Global Variable Summary">Globals</A>                          </div>
21        <A HREF="#constant_summary" class="links" title="Constant Summary">Constants</A>          <div class="info-box-body">    
22        <A HREF="#functions_summary" class="links" title="Function Summary">Functions</A>                  <!-- ========== Info from phpDoc block ========= -->
23        <A HREF="#includes_detail" class="links" title="Include Statements Detail">Includes Detail</A>  <p class="short-description">This file contains some utility functions  to help build some Tag objects that are  commonly used in html.</p>
24        <A HREF="#global_detail" class="links" title="Global Variable Detail">Globals Detail</A>  <p class="description"><p>$Id$</p></p>
25        <A HREF="#constant_detail" class="links" title="Constant Detail">Constants Detail</A>          <ul class="tags">
26        <A HREF="#function_detail" class="links" title="Function Detail">Functions Detail</A>                                  <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
27     </TD>                          </ul>
28   </TR>                  
29  </TABLE>                          </div>
30  <BR>  </div>
31                    
32  <h2>File: Program_Root/tag_utils/html_utils.inc</h2>  
33  <!-- ========== Info from phpDoc block ========= -->          
34  This file contains some utility functions          
35  to help build some Tag objects that are          
36  commonly used in html.          <a name="sec-functions"></a>    
37  <BR>          <div class="info-box">
38  $Id$                  <div class="info-box-title">Functions</div>
39                    <div class="nav-bar">
40  <UL>                          <a href="#sec-description">Description</a> |
41                                                                                                                                    <span class="disabled">Functions</span>
42          <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>                  </div>
43                            <div class="info-box-body">    
44          <LI><b>Author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</CODE></LI>                          <a name="functionhtml_a" id="functionhtml_a"><!-- --></a>
45            <div class="evenrow">
46  </UL>          
47            <div>
48  <br>                  <span class="method-title">html_a</span> (line <span class="line-number">30</span>)
49  <!-- =========== Used Classes =========== -->          </div>
50  <A NAME='classes_summary'><!-- --></A>  
51  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">          <!-- ========== Info from phpDoc block ========= -->
52          <TR CLASS='TableHeadingColor'>  <p class="short-description">build an href with content and attributes.</p>
53                  <TD>          <ul class="tags">
54                          <span class="font12bold">Classes defined in this file</span>                                  <li><span class="field">return:</span> object.</li>
55              <A HREF="#top" CLASS="links">^TOP</A>                                  <li><span class="field">author:</span> Walt A. Boring</li>
56                  </TD>                                  <li><span class="field">tutorial:</span> <a href="../phpHtmlLib/tutorial_HTMLTagClass.cls.html#helper">Creating a HTML tag object with a helper function.</a></li>
57          </TR>                          </ul>
58  </TABLE>          
59  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          <div class="method-signature">
60          <THEAD>                  <span class="method-result"><a href="../phpHtmlLib/Atag.html">Atag</a></span>
61                  <TR><TD STYLE="width:20%"><h4>CLASS NAME</h4></TD><TD STYLE="width: 80%"><h4>DESCRIPTION</h4></TD></TR>                  <span class="method-name">
62          </THEAD>                          html_a
63          <TBODY>                  </span>
64                                                            (<span class="var-type">string</span>&nbsp;<span class="var-name">$url</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$content</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$class</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$target</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span> = <span class="var-default">NULL</span>])
65          </TBODY>                          </div>
66  </TABLE>  
67  <br>                          <ul class="parameters">
68  <br>                                          <li>
69  <!-- =========== Includes SUMMARY =========== -->                                  <span class="var-type">string</span>
70  <A NAME='includes_summary'><!-- --></A>                                  <span class="var-name">$url</span><span class="var-description">: - the url to go to.</span>                    </li>
71  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">                                          <li>
72          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                  <span class="var-type">string</span>
73                  <TD>                                  <span class="var-name">$content</span><span class="var-description">: - the visible link text.</span>                   </li>
74                          <span CLASS="font12bold">Include Statements Summary</span>                                          <li>
75              <A HREF="#top" CLASS="links">^TOP</A>                                  <span class="var-type">string</span>
76                  </TD>                                  <span class="var-name">$class</span><span class="var-description">: - the css class to use.</span>                      </li>
77          </TR>                                          <li>
78  </TABLE>                                  <span class="var-type">string</span>
79  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                                  <span class="var-name">$target</span><span class="var-description">: - the target browser                            window/frame for the url.</span>                   </li>
80          <THEAD>                                          <li>
81                  <TR><TH>INCLUDE TYPE</TH><TH>INCLUDED FILENAME</TH><TH>DESCRIPTION</TH></TR>                                  <span class="var-type">string</span>
82          </THEAD>                                  <span class="var-name">$title</span><span class="var-description">: - the title attribute</span>                        </li>
83          <TBODY>                                  </ul>
84                                    
85          </TBODY>          
86  </TABLE>  </div>
87  <br>  <a name="functionhtml_abbr" id="functionhtml_abbr"><!-- --></a>
88    <div class="oddrow">
89  <br>          
90  <!-- =========== CONSTANT SUMMARY =========== -->          <div>
91  <A NAME='global_summary'><!-- --></A>                  <span class="method-title">html_abbr</span> (line <span class="line-number">61</span>)
92  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">          </div>
93          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  
94                  <TD>          <!-- ========== Info from phpDoc block ========= -->
95                          <FONT SIZE='+2'><B>Global Variable Summary</B></FONT>  <p class="short-description">build an &lt;ABBR&gt; tag with content.</p>
96              <A HREF="#top" CLASS="links">^TOP</A>  <p class="description"><p>This is to build an abbreviation.   normally its just   &lt;abbr title=&quot;foo bar&quot;&gt;foo&lt;/abbr&gt;</p></p>
97                  </TD>          <ul class="tags">
98          </TR>                                  <li><span class="field">return:</span> object.</li>
99  </TABLE>                          </ul>
100  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          
101          <THEAD>          <div class="method-signature">
102                  <TR><TH>VARIABLE NAME</TH><TH>VARIABLE VALUE</TH><TH>DESCRIPTION</TH></TR>                  <span class="method-result"><a href="../phpHtmlLib/ABBRtag.html">ABBRtag</a></span>
103          </THEAD>                  <span class="method-name">
104          <TBODY>                          html_abbr
105                                    </span>
106          </TBODY>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
107  </TABLE>                          </div>
108  <br>  
109                            <ul class="parameters">
110                                            <li>
111  <br>                                  <span class="var-type">string</span>
112  <!-- =========== CONSTANT SUMMARY =========== -->                                  <span class="var-name">$title</span><span class="var-description">: - the title attribute</span>                        </li>
113  <A NAME='constant_summary'><!-- --></A>                                          <li>
114  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">                                  <span class="var-type">mixed</span>
115          <TR CLASS='TableHeadingColor'>                                  <span class="var-name">$content</span><span class="var-description">: - the content for the tag</span>                  </li>
116                  <TD>                                  </ul>
117                          <span CLASS="font12bold">Constant Summary</span>                  
118              <A HREF="#top" CLASS="links">^TOP</A>          
119                  </TD>  </div>
120          </TR>  <a name="functionhtml_acronym" id="functionhtml_acronym"><!-- --></a>
121  </TABLE>  <div class="evenrow">
122  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          
123          <THEAD>          <div>
124                  <TR><TH>CONSTANT NAME</TH><TH>CONSTANT VALUE</TH><TH>DESCRIPTION</TH></TR>                  <span class="method-title">html_acronym</span> (line <span class="line-number">78</span>)
125          </THEAD>          </div>
126          <TBODY>  
127                            <!-- ========== Info from phpDoc block ========= -->
128          </TBODY>  <p class="short-description">build an &lt;ACRONYM&gt; tag with content.</p>
129  </TABLE>  <p class="description"><p>This is to build an acronym.   normally its just   &lt;acronym title=&quot;foo bar&quot;&gt;foo&lt;/abbr&gt;</p></p>
130  <br>          <ul class="tags">
131                                    <li><span class="field">return:</span> object.</li>
132  <br>                          </ul>
133  <!-- =========== Function SUMMARY =========== -->          
134  <A NAME='Function_summary'><!-- --></A>          <div class="method-signature">
135  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">                  <span class="method-result"><a href="../phpHtmlLib/ACRONYMtag.html">ACRONYMtag</a></span>
136          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                  <span class="method-name">
137                  <TD>                          html_acronym
138                          <span class="font12bold">Function Summary</span>                  </span>
139              <A HREF="#top" CLASS="links">^TOP</A>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
140                  </TD>                          </div>
141          </TR>  
142                            <ul class="parameters">
143                                                    <li>
144          <!-- =========== Summary =========== -->                                  <span class="var-type">string</span>
145          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <span class="var-name">$title</span><span class="var-description">: - the title attribute</span>                        </li>
146                  <TD>                                          <li>
147                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_a'>BRtag html_a ( $url, $content, [$class = NULL], [$target = NULL], [$title = NULL] )</A></B></CODE>                                  <span class="var-type">mixed</span>
148                          <BR>                                  <span class="var-name">$content</span><span class="var-description">: - the content for the tag</span>                  </li>
149                          <blockquote> build an href with content and attributes. </blockquote>                                  </ul>
150                  </TD>                  
151          </TR>          
152            </div>
153          <!-- =========== Summary =========== -->  <a name="functionhtml_address" id="functionhtml_address"><!-- --></a>
154          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="oddrow">
155                  <TD>          
156                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_abbr'>ABBRtag html_abbr ( $title, $content )</A></B></CODE>          <div>
157                          <BR>                  <span class="method-title">html_address</span> (line <span class="line-number">89</span>)
158                          <blockquote> build an &lt;ABBR&gt; tag with content. </blockquote>          </div>
159                  </TD>  
160          </TR>          <!-- ========== Info from phpDoc block ========= -->
161            <p class="short-description">build an &lt;ADDRESS&gt; tag with content.</p>
162          <!-- =========== Summary =========== -->          <ul class="tags">
163          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <li><span class="field">return:</span> object.</li>
164                  <TD>                          </ul>
165                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_acronym'>ACRONYMtag html_acronym ( $title, $content )</A></B></CODE>          
166                          <BR>          <div class="method-signature">
167                          <blockquote> build an &lt;ACRONYM&gt; tag with content. </blockquote>                  <span class="method-result"><a href="../phpHtmlLib/ADDRESStag.html">ADDRESStag</a></span>
168                  </TD>                  <span class="method-name">
169          </TR>                          html_address
170                            </span>
171          <!-- =========== Summary =========== -->                                  ()
172          <TR BGCOLOR='white' CLASS='TableRowColor'>                          </div>
173                  <TD>  
174                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_address'>ADDRESStag html_address (  )</A></B></CODE>                  
175                          <BR>          
176                          <blockquote> build an &lt;ADDRESS&gt; tag with content. </blockquote>  </div>
177                  </TD>  <a name="functionhtml_applet" id="functionhtml_applet"><!-- --></a>
178          </TR>  <div class="evenrow">
179                    
180          <!-- =========== Summary =========== -->          <div>
181          <TR BGCOLOR='white' CLASS='TableRowColor'>                  <span class="method-title">html_applet</span> (line <span class="line-number">103</span>)
182                  <TD>          </div>
183                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_applet'>APPLETtag html_applet (  )</A></B></CODE>  
184                          <BR>          <!-- ========== Info from phpDoc block ========= -->
185                          <blockquote> build an &lt;APPLET&gt; tag with content. </blockquote>  <p class="short-description">build an &lt;APPLET&gt; tag with content.</p>
186                  </TD>          <ul class="tags">
187          </TR>                                  <li><span class="field">return:</span> object.</li>
188                                    </ul>
189          <!-- =========== Summary =========== -->          
190          <TR BGCOLOR='white' CLASS='TableRowColor'>          <div class="method-signature">
191                  <TD>                  <span class="method-result"><a href="../phpHtmlLib/APPLETtag.html">APPLETtag</a></span>
192                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_area'>AREAtag html_area ( $href, $coords, [$shape = "rect"], $alt, $target )</A></B></CODE>                  <span class="method-name">
193                          <BR>                          html_applet
194                          <blockquote> build an &lt;AREA&gt; tag with content. </blockquote>                  </span>
195                  </TD>                                  ()
196          </TR>                          </div>
197            
198          <!-- =========== Summary =========== -->                  
199          <TR BGCOLOR='white' CLASS='TableRowColor'>          
200                  <TD>  </div>
201                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_b'>BRtag html_b (  )</A></B></CODE>  <a name="functionhtml_area" id="functionhtml_area"><!-- --></a>
202                          <BR>  <div class="oddrow">
203                          <blockquote> build a bold <b> tag with content. </blockquote>          
204                  </TD>          <div>
205          </TR>                  <span class="method-title">html_area</span> (line <span class="line-number">128</span>)
206                    </div>
207          <!-- =========== Summary =========== -->  
208          <TR BGCOLOR='white' CLASS='TableRowColor'>          <!-- ========== Info from phpDoc block ========= -->
209                  <TD>  <p class="short-description">build an &lt;AREA&gt; tag with content.</p>
210                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_base'>BASEtag html_base ( $href, $target )</A></B></CODE>          <ul class="tags">
211                          <BR>                                  <li><span class="field">return:</span> object.</li>
212                          <blockquote> build a &lt;base&gt; tag. </blockquote>                          </ul>
213                  </TD>          
214          </TR>          <div class="method-signature">
215                            <span class="method-result"><a href="../phpHtmlLib/AREAtag.html">AREAtag</a></span>
216          <!-- =========== Summary =========== -->                  <span class="method-name">
217          <TR BGCOLOR='white' CLASS='TableRowColor'>                          html_area
218                  <TD>                  </span>
219                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_bdo'>BDOtag html_bdo ( $dir )</A></B></CODE>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$href</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$coords</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$shape</span> = <span class="var-default">"rect"</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$alt</span> = <span class="var-default">""</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$target</span> = <span class="var-default">""</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span> = <span class="var-default">""</span>])
220                          <BR>                          </div>
221                          <blockquote> build a &lt;bdo&gt; tag. </blockquote>  
222                  </TD>                          <ul class="parameters">
223          </TR>                                          <li>
224                                            <span class="var-type">string</span>
225          <!-- =========== Summary =========== -->                                  <span class="var-name">$href</span><span class="var-description">: - the href for the area</span>                       </li>
226          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          <li>
227                  <TD>                                  <span class="var-type">string</span>
228                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_big'>BIGtag html_big (  )</A></B></CODE>                                  <span class="var-name">$coords</span><span class="var-description">: - the coords value                  circle x,y,radius                  poly x1,y1,...xn,yn                  left,top,right,bottom</span>                   </li>
229                          <BR>                                          <li>
230                          <blockquote> build a &lt;big&gt; tag with content. </blockquote>                                  <span class="var-type">string</span>
231                  </TD>                                  <span class="var-name">$shape</span><span class="var-description">: - the shape                  DEFAULT: rect                  circle, rect, poly, default</span>                      </li>
232          </TR>                                          <li>
233                                            <span class="var-type">string</span>
234          <!-- =========== Summary =========== -->                                  <span class="var-name">$alt</span><span class="var-description">: - the alt text</span>                 </li>
235          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          <li>
236                  <TD>                                  <span class="var-type">string</span>
237                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_blockquote'>BLOCKQUOTEtag html_blockquote (  )</A></B></CODE>                                  <span class="var-name">$target</span><span class="var-description">: - the target                  _blank, _parent, _self, _top</span>                  </li>
238                          <BR>                                          <li>
239                          <blockquote> build a <blockquote> tag with content. </blockquote>                                  <span class="var-type">string</span>
240                  </TD>                                  <span class="var-name">$title</span><span class="var-description">: - the title text</span>                     </li>
241          </TR>                                  </ul>
242                            
243          <!-- =========== Summary =========== -->          
244          <TR BGCOLOR='white' CLASS='TableRowColor'>  </div>
245                  <TD>  <a name="functionhtml_b" id="functionhtml_b"><!-- --></a>
246                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_body'>BODYtag html_body (  )</A></B></CODE>  <div class="evenrow">
247                          <BR>          
248                          <blockquote> build a &lt;body&gt; tag with content. </blockquote>          <div>
249                  </TD>                  <span class="method-title">html_b</span> (line <span class="line-number">156</span>)
250          </TR>          </div>
251            
252          <!-- =========== Summary =========== -->          <!-- ========== Info from phpDoc block ========= -->
253          <TR BGCOLOR='white' CLASS='TableRowColor'>  <p class="short-description">build a bold</p>
254                  <TD>          <ul class="tags">
255                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_br'>mixed html_br ( [$num = 1] )</A></B></CODE>                                  <li><span class="field">return:</span> object.</li>
256                          <BR>                                  <li><span class="field">author:</span> Walt A. Boring</li>
257                          <blockquote> builds n # of  <br> tags. </blockquote>                          </ul>
258                  </TD>          
259          </TR>          <div class="method-signature">
260                            <span class="method-result"><a href="../phpHtmlLib/BRtag.html">BRtag</a></span>
261          <!-- =========== Summary =========== -->                  <span class="method-name">
262          <TR BGCOLOR='white' CLASS='TableRowColor'>                          html_b
263                  <TD>                  </span>
264                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_button'>BUTTONtag html_button ( [$type = "button"] )</A></B></CODE>                                  ()
265                          <BR>                          </div>
266                          <blockquote> build a &lt;button&gt; tag with content. </blockquote>  
267                  </TD>                  
268          </TR>          
269            </div>
270          <!-- =========== Summary =========== -->  <a name="functionhtml_base" id="functionhtml_base"><!-- --></a>
271          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="oddrow">
272                  <TD>          
273                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_caption'>CAPTIONtag html_caption ( [0 = - n number of arguments          <div>
274                    as content for the tag.] )</A></B></CODE>                  <span class="method-title">html_base</span> (line <span class="line-number">172</span>)
275                          <BR>          </div>
276                          <blockquote> build a &lt;caption&gt; tag with content. </blockquote>  
277                  </TD>          <!-- ========== Info from phpDoc block ========= -->
278          </TR>  <p class="short-description">build a &lt;base&gt; tag.</p>
279            <p class="description"><p>This tag MUST go in the &lt;head&gt;</p></p>
280          <!-- =========== Summary =========== -->          <ul class="tags">
281          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <li><span class="field">return:</span> object.</li>
282                  <TD>                          </ul>
283                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_center'>CENTERtag html_center ( [0 = - n number of arguments          
284                    as content for the tag.] )</A></B></CODE>          <div class="method-signature">
285                          <BR>                  <span class="method-result"><a href="../phpHtmlLib/BASEtag.html">BASEtag</a></span>
286                          <blockquote> build a &lt;center&gt; tag with some content. </blockquote>                  <span class="method-name">
287                  </TD>                          html_base
288          </TR>                  </span>
289                                                    (<span class="var-type">string</span>&nbsp;<span class="var-name">$href</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$target</span> = <span class="var-default">""</span>])
290          <!-- =========== Summary =========== -->                          </div>
291          <TR BGCOLOR='white' CLASS='TableRowColor'>  
292                  <TD>                          <ul class="parameters">
293                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_cite'>CITEtag html_cite ( [0 = - n number of arguments                                          <li>
294                    as content for the tag.] )</A></B></CODE>                                  <span class="var-type">string</span>
295                          <BR>                                  <span class="var-name">$href</span><span class="var-description">: - the href</span>                    </li>
296                          <blockquote> build a &lt;cite&gt; tag with some content. </blockquote>                                          <li>
297                  </TD>                                  <span class="var-type">string</span>
298          </TR>                                  <span class="var-name">$target</span><span class="var-description">: - the target                  _blank, _parent, _self, _top</span>                  </li>
299                                            </ul>
300          <!-- =========== Summary =========== -->                  
301          <TR BGCOLOR='white' CLASS='TableRowColor'>          
302                  <TD>  </div>
303                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_code'>CODEtag html_code ( [0 = - n number of arguments  <a name="functionhtml_bdo" id="functionhtml_bdo"><!-- --></a>
304                    as content for the tag.] )</A></B></CODE>  <div class="evenrow">
305                          <BR>          
306                          <blockquote> build a <code> tag with some content. </blockquote>          <div>
307                  </TD>                  <span class="method-title">html_bdo</span> (line <span class="line-number">193</span>)
308          </TR>          </div>
309            
310          <!-- =========== Summary =========== -->          <!-- ========== Info from phpDoc block ========= -->
311          <TR BGCOLOR='white' CLASS='TableRowColor'>  <p class="short-description">build a &lt;bdo&gt; tag.</p>
312                  <TD>  <p class="description"><p>dir attribute is required.</p></p>
313                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_col'>CODEtag html_col ( [$width = ''], [$align = ''], [$span = ''] )</A></B></CODE>          <ul class="tags">
314                          <BR>                                  <li><span class="field">return:</span> object.</li>
315                          <blockquote> build a &lt;col&gt; tag </blockquote>                          </ul>
316                  </TD>          
317          </TR>          <div class="method-signature">
318                            <span class="method-result"><a href="../phpHtmlLib/BDOtag.html">BDOtag</a></span>
319          <!-- =========== Summary =========== -->                  <span class="method-name">
320          <TR BGCOLOR='white' CLASS='TableRowColor'>                          html_bdo
321                  <TD>                  </span>
322                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_colgroup'>COLGROUPEtag html_colgroup ( $attributes )</A></B></CODE>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$dir</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">1</span>)
323                          <BR>                          </div>
324                          <blockquote> build a &lt;colgroup&gt; tag. </blockquote>  
325                  </TD>                          <ul class="parameters">
326          </TR>                                          <li>
327                                            <span class="var-type">mixed</span>
328          <!-- =========== Summary =========== -->                                  <span class="var-name">1</span><span class="var-description">: - any number of text                 content params.</span>                      </li>
329          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          <li>
330                  <TD>                                  <span class="var-type">string</span>
331                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_comment'>string html_comment ( $string )</A></B></CODE>                                  <span class="var-name">$dir</span><span class="var-description">: - the dir attribute                 ltr, rtl</span>                   </li>
332                          <BR>                                  </ul>
333                          <blockquote> render an html comment string </blockquote>                  
334                  </TD>          
335          </TR>  </div>
336            <a name="functionhtml_big" id="functionhtml_big"><!-- --></a>
337          <!-- =========== Summary =========== -->  <div class="oddrow">
338          <TR BGCOLOR='white' CLASS='TableRowColor'>          
339                  <TD>          <div>
340                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_dd'>DDtag html_dd ( [0 = - n number of arguments                  <span class="method-title">html_big</span> (line <span class="line-number">213</span>)
341                    as content for the tag.] )</A></B></CODE>          </div>
342                          <BR>  
343                          <blockquote> build a <dd> tag with some content. </blockquote>          <!-- ========== Info from phpDoc block ========= -->
344                  </TD>  <p class="short-description">build a &lt;big&gt; tag with content.</p>
345          </TR>          <ul class="tags">
346                                            <li><span class="field">return:</span> object.</li>
347          <!-- =========== Summary =========== -->                                  <li><span class="field">author:</span> Walt A. Boring</li>
348          <TR BGCOLOR='white' CLASS='TableRowColor'>                          </ul>
349                  <TD>          
350                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_del'>DELtag html_del ( [0 = - n number of arguments          <div class="method-signature">
351                    as content for the tag.] )</A></B></CODE>                  <span class="method-result"><a href="../phpHtmlLib/BIGtag.html">BIGtag</a></span>
352                          <BR>                  <span class="method-name">
353                          <blockquote> build a &lt;del&gt; tag with some content. </blockquote>                          html_big
354                  </TD>                  </span>
355          </TR>                                  ()
356                                    </div>
357          <!-- =========== Summary =========== -->  
358          <TR BGCOLOR='white' CLASS='TableRowColor'>                  
359                  <TD>          
360                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_dfn'>DFNtag html_dfn ( [0 = - n number of arguments  </div>
361                    as content for the tag.] )</A></B></CODE>  <a name="functionhtml_blockquote" id="functionhtml_blockquote"><!-- --></a>
362                          <BR>  <div class="evenrow">
363                          <blockquote> build a &lt;dfn&gt; tag with some content. </blockquote>          
364                  </TD>          <div>
365          </TR>                  <span class="method-title">html_blockquote</span> (line <span class="line-number">226</span>)
366                    </div>
367          <!-- =========== Summary =========== -->  
368          <TR BGCOLOR='white' CLASS='TableRowColor'>          <!-- ========== Info from phpDoc block ========= -->
369                  <TD>  <p class="short-description">build a &lt;blockquote&gt; tag with content.</p>
370                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_dl'>DLtag html_dl ( [0 = - n number of arguments          <ul class="tags">
371                    as content for the tag.] )</A></B></CODE>                                  <li><span class="field">return:</span> object.</li>
372                          <BR>                                  <li><span class="field">author:</span> Walt A. Boring</li>
373                          <blockquote> build a <dl> tag with some content. </blockquote>                          </ul>
374                  </TD>          
375          </TR>          <div class="method-signature">
376                            <span class="method-result"><a href="../phpHtmlLib/BLOCKQUOTEtag.html">BLOCKQUOTEtag</a></span>
377          <!-- =========== Summary =========== -->                  <span class="method-name">
378          <TR BGCOLOR='white' CLASS='TableRowColor'>                          html_blockquote
379                  <TD>                  </span>
380                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_dt'>DTtag html_dt ( [0 = - n number of arguments                                  ()
381                    as content for the tag.] )</A></B></CODE>                          </div>
382                          <BR>  
383                          <blockquote> build a <dt> tag with some content. </blockquote>                  
384                  </TD>          
385          </TR>  </div>
386            <a name="functionhtml_body" id="functionhtml_body"><!-- --></a>
387          <!-- =========== Summary =========== -->  <div class="oddrow">
388          <TR BGCOLOR='white' CLASS='TableRowColor'>          
389                  <TD>          <div>
390                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_em'>EMtag html_em ( [0 = - n number of arguments                  <span class="method-title">html_body</span> (line <span class="line-number">239</span>)
391                    as content for the tag.] )</A></B></CODE>          </div>
392                          <BR>  
393                          <blockquote> build a <em> tag with some content. </blockquote>          <!-- ========== Info from phpDoc block ========= -->
394                  </TD>  <p class="short-description">build a &lt;body&gt; tag with content.</p>
395          </TR>          <ul class="tags">
396                                            <li><span class="field">return:</span> object.</li>
397          <!-- =========== Summary =========== -->                                  <li><span class="field">author:</span> Walt A. Boring</li>
398          <TR BGCOLOR='white' CLASS='TableRowColor'>                          </ul>
399                  <TD>          
400                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_fieldset'>FIELDSETtag html_fieldset ( $legend )</A></B></CODE>          <div class="method-signature">
401                          <BR>                  <span class="method-result"><a href="../phpHtmlLib/BODYtag.html">BODYtag</a></span>
402                          <blockquote> build a &lt;fieldset&gt; tag with some content. </blockquote>                  <span class="method-name">
403                  </TD>                          html_body
404          </TR>                  </span>
405                                            ()
406          <!-- =========== Summary =========== -->                          </div>
407          <TR BGCOLOR='white' CLASS='TableRowColor'>  
408                  <TD>                  
409                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_h1'>H1tag html_h1 ( [0 = - n number of arguments          
410                    as content for the tag.] )</A></B></CODE>  </div>
411                          <BR>  <a name="functionhtml_br" id="functionhtml_br"><!-- --></a>
412                          <blockquote> build an H1 tag object with content. </blockquote>  <div class="evenrow">
413                  </TD>          
414          </TR>          <div>
415                            <span class="method-title">html_br</span> (line <span class="line-number">255</span>)
416          <!-- =========== Summary =========== -->          </div>
417          <TR BGCOLOR='white' CLASS='TableRowColor'>  
418                  <TD>          <!-- ========== Info from phpDoc block ========= -->
419                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_h2'>H2tag html_h2 ( [0 = - n number of arguments  <p class="short-description">builds n # of  <br /> tags.</p>
420                    as content for the tag.] )</A></B></CODE>          <ul class="tags">
421                          <BR>                                  <li><span class="field">return:</span> - BRtag object.                   or Container</li>
422                          <blockquote> build an H2 tag object with content. </blockquote>                          </ul>
423                  </TD>          
424          </TR>          <div class="method-signature">
425                            <span class="method-result">mixed</span>
426          <!-- =========== Summary =========== -->                  <span class="method-name">
427          <TR BGCOLOR='white' CLASS='TableRowColor'>                          html_br
428                  <TD>                  </span>
429                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_h3'>H3tag html_h3 ( [0 = - n number of arguments                                          ([<span class="var-type">int</span>&nbsp;<span class="var-name">$num</span> = <span class="var-default">1</span>])
430                    as content for the tag.] )</A></B></CODE>                          </div>
431                          <BR>  
432                          <blockquote> build an H3 tag object with content. </blockquote>                          <ul class="parameters">
433                  </TD>                                          <li>
434          </TR>                                  <span class="var-type">int</span>
435                                            <span class="var-name">$num</span><span class="var-description">: - the number of               br tags you want</span>                 </li>
436          <!-- =========== Summary =========== -->                                  </ul>
437          <TR BGCOLOR='white' CLASS='TableRowColor'>                  
438                  <TD>          
439                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_h4'>H4tag html_h4 ( [0 = - n number of arguments  </div>
440                    as content for the tag.] )</A></B></CODE>  <a name="functionhtml_button" id="functionhtml_button"><!-- --></a>
441                          <BR>  <div class="oddrow">
442                          <blockquote> build an H4 tag object with content. </blockquote>          
443                  </TD>          <div>
444          </TR>                  <span class="method-title">html_button</span> (line <span class="line-number">280</span>)
445                    </div>
446          <!-- =========== Summary =========== -->  
447          <TR BGCOLOR='white' CLASS='TableRowColor'>          <!-- ========== Info from phpDoc block ========= -->
448                  <TD>  <p class="short-description">build a &lt;button&gt; tag with content.</p>
449                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_h5'>H5tag html_h5 ( [0 = - n number of arguments          <ul class="tags">
450                    as content for the tag.] )</A></B></CODE>                                  <li><span class="field">return:</span> object.</li>
451                          <BR>                          </ul>
452                          <blockquote> build an H5 tag object with content. </blockquote>          
453                  </TD>          <div class="method-signature">
454          </TR>                  <span class="method-result"><a href="../phpHtmlLib/BUTTONtag.html">BUTTONtag</a></span>
455                            <span class="method-name">
456          <!-- =========== Summary =========== -->                          html_button
457          <TR BGCOLOR='white' CLASS='TableRowColor'>                  </span>
458                  <TD>                                          ([<span class="var-type">string</span>&nbsp;<span class="var-name">$type</span> = <span class="var-default">"button"</span>], <span class="var-type">mixed</span>&nbsp;<span class="var-name">1</span>)
459                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_h6'>H6tag html_h6 ( [0 = - n number of arguments                          </div>
460                    as content for the tag.] )</A></B></CODE>  
461                          <BR>                          <ul class="parameters">
462                          <blockquote> build an H6 tag object with content. </blockquote>                                          <li>
463                  </TD>                                  <span class="var-type">mixed</span>
464          </TR>                                  <span class="var-name">1</span><span class="var-description">: - any number of items as                 content.</span>                 </li>
465                                                    <li>
466          <!-- =========== Summary =========== -->                                  <span class="var-type">string</span>
467          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <span class="var-name">$type</span><span class="var-description">: - the button type                  button, reset, submit                  DEFAULT : button</span>                    </li>
468                  <TD>                                  </ul>
469                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_head'>HEADtag html_head ( [0 = - n number of arguments                  
470                    as content for the tag.] )</A></B></CODE>          
471                          <BR>  </div>
472                          <blockquote> build an &lt;head&gt; tag object with content. </blockquote>  <a name="functionhtml_caption" id="functionhtml_caption"><!-- --></a>
473                  </TD>  <div class="evenrow">
474          </TR>          
475                    <div>
476          <!-- =========== Summary =========== -->                  <span class="method-title">html_caption</span> (line <span class="line-number">296</span>)
477          <TR BGCOLOR='white' CLASS='TableRowColor'>          </div>
478                  <TD>  
479                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_hr'>HRtag html_hr (  )</A></B></CODE>          <!-- ========== Info from phpDoc block ========= -->
480                          <BR>  <p class="short-description">build a &lt;caption&gt; tag with content.</p>
481                          <blockquote> build an <hr> tag object. </blockquote>          <ul class="tags">
482                  </TD>                                  <li><span class="field">return:</span> object.</li>
483          </TR>                          </ul>
484                    
485          <!-- =========== Summary =========== -->          <div class="method-signature">
486          <TR BGCOLOR='white' CLASS='TableRowColor'>                  <span class="method-result"><a href="../phpHtmlLib/CAPTIONtag.html">CAPTIONtag</a></span>
487                  <TD>                  <span class="method-name">
488                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_html'>HTMLtag html_html ( [0 = - n number of arguments                          html_caption
489                    as content for the tag.] )</A></B></CODE>                  </span>
490                          <BR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
491                          <blockquote> build an &lt;html&gt; tag object. </blockquote>                          </div>
492                  </TD>  
493          </TR>                          <ul class="parameters">
494                                                    <li>
495          <!-- =========== Summary =========== -->                                  <span class="var-type">mixed</span>
496          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
497                  <TD>                                  </ul>
498                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_i'>Itag html_i ( [0 = - n number of arguments                  
499                    as content for the tag.] )</A></B></CODE>          
500                          <BR>  </div>
501                          <blockquote> build a <i> tag with some content. </blockquote>  <a name="functionhtml_center" id="functionhtml_center"><!-- --></a>
502                  </TD>  <div class="oddrow">
503          </TR>          
504                    <div>
505          <!-- =========== Summary =========== -->                  <span class="method-title">html_center</span> (line <span class="line-number">311</span>)
506          <TR BGCOLOR='white' CLASS='TableRowColor'>          </div>
507                  <TD>  
508                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_iframe'>Itag html_iframe ( $src, $width, $height, $scrolling )</A></B></CODE>          <!-- ========== Info from phpDoc block ========= -->
509                          <BR>  <p class="short-description">build a &lt;center&gt; tag with some content.</p>
510                          <blockquote> build a &lt;irame&gt; tag with some content. </blockquote>  <p class="description"><p>DEPRICATED</p></p>
511                  </TD>          <ul class="tags">
512          </TR>                                  <li><span class="field">return:</span> object.</li>
513                                    </ul>
514          <!-- =========== Summary =========== -->          
515          <TR BGCOLOR='white' CLASS='TableRowColor'>          <div class="method-signature">
516                  <TD>                  <span class="method-result"><a href="../phpHtmlLib/CENTERtag.html">CENTERtag</a></span>
517                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_img'>IMGtag html_img ( $image, [$width = ''], [$height = ''], [$border = 0], $alt, [$usemap = ""NULL], [$title = NULL] )</A></B></CODE>                  <span class="method-name">
518                          <BR>                          html_center
519                          <blockquote> Build an <img> tag. </blockquote>                  </span>
520                  </TD>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
521          </TR>                          </div>
522            
523          <!-- =========== Summary =========== -->                          <ul class="parameters">
524          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          <li>
525                  <TD>                                  <span class="var-type">mixed</span>
526                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_img_href'>Atag html_img_href ( $url, $image, [$width = ''], [$height = ''], [$border = 0],                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
527                                                  $alt, [$usemap = ""NULL], [$target = NULL], [$title = NULL] )</A></B></CODE>                                  </ul>
528                          <BR>                  
529                          <blockquote> build an hlink for an image. </blockquote>          
530                  </TD>  </div>
531          </TR>  <a name="functionhtml_cite" id="functionhtml_cite"><!-- --></a>
532            <div class="evenrow">
533          <!-- =========== Summary =========== -->          
534          <TR BGCOLOR='white' CLASS='TableRowColor'>          <div>
535                  <TD>                  <span class="method-title">html_cite</span> (line <span class="line-number">325</span>)
536                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_input'>INPUTtag html_input ( $type, $name, [$value = ''], [$attributes = array()] )</A></B></CODE>          </div>
537                          <BR>  
538                          <blockquote> This builds an &lt;input&gt; object </blockquote>          <!-- ========== Info from phpDoc block ========= -->
539                  </TD>  <p class="short-description">build a &lt;cite&gt; tag with some content.</p>
540          </TR>          <ul class="tags">
541                                            <li><span class="field">return:</span> object.</li>
542          <!-- =========== Summary =========== -->                          </ul>
543          <TR BGCOLOR='white' CLASS='TableRowColor'>          
544                  <TD>          <div class="method-signature">
545                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_ins'>INStag html_ins ( [0 = - n number of arguments                  <span class="method-result"><a href="../phpHtmlLib/CITEtag.html">CITEtag</a></span>
546                    as content for the tag.] )</A></B></CODE>                  <span class="method-name">
547                          <BR>                          html_cite
548                          <blockquote> build a &lt;ins&gt; tag with some content. </blockquote>                  </span>
549                  </TD>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
550          </TR>                          </div>
551            
552          <!-- =========== Summary =========== -->                          <ul class="parameters">
553          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          <li>
554                  <TD>                                  <span class="var-type">mixed</span>
555                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_kbd'>KBDtag html_kbd ( [0 = - n number of arguments                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
556                    as content for the tag.] )</A></B></CODE>                                  </ul>
557                          <BR>                  
558                          <blockquote> build a &lt;kbd&gt; tag with some content. </blockquote>          
559                  </TD>  </div>
560          </TR>  <a name="functionhtml_code" id="functionhtml_code"><!-- --></a>
561            <div class="oddrow">
562          <!-- =========== Summary =========== -->          
563          <TR BGCOLOR='white' CLASS='TableRowColor'>          <div>
564                  <TD>                  <span class="method-title">html_code</span> (line <span class="line-number">339</span>)
565                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_label'>LABELtag html_label ( $for )</A></B></CODE>          </div>
566                          <BR>  
567                          <blockquote> build a &lt;label&gt; tag with some content. </blockquote>          <!-- ========== Info from phpDoc block ========= -->
568                  </TD>  <p class="short-description">build a</p>
569          </TR>          <ul class="tags">
570                                            <li><span class="field">return:</span> object.</li>
571          <!-- =========== Summary =========== -->                          </ul>
572          <TR BGCOLOR='white' CLASS='TableRowColor'>          
573                  <TD>          <div class="method-signature">
574                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_legend'>LEGENDtag html_legend ( [0 = - n number of arguments                  <span class="method-result"><a href="../phpHtmlLib/CODEtag.html">CODEtag</a></span>
575                    as content for the tag.] )</A></B></CODE>                  <span class="method-name">
576                          <BR>                          html_code
577                          <blockquote> build a &lt;legend&gt; tag with some content. </blockquote>                  </span>
578                  </TD>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
579          </TR>                          </div>
580            
581          <!-- =========== Summary =========== -->                          <ul class="parameters">
582          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          <li>
583                  <TD>                                  <span class="var-type">mixed</span>
584                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_li'>LItag html_li ( [0 = - n number of arguments                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
585                    as content for the tag.] )</A></B></CODE>                                  </ul>
586                          <BR>                  
587                          <blockquote> build a &lt;LI&gt; tag with some content.. </blockquote>          
588                  </TD>  </div>
589          </TR>  <a name="functionhtml_col" id="functionhtml_col"><!-- --></a>
590            <div class="evenrow">
591          <!-- =========== Summary =========== -->          
592          <TR BGCOLOR='white' CLASS='TableRowColor'>          <div>
593                  <TD>                  <span class="method-title">html_col</span> (line <span class="line-number">353</span>)
594                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_link'>LINKtag html_link ( $href, $rel, $type )</A></B></CODE>          </div>
595                          <BR>  
596                          <blockquote> build a &lt;LINK&gt; tag with some content.. </blockquote>          <!-- ========== Info from phpDoc block ========= -->
597                  </TD>  <p class="short-description">build a &lt;col&gt; tag</p>
598          </TR>          <ul class="tags">
599                                            <li><span class="field">return:</span> object.</li>
600          <!-- =========== Summary =========== -->                          </ul>
601          <TR BGCOLOR='white' CLASS='TableRowColor'>          
602                  <TD>          <div class="method-signature">
603                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_map'>MAPtag html_map ( $name )</A></B></CODE>                  <span class="method-result"><a href="../phpHtmlLib/CODEtag.html">CODEtag</a></span>
604                          <BR>                  <span class="method-name">
605                          <blockquote> build a &lt;map&gt; tag with some content. </blockquote>                          html_col
606                  </TD>                  </span>
607          </TR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">''</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$align</span> = <span class="var-default">''</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$span</span> = <span class="var-default">''</span>])
608                                    </div>
609          <!-- =========== Summary =========== -->  
610          <TR BGCOLOR='white' CLASS='TableRowColor'>                          <ul class="parameters">
611                  <TD>                                          <li>
612                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_meta'>METAtag html_meta ( $content, $http_equiv, $name )</A></B></CODE>                                  <span class="var-type">mixed</span>
613                          <BR>                                  <span class="var-name">$width</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                    </li>
614                          <blockquote> build a &lt;meta&gt; tag.. </blockquote>                                  </ul>
615                  </TD>                  
616          </TR>          
617            </div>
618          <!-- =========== Summary =========== -->  <a name="functionhtml_colgroup" id="functionhtml_colgroup"><!-- --></a>
619          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="oddrow">
620                  <TD>          
621                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_noframes'>NOFRAMEStag html_noframes ( [0 = - n number of arguments          <div>
622                    as content for the tag.] )</A></B></CODE>                  <span class="method-title">html_colgroup</span> (line <span class="line-number">380</span>)
623                          <BR>          </div>
624                          <blockquote> build a &lt;noframes&gt; tag with some content.. </blockquote>  
625                  </TD>          <!-- ========== Info from phpDoc block ========= -->
626          </TR>  <p class="short-description">build a &lt;colgroup&gt; tag.</p>
627            <p class="description"><p>NOTE: The colgroup element is an empty        element that contains attributes        only. To create columns, you must        specify td elements within a tr        element.</p></p>
628          <!-- =========== Summary =========== -->          <ul class="tags">
629          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <li><span class="field">return:</span> object.</li>
630                  <TD>                          </ul>
631                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_noscript'>NOSCRIPTtag html_noscript ( [0 = - n number of arguments          
632                    as content for the tag.] )</A></B></CODE>          <div class="method-signature">
633                          <BR>                  <span class="method-result">COLGROUPEtag</span>
634                          <blockquote> build a &lt;noscript&gt; tag with some content.. </blockquote>                  <span class="method-name">
635                  </TD>                          html_colgroup
636          </TR>                  </span>
637                                                    (<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>)
638          <!-- =========== Summary =========== -->                          </div>
639          <TR BGCOLOR='white' CLASS='TableRowColor'>  
640                  <TD>                          <ul class="parameters">
641                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_object'>OBJECTtag html_object ( [0 = - n number of arguments                                          <li>
642                    as content for the tag.] )</A></B></CODE>                                  <span class="var-type">array</span>
643                          <BR>                                  <span class="var-name">$attributes</span><span class="var-description">: - tag attributes.</span>                       </li>
644                          <blockquote> build a &lt;object&gt; tag with some content.. </blockquote>                                  </ul>
645                  </TD>                  
646          </TR>          
647            </div>
648          <!-- =========== Summary =========== -->  <a name="functionhtml_comment" id="functionhtml_comment"><!-- --></a>
649          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="evenrow">
650                  <TD>          
651                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_ol'>OLtag html_ol ( [0 = - n number of arguments          <div>
652                    as content for the tag.] )</A></B></CODE>                  <span class="method-title">html_comment</span> (line <span class="line-number">391</span>)
653                          <BR>          </div>
654                          <blockquote> build a &lt;OL&gt; tag with some content.. </blockquote>  
655                  </TD>          <!-- ========== Info from phpDoc block ========= -->
656          </TR>  <p class="short-description">render an html comment string</p>
657                    <ul class="tags">
658          <!-- =========== Summary =========== -->                                  <li><span class="field">return:</span> - the string wrapped in                    the html comment block</li>
659          <TR BGCOLOR='white' CLASS='TableRowColor'>                          </ul>
660                  <TD>          
661                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_optgroup'>OPTGROUPtag html_optgroup ( [0 = - n number of arguments          <div class="method-signature">
662                    as content for the tag.] )</A></B></CODE>                  <span class="method-result">string</span>
663                          <BR>                  <span class="method-name">
664                          <blockquote> build a &lt;OPTGROUP&gt; tag with some content.. </blockquote>                          html_comment
665                  </TD>                  </span>
666          </TR>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$string</span>)
667                                    </div>
668          <!-- =========== Summary =========== -->  
669          <TR BGCOLOR='white' CLASS='TableRowColor'>                          <ul class="parameters">
670                  <TD>                                          <li>
671                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_option'>OPTIONtag html_option ( $value, $content )</A></B></CODE>                                  <span class="var-type">string</span>
672                          <BR>                                  <span class="var-name">$string</span><span class="var-description">: - the string to comment.</span>                    </li>
673                          <blockquote> build a &lt;OPTION&gt; tag with some content.. </blockquote>                                  </ul>
674                  </TD>                  
675          </TR>          
676            </div>
677          <!-- =========== Summary =========== -->  <a name="functionhtml_dd" id="functionhtml_dd"><!-- --></a>
678          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="oddrow">
679                  <TD>          
680                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_p'>Ptag html_p ( [0 = - n number of arguments          <div>
681                    as content for the tag.] )</A></B></CODE>                  <span class="method-title">html_dd</span> (line <span class="line-number">402</span>)
682                          <BR>          </div>
683                          <blockquote> build a <p> tag. </blockquote>  
684                  </TD>          <!-- ========== Info from phpDoc block ========= -->
685          </TR>  <p class="short-description">build a &lt;dd&gt; tag with some content.</p>
686                    <ul class="tags">
687          <!-- =========== Summary =========== -->                                  <li><span class="field">return:</span> object.</li>
688          <TR BGCOLOR='white' CLASS='TableRowColor'>                          </ul>
689                  <TD>          
690                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_param'>PARAMtag html_param ( $name, $value )</A></B></CODE>          <div class="method-signature">
691                          <BR>                  <span class="method-result"><a href="../phpHtmlLib/DDtag.html">DDtag</a></span>
692                          <blockquote> build a &lt;param&gt; tag. </blockquote>                  <span class="method-name">
693                  </TD>                          html_dd
694          </TR>                  </span>
695                                                    ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
696          <!-- =========== Summary =========== -->                          </div>
697          <TR BGCOLOR='white' CLASS='TableRowColor'>  
698                  <TD>                          <ul class="parameters">
699                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_pre'>PREtag html_pre ( [0 = - n number of arguments                                          <li>
700                    as content for the tag.] )</A></B></CODE>                                  <span class="var-type">mixed</span>
701                          <BR>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
702                          <blockquote> build a <pre> tag with some content.. </blockquote>                                  </ul>
703                  </TD>                  
704          </TR>          
705            </div>
706          <!-- =========== Summary =========== -->  <a name="functionhtml_del" id="functionhtml_del"><!-- --></a>
707          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="evenrow">
708                  <TD>          
709                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_q'>Qtag html_q ( [0 = - n number of arguments          <div>
710                    as content for the tag.] )</A></B></CODE>                  <span class="method-title">html_del</span> (line <span class="line-number">416</span>)
711                          <BR>          </div>
712                          <blockquote> build a &lt;q&gt; tag with some content.. </blockquote>  
713                  </TD>          <!-- ========== Info from phpDoc block ========= -->
714          </TR>  <p class="short-description">build a &lt;del&gt; tag with some content.</p>
715                    <ul class="tags">
716          <!-- =========== Summary =========== -->                                  <li><span class="field">return:</span> object.</li>
717          <TR BGCOLOR='white' CLASS='TableRowColor'>                          </ul>
718                  <TD>          
719                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_samp'>SAMPtag html_samp ( [0 = - n number of arguments          <div class="method-signature">
720                    as content for the tag.] )</A></B></CODE>                  <span class="method-result"><a href="../phpHtmlLib/DELtag.html">DELtag</a></span>
721                          <BR>                  <span class="method-name">
722                          <blockquote> build a &lt;samp&gt; tag with some content.. </blockquote>                          html_del
723                  </TD>                  </span>
724          </TR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
725                                    </div>
726          <!-- =========== Summary =========== -->  
727          <TR BGCOLOR='white' CLASS='TableRowColor'>                          <ul class="parameters">
728                  <TD>                                          <li>
729                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_script'>SCRIPTtag html_script ( $src, [$type = "text/javascript"] )</A></B></CODE>                                  <span class="var-type">mixed</span>
730                          <BR>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
731                          <blockquote> build a &lt;script&gt; tag with some content.. </blockquote>                                  </ul>
732                  </TD>                  
733          </TR>          
734            </div>
735          <!-- =========== Summary =========== -->  <a name="functionhtml_dfn" id="functionhtml_dfn"><!-- --></a>
736          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="oddrow">
737                  <TD>          
738                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_small'>SMALLtag html_small (  )</A></B></CODE>          <div>
739                          <BR>                  <span class="method-title">html_dfn</span> (line <span class="line-number">431</span>)
740                          <blockquote> build a small &lt;small&gt; tag with content. </blockquote>          </div>
741                  </TD>  
742          </TR>          <!-- ========== Info from phpDoc block ========= -->
743            <p class="short-description">build a &lt;dfn&gt; tag with some content.</p>
744          <!-- =========== Summary =========== -->          <ul class="tags">
745          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <li><span class="field">return:</span> object.</li>
746                  <TD>                          </ul>
747                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_span'>SPANtag html_span ( $class )</A></B></CODE>          
748                          <BR>          <div class="method-signature">
749                          <blockquote> build a bold &lt;span&gt; tag with content. </blockquote>                  <span class="method-result"><a href="../phpHtmlLib/DFNtag.html">DFNtag</a></span>
750                  </TD>                  <span class="method-name">
751          </TR>                          html_dfn
752                            </span>
753          <!-- =========== Summary =========== -->                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
754          <TR BGCOLOR='white' CLASS='TableRowColor'>                          </div>
755                  <TD>  
756                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_strong'>STRONGtag html_strong ( [0 = - n number of arguments                          <ul class="parameters">
757                    as content for the tag.] )</A></B></CODE>                                          <li>
758                          <BR>                                  <span class="var-type">mixed</span>
759                          <blockquote> build a <strong> tag with some content.. </blockquote>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
760                  </TD>                                  </ul>
761          </TR>                  
762                    
763          <!-- =========== Summary =========== -->  </div>
764          <TR BGCOLOR='white' CLASS='TableRowColor'>  <a name="functionhtml_dl" id="functionhtml_dl"><!-- --></a>
765                  <TD>  <div class="evenrow">
766                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_style'>STYLEtag html_style ( [$type = "text/css"] )</A></B></CODE>          
767                          <BR>          <div>
768                          <blockquote> build a &lt;style&gt; tag with some content. </blockquote>                  <span class="method-title">html_dl</span> (line <span class="line-number">450</span>)
769                  </TD>          </div>
770          </TR>  
771                    <!-- ========== Info from phpDoc block ========= -->
772          <!-- =========== Summary =========== -->  <p class="short-description">build a &lt;dl&gt; tag with some content.</p>
773          <TR BGCOLOR='white' CLASS='TableRowColor'>          <ul class="tags">
774                  <TD>                                  <li><span class="field">return:</span> object.</li>
775                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_sub'>SUBtag html_sub ( [0 = - n number of arguments                          </ul>
776                    as content for the tag.] )</A></B></CODE>          
777                          <BR>          <div class="method-signature">
778                          <blockquote> build a <sub> tag with some content.. </blockquote>                  <span class="method-result"><a href="../phpHtmlLib/DLtag.html">DLtag</a></span>
779                  </TD>                  <span class="method-name">
780          </TR>                          html_dl
781                            </span>
782          <!-- =========== Summary =========== -->                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
783          <TR BGCOLOR='white' CLASS='TableRowColor'>                          </div>
784                  <TD>  
785                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_sup'>SUPtag html_sup ( [0 = - n number of arguments                          <ul class="parameters">
786                    as content for the tag.] )</A></B></CODE>                                          <li>
787                          <BR>                                  <span class="var-type">mixed</span>
788                          <blockquote> build a <sup> tag with some content.. </blockquote>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
789                  </TD>                                  </ul>
790          </TR>                  
791                    
792          <!-- =========== Summary =========== -->  </div>
793          <TR BGCOLOR='white' CLASS='TableRowColor'>  <a name="functionhtml_dt" id="functionhtml_dt"><!-- --></a>
794                  <TD>  <div class="oddrow">
795                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_table'>TABLEtag html_table ( [$width = "100%"], [$border = "0"], [$cellspacing = "0"], [$cellpadding = "0"], [$align = NULL] )</A></B></CODE>          
796                          <BR>          <div>
797                          <blockquote> Build a TABLEtag object                  <span class="method-title">html_dt</span> (line <span class="line-number">464</span>)
798  with some of the attributes set </blockquote>          </div>
799                  </TD>  
800          </TR>          <!-- ========== Info from phpDoc block ========= -->
801            <p class="short-description">build a &lt;dt&gt; tag with some content.</p>
802          <!-- =========== Summary =========== -->          <ul class="tags">
803          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <li><span class="field">return:</span> object.</li>
804                  <TD>                          </ul>
805                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_tbody'>TBODYtag html_tbody ( [0 = - n number of arguments          
806                    as content for the tag.] )</A></B></CODE>          <div class="method-signature">
807                          <BR>                  <span class="method-result"><a href="../phpHtmlLib/DTtag.html">DTtag</a></span>
808                          <blockquote> build a &lt;tbody&gt; tag with some content.. </blockquote>                  <span class="method-name">
809                  </TD>                          html_dt
810          </TR>                  </span>
811                                                    ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
812          <!-- =========== Summary =========== -->                          </div>
813          <TR BGCOLOR='white' CLASS='TableRowColor'>  
814                  <TD>                          <ul class="parameters">
815                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_td'>TDtag html_td ( $class, $align )</A></B></CODE>                                          <li>
816                          <BR>                                  <span class="var-type">mixed</span>
817                          <blockquote> build an td tag object with content. </blockquote>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
818                  </TD>                                  </ul>
819          </TR>                  
820                    
821          <!-- =========== Summary =========== -->  </div>
822          <TR BGCOLOR='white' CLASS='TableRowColor'>  <a name="functionhtml_em" id="functionhtml_em"><!-- --></a>
823                  <TD>  <div class="evenrow">
824                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_tfoot'>TFOOTtag html_tfoot ( [0 = - n number of arguments          
825                    as content for the tag.] )</A></B></CODE>          <div>
826                          <BR>                  <span class="method-title">html_em</span> (line <span class="line-number">478</span>)
827                          <blockquote> build a &lt;tfoot&gt; tag with content. </blockquote>          </div>
828                  </TD>  
829          </TR>          <!-- ========== Info from phpDoc block ========= -->
830            <p class="short-description">build a &lt;em&gt; tag with some content.</p>
831          <!-- =========== Summary =========== -->          <ul class="tags">
832          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <li><span class="field">return:</span> object.</li>
833                  <TD>                          </ul>
834                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_th'>THtag html_th ( [0 = - n number of arguments          
835                    as content for the tag.] )</A></B></CODE>          <div class="method-signature">
836                          <BR>                  <span class="method-result"><a href="../phpHtmlLib/EMtag.html">EMtag</a></span>
837                          <blockquote> build a &lt;th&gt;$header&lt;/th&gt; tag. </blockquote>                  <span class="method-name">
838                  </TD>                          html_em
839          </TR>                  </span>
840                                                    ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
841          <!-- =========== Summary =========== -->                          </div>
842          <TR BGCOLOR='white' CLASS='TableRowColor'>  
843                  <TD>                          <ul class="parameters">
844                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_thead'>THEADtag html_thead ( [0 = - n number of arguments                                          <li>
845                    as content for the tag.] )</A></B></CODE>                                  <span class="var-type">mixed</span>
846                          <BR>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
847                          <blockquote> build a &lt;thhead&gt; tag. </blockquote>                                  </ul>
848                  </TD>                  
849          </TR>          
850            </div>
851          <!-- =========== Summary =========== -->  <a name="functionhtml_fieldset" id="functionhtml_fieldset"><!-- --></a>
852          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="oddrow">
853                  <TD>          
854                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_title'>TITLEtag html_title ( [0 = - n number of arguments          <div>
855                    as content for the tag.] )</A></B></CODE>                  <span class="method-title">html_fieldset</span> (line <span class="line-number">494</span>)
856                          <BR>          </div>
857                          <blockquote> build a &lt;title&gt; tag with some content. </blockquote>  
858                  </TD>          <!-- ========== Info from phpDoc block ========= -->
859          </TR>  <p class="short-description">build a &lt;fieldset&gt; tag with some content.</p>
860                    <ul class="tags">
861          <!-- =========== Summary =========== -->                                  <li><span class="field">return:</span> object.</li>
862          <TR BGCOLOR='white' CLASS='TableRowColor'>                          </ul>
863                  <TD>          
864                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_tr'>TRtag html_tr ( $class )</A></B></CODE>          <div class="method-signature">
865                          <BR>                  <span class="method-result"><a href="../phpHtmlLib/FIELDSETtag.html">FIELDSETtag</a></span>
866                          <blockquote> build a &lt;tr&gt; tag and contents </blockquote>                  <span class="method-name">
867                  </TD>                          html_fieldset
868          </TR>                  </span>
869                                                    ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">$legend</span> = <span class="var-default">""</span>], <span class="var-type">mixed</span>&nbsp;<span class="var-name">1</span>)
870          <!-- =========== Summary =========== -->                          </div>
871          <TR BGCOLOR='white' CLASS='TableRowColor'>  
872                  <TD>                          <ul class="parameters">
873                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_tt'>TTtag html_tt ( [0 = - n number of arguments                                          <li>
874                    as content for the tag.] )</A></B></CODE>                                  <span class="var-type">mixed</span>
875                          <BR>                                  <span class="var-name">1</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
876                          <blockquote> build a &lt;tt&gt; tag and contents </blockquote>                                          <li>
877                  </TD>                                  <span class="var-type">mixed</span>
878          </TR>                                  <span class="var-name">$legend</span><span class="var-description">: - The legend text, or the                   LEGENDtag for the fieldset.</span>                     </li>
879                                            </ul>
880          <!-- =========== Summary =========== -->                  
881          <TR BGCOLOR='white' CLASS='TableRowColor'>          
882                  <TD>  </div>
883                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_u'>Utag html_u ( [0 = - n number of arguments  <a name="functionhtml_h1" id="functionhtml_h1"><!-- --></a>
884                    as content for the tag.] )</A></B></CODE>  <div class="evenrow">
885                          <BR>          
886                          <blockquote> build a &lt;u&gt; tag and contents </blockquote>          <div>
887                  </TD>                  <span class="method-title">html_h1</span> (line <span class="line-number">527</span>)
888          </TR>          </div>
889            
890          <!-- =========== Summary =========== -->          <!-- ========== Info from phpDoc block ========= -->
891          <TR BGCOLOR='white' CLASS='TableRowColor'>  <p class="short-description">build an H1 tag object with content.</p>
892                  <TD>          <ul class="tags">
893                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_ul'>ULtag html_ul ( [0 = - n number of arguments                                  <li><span class="field">return:</span> object.</li>
894                    as content for the tag.] )</A></B></CODE>                                  <li><span class="field">author:</span> Walt A. Boring</li>
895                          <BR>                          </ul>
896                          <blockquote> build a &lt;UL&gt; tag with content          
897  wrapped in an &lt;LI&gt; tag. </blockquote>          <div class="method-signature">
898                  </TD>                  <span class="method-result"><a href="../phpHtmlLib/H1tag.html">H1tag</a></span>
899          </TR>                  <span class="method-name">
900                                    html_h1
901          <!-- =========== Summary =========== -->                  </span>
902          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
903                  <TD>                          </div>
904                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_var'>VARtag html_var ( [0 = - n number of arguments  
905                    as content for the tag.] )</A></B></CODE>                          <ul class="parameters">
906                          <BR>                                          <li>
907                          <blockquote> build a &lt;var&gt; tag and contents </blockquote>                                  <span class="var-type">mixed</span>
908                  </TD>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
909          </TR>                                  </ul>
910                            
911          <!-- =========== Summary =========== -->          
912          <TR BGCOLOR='white' CLASS='TableRowColor'>  </div>
913                  <TD>  <a name="functionhtml_h2" id="functionhtml_h2"><!-- --></a>
914                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#html_xmp'>XMPtag html_xmp ( [0 = - n number of arguments  <div class="oddrow">
915                    as content for the tag.] )</A></B></CODE>          
916                          <BR>          <div>
917                          <blockquote> build a &lt;xmp&gt; tag with some content.. </blockquote>                  <span class="method-title">html_h2</span> (line <span class="line-number">543</span>)
918                  </TD>          </div>
919          </TR>  
920                    <!-- ========== Info from phpDoc block ========= -->
921          <!-- =========== Summary =========== -->  <p class="short-description">build an H2 tag object with content.</p>
922          <TR BGCOLOR='white' CLASS='TableRowColor'>          <ul class="tags">
923                  <TD>                                  <li><span class="field">return:</span> object.</li>
924                          <CODE><B><A HREF='_tag_utils_html_utils_inc.html#mailto'>CENTERtag mailto ( $email, [$subject = NULL], [$body = NULL], [$cc = NULL] )</A></B></CODE>                                  <li><span class="field">author:</span> Walt A. Boring</li>
925                          <BR>                          </ul>
926                          <blockquote> build a mailto url link . </blockquote>          
927                  </TD>          <div class="method-signature">
928          </TR>                  <span class="method-result"><a href="../phpHtmlLib/H2tag.html">H2tag</a></span>
929                            <span class="method-name">
930  </TABLE>                          html_h2
931                    </span>
932  <br>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
933  <!-- ============ Includes DETAIL =========== -->                          </div>
934    
935  <A NAME='includes_detail'></A>                          <ul class="parameters">
936  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                                          <li>
937          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                  <span class="var-type">mixed</span>
938                  <TD>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
939                          <span CLASS="font12bold">Include Statements Detail</span>                                  </ul>
940              <A HREF="#top" CLASS="links">^TOP</A>                  
941                  </TD>          
942          </TR>  </div>
943  </TABLE>  <a name="functionhtml_h3" id="functionhtml_h3"><!-- --></a>
944    <div class="evenrow">
945            
946            <div>
947  <br>                  <span class="method-title">html_h3</span> (line <span class="line-number">560</span>)
948  <!-- ============ GLOBALS DETAIL =========== -->          </div>
949    
950  <A NAME='global_detail'></A>          <!-- ========== Info from phpDoc block ========= -->
951  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  <p class="short-description">build an H3 tag object with content.</p>
952          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>          <ul class="tags">
953                  <TD>                                  <li><span class="field">return:</span> object.</li>
954                          <span CLASS="font12bold">Global Variable Detail</span>                                  <li><span class="field">author:</span> Walt A. Boring</li>
955              <A HREF="#top" CLASS="links">^TOP</A>                          </ul>
956                  </TD>          
957          </TR>          <div class="method-signature">
958  </TABLE>                  <span class="method-result"><a href="../phpHtmlLib/H3tag.html">H3tag</a></span>
959                    <span class="method-name">
960                            html_h3
961                    </span>
962  <br>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
963  <!-- ============ CONSTANT DETAIL =========== -->                          </div>
964    
965  <A NAME='constant_detail'></A>                          <ul class="parameters">
966  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                                          <li>
967          <TR CLASS='TableHeadingColor'>                                  <span class="var-type">mixed</span>
968                  <TD>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
969                          <span CLASS="font12bold">Constant Detail</span>                                  </ul>
970              <A HREF="#top" CLASS="links">^TOP</A>                  
971                  </TD>          
972          </TR>  </div>
973  </TABLE>  <a name="functionhtml_h4" id="functionhtml_h4"><!-- --></a>
974    <div class="oddrow">
975            
976            <div>
977  <br>                  <span class="method-title">html_h4</span> (line <span class="line-number">576</span>)
978  <!-- ============ FUNCTION DETAIL =========== -->          </div>
979    
980  <A NAME='function_detail'></A>          <!-- ========== Info from phpDoc block ========= -->
981  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  <p class="short-description">build an H4 tag object with content.</p>
982          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>          <ul class="tags">
983                  <TD>                                  <li><span class="field">return:</span> object.</li>
984                          <span class="font12bold">Function Detail</span>                                  <li><span class="field">author:</span> Walt A. Boring</li>
985              <A HREF="#top" CLASS="links">^TOP</A>                          </ul>
986                  </TD>          
987          </TR>          <div class="method-signature">
988  </TABLE>                  <span class="method-result"><a href="../phpHtmlLib/H4tag.html">H4tag</a></span>
989  <BR>                  <span class="method-name">
990                            html_h4
991  <DIV CLASS="function">                  </span>
992  <A NAME='html_a'><!-- --></A>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
993  <SPAN CLASS="font12bold">html_a</SPAN>                          </div>
994  <BR>  
995  <SPAN CLASS="font10bold">Useage : </SPAN>                          <ul class="parameters">
996  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/BRtag.html">BRtag</a></SPAN>&nbsp;                                          <li>
997  <span class="font10bold" style="color: #0000FF">html_a ( $url, $content, [$class = NULL], [$target = NULL], [$title = NULL] )</SPAN>                                  <span class="var-type">mixed</span>
998  <BR>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
999                                    </ul>
1000  <BR>                  
1001  <SPAN CLASS="font10bold">Description : </SPAN>          
1002  <!-- ========== Info from phpDoc block ========= -->  </div>
1003  build an href with content and attributes.  <a name="functionhtml_h5" id="functionhtml_h5"><!-- --></a>
1004  <BR>  <div class="evenrow">
1005            
1006  <DL>          <div>
1007    <DT class="font10bold">Function Parameters:</DT>                  <span class="method-title">html_h5</span> (line <span class="line-number">592</span>)
1008              </div>
1009    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$url</SPAN></SPAN> - the url to go to.</DD>  
1010              <!-- ========== Info from phpDoc block ========= -->
1011    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$content</SPAN></SPAN> - the visible link text.</DD>  <p class="short-description">build an H5 tag object with content.</p>
1012              <ul class="tags">
1013    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$class</SPAN></SPAN> - the css class to use.</DD>                                  <li><span class="field">return:</span> object.</li>
1014                                      <li><span class="field">author:</span> Walt A. Boring</li>
1015    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$target</SPAN></SPAN> - the target browser                          </ul>
1016                             window/frame for the url.</DD>          
1017              <div class="method-signature">
1018    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$title</SPAN></SPAN> - the title attribute</DD>                  <span class="method-result"><a href="../phpHtmlLib/H5tag.html">H5tag</a></span>
1019                      <span class="method-name">
1020                            html_h5
1021    <DT class="font10bold">Function Info:</DT>                  </span>
1022                                              ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1023    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                          </div>
1024      
1025    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                          <ul class="parameters">
1026                                              <li>
1027  </DL>                                  <span class="var-type">mixed</span>
1028                                    <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1029  </DIV>                                  </ul>
1030  <BR>                  
1031            
1032  <DIV CLASS="function">  </div>
1033  <A NAME='html_abbr'><!-- --></A>  <a name="functionhtml_h6" id="functionhtml_h6"><!-- --></a>
1034  <SPAN CLASS="font12bold">html_abbr</SPAN>  <div class="oddrow">
1035  <BR>          
1036  <SPAN CLASS="font10bold">Useage : </SPAN>          <div>
1037  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/ABBRtag.html">ABBRtag</a></SPAN>&nbsp;                  <span class="method-title">html_h6</span> (line <span class="line-number">609</span>)
1038  <span class="font10bold" style="color: #0000FF">html_abbr ( $title, $content )</SPAN>          </div>
1039  <BR>  
1040            <!-- ========== Info from phpDoc block ========= -->
1041  <BR>  <p class="short-description">build an H6 tag object with content.</p>
1042  <SPAN CLASS="font10bold">Description : </SPAN>          <ul class="tags">
1043  <!-- ========== Info from phpDoc block ========= -->                                  <li><span class="field">return:</span> object.</li>
1044  build an &lt;ABBR&gt; tag with content.                                  <li><span class="field">author:</span> Walt A. Boring</li>
1045  <BR>                          </ul>
1046  This is to build an abbreviation.          
1047   normally its just          <div class="method-signature">
1048   &lt;abbr title=&quot;foo bar&quot;&gt;foo&lt;/abbr&gt;                  <span class="method-result"><a href="../phpHtmlLib/H6tag.html">H6tag</a></span>
1049  <DL>                  <span class="method-name">
1050    <DT class="font10bold">Function Parameters:</DT>                          html_h6
1051                      </span>
1052    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$title</SPAN></SPAN> - the title attribute</DD>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1053                              </div>
1054    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$content</SPAN></SPAN> - the content for the tag</DD>  
1055                              <ul class="parameters">
1056                                            <li>
1057    <DT class="font10bold">Function Info:</DT>                                  <span class="var-type">mixed</span>
1058                                      <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1059    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                  </ul>
1060                      
1061  </DL>          
1062    </div>
1063  </DIV>  <a name="functionhtml_head" id="functionhtml_head"><!-- --></a>
1064  <BR>  <div class="evenrow">
1065            
1066  <DIV CLASS="function">          <div>
1067  <A NAME='html_acronym'><!-- --></A>                  <span class="method-title">html_head</span> (line <span class="line-number">625</span>)
1068  <SPAN CLASS="font12bold">html_acronym</SPAN>          </div>
1069  <BR>  
1070  <SPAN CLASS="font10bold">Useage : </SPAN>          <!-- ========== Info from phpDoc block ========= -->
1071  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/ACRONYMtag.html">ACRONYMtag</a></SPAN>&nbsp;  <p class="short-description">build an &lt;head&gt; tag object with content.</p>
1072  <span class="font10bold" style="color: #0000FF">html_acronym ( $title, $content )</SPAN>          <ul class="tags">
1073  <BR>                                  <li><span class="field">return:</span> object.</li>
1074                                    <li><span class="field">author:</span> Walt A. Boring</li>
1075  <BR>                          </ul>
1076  <SPAN CLASS="font10bold">Description : </SPAN>          
1077  <!-- ========== Info from phpDoc block ========= -->          <div class="method-signature">
1078  build an &lt;ACRONYM&gt; tag with content.                  <span class="method-result"><a href="../phpHtmlLib/HEADtag.html">HEADtag</a></span>
1079  <BR>                  <span class="method-name">
1080  This is to build an acronym.                          html_head
1081   normally its just                  </span>
1082   &lt;acronym title=&quot;foo bar&quot;&gt;foo&lt;/abbr&gt;                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1083  <DL>                          </div>
1084    <DT class="font10bold">Function Parameters:</DT>  
1085                              <ul class="parameters">
1086    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$title</SPAN></SPAN> - the title attribute</DD>                                          <li>
1087                                      <span class="var-type">mixed</span>
1088    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$content</SPAN></SPAN> - the content for the tag</DD>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1089                                      </ul>
1090                    
1091    <DT class="font10bold">Function Info:</DT>          
1092      </div>
1093    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  <a name="functionhtml_hr" id="functionhtml_hr"><!-- --></a>
1094      <div class="oddrow">
1095  </DL>          
1096            <div>
1097  </DIV>                  <span class="method-title">html_hr</span> (line <span class="line-number">637</span>)
1098  <BR>          </div>
1099    
1100  <DIV CLASS="function">          <!-- ========== Info from phpDoc block ========= -->
1101  <A NAME='html_address'><!-- --></A>  <p class="short-description">build an &lt;hr&gt; tag object.</p>
1102  <SPAN CLASS="font12bold">html_address</SPAN>          <ul class="tags">
1103  <BR>                                  <li><span class="field">return:</span> object.</li>
1104  <SPAN CLASS="font10bold">Useage : </SPAN>                          </ul>
1105  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/ADDRESStag.html">ADDRESStag</a></SPAN>&nbsp;          
1106  <span class="font10bold" style="color: #0000FF">html_address (  )</SPAN>          <div class="method-signature">
1107  <BR>                  <span class="method-result"><a href="../phpHtmlLib/HRtag.html">HRtag</a></span>
1108                    <span class="method-name">
1109  <BR>                          html_hr
1110  <SPAN CLASS="font10bold">Description : </SPAN>                  </span>
1111  <!-- ========== Info from phpDoc block ========= -->                                  ()
1112  build an &lt;ADDRESS&gt; tag with content.                          </div>
1113  <BR>  
1114                    
1115  <DL>          
1116    <DT class="font10bold">Function Parameters:</DT>  </div>
1117      <a name="functionhtml_html" id="functionhtml_html"><!-- --></a>
1118    <div class="evenrow">
1119    <DT class="font10bold">Function Info:</DT>          
1120              <div>
1121    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                  <span class="method-title">html_html</span> (line <span class="line-number">649</span>)
1122              </div>
1123  </DL>  
1124            <!-- ========== Info from phpDoc block ========= -->
1125  </DIV>  <p class="short-description">build an &lt;html&gt; tag object.</p>
1126  <BR>          <ul class="tags">
1127                                    <li><span class="field">return:</span> object.</li>
1128  <DIV CLASS="function">                                  <li><span class="field">author:</span> Walt A. Boring</li>
1129  <A NAME='html_applet'><!-- --></A>                          </ul>
1130  <SPAN CLASS="font12bold">html_applet</SPAN>          
1131  <BR>          <div class="method-signature">
1132  <SPAN CLASS="font10bold">Useage : </SPAN>                  <span class="method-result"><a href="../phpHtmlLib/HTMLtag.html">HTMLtag</a></span>
1133  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/APPLETtag.html">APPLETtag</a></SPAN>&nbsp;                  <span class="method-name">
1134  <span class="font10bold" style="color: #0000FF">html_applet (  )</SPAN>                          html_html
1135  <BR>                  </span>
1136                                            ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1137  <BR>                          </div>
1138  <SPAN CLASS="font10bold">Description : </SPAN>  
1139  <!-- ========== Info from phpDoc block ========= -->                          <ul class="parameters">
1140  build an &lt;APPLET&gt; tag with content.                                          <li>
1141  <BR>                                  <span class="var-type">mixed</span>
1142                                    <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1143  <DL>                                  </ul>
1144    <DT class="font10bold">Function Parameters:</DT>                  
1145              
1146    </div>
1147    <DT class="font10bold">Function Info:</DT>  <a name="functionhtml_i" id="functionhtml_i"><!-- --></a>
1148      <div class="oddrow">
1149    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          
1150              <div>
1151  </DL>                  <span class="method-title">html_i</span> (line <span class="line-number">665</span>)
1152            </div>
1153  </DIV>  
1154  <BR>          <!-- ========== Info from phpDoc block ========= -->
1155    <p class="short-description">build a</p>
1156  <DIV CLASS="function">          <ul class="tags">
1157  <A NAME='html_area'><!-- --></A>                                  <li><span class="field">return:</span> object.</li>
1158  <SPAN CLASS="font12bold">html_area</SPAN>                                  <li><span class="field">author:</span> Walt A. Boring</li>
1159  <BR>                          </ul>
1160  <SPAN CLASS="font10bold">Useage : </SPAN>          
1161  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/AREAtag.html">AREAtag</a></SPAN>&nbsp;          <div class="method-signature">
1162  <span class="font10bold" style="color: #0000FF">html_area ( $href, $coords, [$shape = "rect"], $alt, $target )</SPAN>                  <span class="method-result"><a href="../phpHtmlLib/Itag.html">Itag</a></span>
1163  <BR>                  <span class="method-name">
1164                            html_i
1165  <BR>                  </span>
1166  <SPAN CLASS="font10bold">Description : </SPAN>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1167  <!-- ========== Info from phpDoc block ========= -->                          </div>
1168  build an &lt;AREA&gt; tag with content.  
1169  <BR>                          <ul class="parameters">
1170                                            <li>
1171  <DL>                                  <span class="var-type">mixed</span>
1172    <DT class="font10bold">Function Parameters:</DT>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1173                                      </ul>
1174    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$href</SPAN></SPAN> - the href for the area</DD>                  
1175              
1176    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$coords</SPAN></SPAN> - the coords value  </div>
1177                   circle x,y,radius  <a name="functionhtml_iframe" id="functionhtml_iframe"><!-- --></a>
1178                   poly x1,y1,...xn,yn  <div class="evenrow">
1179                   left,top,right,bottom</DD>          
1180              <div>
1181    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$shape</SPAN></SPAN> - the shape                  <span class="method-title">html_iframe</span> (line <span class="line-number">679</span>)
1182                   DEFAULT: rect          </div>
1183                   circle, rect, poly, default</DD>  
1184              <!-- ========== Info from phpDoc block ========= -->
1185    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$alt</SPAN></SPAN> - the alt text</DD>  <p class="short-description">build a &lt;irame&gt; tag with some content.</p>
1186              <ul class="tags">
1187    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$target</SPAN></SPAN> - the target                                  <li><span class="field">return:</span> object.</li>
1188                   _blank, _parent, _self, _top</DD>                                  <li><span class="field">author:</span> Walt A. Boring</li>
1189                              </ul>
1190            
1191    <DT class="font10bold">Function Info:</DT>          <div class="method-signature">
1192                      <span class="method-result"><a href="../phpHtmlLib/Itag.html">Itag</a></span>
1193    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                  <span class="method-name">
1194                              html_iframe
1195  </DL>                  </span>
1196                                            (<span class="var-type">src</span>&nbsp;<span class="var-name">$src</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">""</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$height</span> = <span class="var-default">""</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$scrolling</span> = <span class="var-default">""</span>])
1197  </DIV>                          </div>
1198  <BR>  
1199                            <ul class="parameters">
1200  <DIV CLASS="function">                                          <li>
1201  <A NAME='html_b'><!-- --></A>                                  <span class="var-type">src</span>
1202  <SPAN CLASS="font12bold">html_b</SPAN>                                  <span class="var-name">$src</span><span class="var-description">: - the url for the iframe</span>                       </li>
1203  <BR>                                  </ul>
1204  <SPAN CLASS="font10bold">Useage : </SPAN>                  
1205  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/BRtag.html">BRtag</a></SPAN>&nbsp;          
1206  <span class="font10bold" style="color: #0000FF">html_b (  )</SPAN>  </div>
1207  <BR>  <a name="functionhtml_img" id="functionhtml_img"><!-- --></a>
1208    <div class="oddrow">
1209  <BR>          
1210  <SPAN CLASS="font10bold">Description : </SPAN>          <div>
1211  <!-- ========== Info from phpDoc block ========= -->                  <span class="method-title">html_img</span> (line <span class="line-number">709</span>)
1212  build a bold <b> tag with content.          </div>
1213  <BR>  
1214            <!-- ========== Info from phpDoc block ========= -->
1215  <DL>  <p class="short-description">Build an &lt;img&gt; tag.</p>
1216    <DT class="font10bold">Function Parameters:</DT>  <p class="description"><p>If width and or height are not provided   we do not set them in the tag.</p></p>
1217              <ul class="tags">
1218                                    <li><span class="field">return:</span> object.</li>
1219    <DT class="font10bold">Function Info:</DT>                                  <li><span class="field">author:</span> Walter A. Boring IV</li>
1220                              </ul>
1221    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          
1222              <div class="method-signature">
1223    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                  <span class="method-result"><a href="../phpHtmlLib/IMGtag.html">IMGtag</a></span>
1224                      <span class="method-name">
1225  </DL>                          html_img
1226                    </span>
1227  </DIV>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$image</span>, [<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">''</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$height</span> = <span class="var-default">''</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$border</span> = <span class="var-default">0</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$alt</span> = <span class="var-default">""</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$usemap</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$align</span> = <span class="var-default">NULL</span>])
1228  <BR>                          </div>
1229    
1230  <DIV CLASS="function">                          <ul class="parameters">
1231  <A NAME='html_base'><!-- --></A>                                          <li>
1232  <SPAN CLASS="font12bold">html_base</SPAN>                                  <span class="var-type">string</span>
1233  <BR>                                  <span class="var-name">$image</span><span class="var-description">: - $image - image src</span>                 </li>
1234  <SPAN CLASS="font10bold">Useage : </SPAN>                                          <li>
1235  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/BASEtag.html">BASEtag</a></SPAN>&nbsp;                                  <span class="var-type">int</span>
1236  <span class="font10bold" style="color: #0000FF">html_base ( $href, $target )</SPAN>                                  <span class="var-name">$width</span><span class="var-description">: - $width - width of the image.</span>                       </li>
1237  <BR>                                          <li>
1238                                    <span class="var-type">int</span>
1239  <BR>                                  <span class="var-name">$height</span><span class="var-description">: - $heigth - height of the image</span>                     </li>
1240  <SPAN CLASS="font10bold">Description : </SPAN>                                          <li>
1241  <!-- ========== Info from phpDoc block ========= -->                                  <span class="var-type">int</span>
1242  build a &lt;base&gt; tag.                                  <span class="var-name">$border</span><span class="var-description">: - $border - border flag.</span>                    </li>
1243  <BR>                                          <li>
1244  This tag MUST go in the &lt;head&gt;                                  <span class="var-type">string</span>
1245  <DL>                                  <span class="var-name">$alt</span><span class="var-description">: - $alt - alt tag for the image</span>                 </li>
1246    <DT class="font10bold">Function Parameters:</DT>                                          <li>
1247                                      <span class="var-type">string</span>
1248    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$href</SPAN></SPAN> - the href</DD>                                  <span class="var-name">$usemap</span><span class="var-description">: - $usemap - the image map name</span>                      </li>
1249                                              <li>
1250    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$target</SPAN></SPAN> - the target                                  <span class="var-type">string</span>
1251                   _blank, _parent, _self, _top</DD>                                  <span class="var-name">$title</span><span class="var-description">: - $align - the align attribute</span>                       </li>
1252                                      </ul>
1253                    
1254    <DT class="font10bold">Function Info:</DT>          
1255      </div>
1256    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  <a name="functionhtml_img_href" id="functionhtml_img_href"><!-- --></a>
1257      <div class="evenrow">
1258  </DL>          
1259            <div>
1260  </DIV>                  <span class="method-title">html_img_href</span> (line <span class="line-number">758</span>)
1261  <BR>          </div>
1262    
1263  <DIV CLASS="function">          <!-- ========== Info from phpDoc block ========= -->
1264  <A NAME='html_bdo'><!-- --></A>  <p class="short-description">build an hlink for an image.</p>
1265  <SPAN CLASS="font12bold">html_bdo</SPAN>  <p class="description"><p>this automatically turns off indenting  and newlines, so it formats well</p></p>
1266  <BR>          <ul class="tags">
1267  <SPAN CLASS="font10bold">Useage : </SPAN>                                  <li><span class="field">return:</span> object with &lt;img&gt; as content</li>
1268  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/BDOtag.html">BDOtag</a></SPAN>&nbsp;                          </ul>
1269  <span class="font10bold" style="color: #0000FF">html_bdo ( $dir )</SPAN>          
1270  <BR>          <div class="method-signature">
1271                    <span class="method-result"><a href="../phpHtmlLib/Atag.html">Atag</a></span>
1272  <BR>                  <span class="method-name">
1273  <SPAN CLASS="font10bold">Description : </SPAN>                          html_img_href
1274  <!-- ========== Info from phpDoc block ========= -->                  </span>
1275  build a &lt;bdo&gt; tag.                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$url</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$image</span>, [<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">''</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$height</span> = <span class="var-default">''</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$border</span> = <span class="var-default">0</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$alt</span> = <span class="var-default">""</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$usemap</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$target</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$align</span> = <span class="var-default">NULL</span>])
1276  <BR>                          </div>
1277  dir attribute is required.  
1278  <DL>                          <ul class="parameters">
1279    <DT class="font10bold">Function Parameters:</DT>                                          <li>
1280                                      <span class="var-type">string</span>
1281    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">1</SPAN></SPAN> - any number of text                                  <span class="var-name">$url</span><span class="var-description">: - $url - href for the &lt;a&gt;</span>                        </li>
1282                  content params.</DD>                                          <li>
1283                                      <span class="var-type">string</span>
1284    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$dir</SPAN></SPAN> - the dir attribute                                  <span class="var-name">$image</span><span class="var-description">: - $image - src for the &lt;img&gt;</span>                   </li>
1285                  ltr, rtl</DD>                                          <li>
1286                                      <span class="var-type">int</span>
1287                                    <span class="var-name">$width</span><span class="var-description">: - $width - width of the image</span>                        </li>
1288    <DT class="font10bold">Function Info:</DT>                                          <li>
1289                                      <span class="var-type">int</span>
1290    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                  <span class="var-name">$height</span><span class="var-description">: - $height - height of the image</span>                     </li>
1291                                              <li>
1292  </DL>                                  <span class="var-type">int</span>
1293                                    <span class="var-name">$border</span><span class="var-description">: - $border - for the &lt;img&gt;</span>                     </li>
1294  </DIV>                                          <li>
1295  <BR>                                  <span class="var-type">string</span>
1296                                    <span class="var-name">$alt</span><span class="var-description">: - $alt - for the &lt;img ALT=&quot;&quot;&gt;</span>                  </li>
1297  <DIV CLASS="function">                                          <li>
1298  <A NAME='html_big'><!-- --></A>                                  <span class="var-type">string</span>
1299  <SPAN CLASS="font12bold">html_big</SPAN>                                  <span class="var-name">$usemap</span><span class="var-description">: - $usemap - the image map name</span>                      </li>
1300  <BR>                                          <li>
1301  <SPAN CLASS="font10bold">Useage : </SPAN>                                  <span class="var-type">string</span>
1302  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/BIGtag.html">BIGtag</a></SPAN>&nbsp;                                  <span class="var-name">$target</span><span class="var-description">: - $target - the &lt;a target=&quot;blah&quot;&gt;</span>                   </li>
1303  <span class="font10bold" style="color: #0000FF">html_big (  )</SPAN>                                          <li>
1304  <BR>                                  <span class="var-type">string</span>
1305                                    <span class="var-name">$title</span><span class="var-description">: - $title - the title attribute</span>                       </li>
1306  <BR>                                          <li>
1307  <SPAN CLASS="font10bold">Description : </SPAN>                                  <span class="var-type">string</span>
1308  <!-- ========== Info from phpDoc block ========= -->                                  <span class="var-name">$align</span><span class="var-description">: - $align - the align attribute</span>                       </li>
1309  build a &lt;big&gt; tag with content.                                  </ul>
1310  <BR>                  
1311            
1312  <DL>  </div>
1313    <DT class="font10bold">Function Parameters:</DT>  <a name="functionhtml_input" id="functionhtml_input"><!-- --></a>
1314      <div class="oddrow">
1315            
1316    <DT class="font10bold">Function Info:</DT>          <div>
1317                      <span class="method-title">html_input</span> (line <span class="line-number">780</span>)
1318    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          </div>
1319      
1320    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>          <!-- ========== Info from phpDoc block ========= -->
1321      <p class="short-description">This builds an &lt;input&gt; object  NOTE: This wrapper automatically        calls htmlspecialchars() on        the value attribute's data.</p>
1322  </DL>          <ul class="tags">
1323                                    <li><span class="field">return:</span> object.</li>
1324  </DIV>                          </ul>
1325  <BR>          
1326            <div class="method-signature">
1327  <DIV CLASS="function">                  <span class="method-result"><a href="../phpHtmlLib/INPUTtag.html">INPUTtag</a></span>
1328  <A NAME='html_blockquote'><!-- --></A>                  <span class="method-name">
1329  <SPAN CLASS="font12bold">html_blockquote</SPAN>                          html_input
1330  <BR>                  </span>
1331  <SPAN CLASS="font10bold">Useage : </SPAN>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$type</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$value</span> = <span class="var-default">''</span>], [<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span> = <span class="var-default">array()</span>])
1332  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/BLOCKQUOTEtag.html">BLOCKQUOTEtag</a></SPAN>&nbsp;                          </div>
1333  <span class="font10bold" style="color: #0000FF">html_blockquote (  )</SPAN>  
1334  <BR>                          <ul class="parameters">
1335                                            <li>
1336  <BR>                                  <span class="var-type">string</span>
1337  <SPAN CLASS="font10bold">Description : </SPAN>                                  <span class="var-name">$type</span><span class="var-description">: - the type attribute</span>                  </li>
1338  <!-- ========== Info from phpDoc block ========= -->                                          <li>
1339  build a <blockquote> tag with content.                                  <span class="var-type">string</span>
1340  <BR>                                  <span class="var-name">$name</span><span class="var-description">: - the name attribute</span>                  </li>
1341                                            <li>
1342  <DL>                                  <span class="var-type">string</span>
1343    <DT class="font10bold">Function Parameters:</DT>                                  <span class="var-name">$value</span><span class="var-description">: - the value attribute</span>                        </li>
1344                                              <li>
1345                                    <span class="var-type">array</span>
1346    <DT class="font10bold">Function Info:</DT>                                  <span class="var-name">$attributes</span><span class="var-description">: - any other name=&gt;value attributes                  for the tag</span>                      </li>
1347                                      </ul>
1348    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                  
1349              
1350    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>  </div>
1351      <a name="functionhtml_ins" id="functionhtml_ins"><!-- --></a>
1352  </DL>  <div class="evenrow">
1353            
1354  </DIV>          <div>
1355  <BR>                  <span class="method-title">html_ins</span> (line <span class="line-number">797</span>)
1356            </div>
1357  <DIV CLASS="function">  
1358  <A NAME='html_body'><!-- --></A>          <!-- ========== Info from phpDoc block ========= -->
1359  <SPAN CLASS="font12bold">html_body</SPAN>  <p class="short-description">build a &lt;ins&gt; tag with some content.</p>
1360  <BR>          <ul class="tags">
1361  <SPAN CLASS="font10bold">Useage : </SPAN>                                  <li><span class="field">return:</span> object.</li>
1362  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/BODYtag.html">BODYtag</a></SPAN>&nbsp;                                  <li><span class="field">author:</span> Walt A. Boring</li>
1363  <span class="font10bold" style="color: #0000FF">html_body (  )</SPAN>                          </ul>
1364  <BR>          
1365            <div class="method-signature">
1366  <BR>                  <span class="method-result"><a href="../phpHtmlLib/INStag.html">INStag</a></span>
1367  <SPAN CLASS="font10bold">Description : </SPAN>                  <span class="method-name">
1368  <!-- ========== Info from phpDoc block ========= -->                          html_ins
1369  build a &lt;body&gt; tag with content.                  </span>
1370  <BR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1371                            </div>
1372  <DL>  
1373    <DT class="font10bold">Function Parameters:</DT>                          <ul class="parameters">
1374                                              <li>
1375                                    <span class="var-type">mixed</span>
1376    <DT class="font10bold">Function Info:</DT>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1377                                      </ul>
1378    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                  
1379              
1380    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>  </div>
1381      <a name="functionhtml_kbd" id="functionhtml_kbd"><!-- --></a>
1382  </DL>  <div class="oddrow">
1383            
1384  </DIV>          <div>
1385  <BR>                  <span class="method-title">html_kbd</span> (line <span class="line-number">811</span>)
1386            </div>
1387  <DIV CLASS="function">  
1388  <A NAME='html_br'><!-- --></A>          <!-- ========== Info from phpDoc block ========= -->
1389  <SPAN CLASS="font12bold">html_br</SPAN>  <p class="short-description">build a</p>
1390  <BR>          <ul class="tags">
1391  <SPAN CLASS="font10bold">Useage : </SPAN>                                  <li><span class="field">return:</span> object.</li>
1392  <span class="font10bold" style="color: #FF0000">mixed</SPAN>&nbsp;                          </ul>
1393  <span class="font10bold" style="color: #0000FF">html_br ( [$num = 1] )</SPAN>          
1394  <BR>          <div class="method-signature">
1395                    <span class="method-result"><a href="../phpHtmlLib/KBDtag.html">KBDtag</a></span>
1396  <BR>                  <span class="method-name">
1397  <SPAN CLASS="font10bold">Description : </SPAN>                          html_kbd
1398  <!-- ========== Info from phpDoc block ========= -->                  </span>
1399  builds n # of  <br> tags.                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1400  <BR>                          </div>
1401    
1402  <DL>                          <ul class="parameters">
1403    <DT class="font10bold">Function Parameters:</DT>                                          <li>
1404                                      <span class="var-type">mixed</span>
1405    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$num</SPAN></SPAN> - the number of                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1406                br tags you want</DD>                                  </ul>
1407                      
1408            
1409    <DT class="font10bold">Function Info:</DT>  </div>
1410      <a name="functionhtml_label" id="functionhtml_label"><!-- --></a>
1411    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - - BRtag object.  <div class="evenrow">
1412                    or Container</DD>          
1413              <div>
1414  </DL>                  <span class="method-title">html_label</span> (line <span class="line-number">828</span>)
1415            </div>
1416  </DIV>  
1417  <BR>          <!-- ========== Info from phpDoc block ========= -->
1418    <p class="short-description">build a &lt;label&gt; tag with some content.</p>
1419  <DIV CLASS="function">          <ul class="tags">
1420  <A NAME='html_button'><!-- --></A>                                  <li><span class="field">return:</span> object.</li>
1421  <SPAN CLASS="font12bold">html_button</SPAN>                          </ul>
1422  <BR>          
1423  <SPAN CLASS="font10bold">Useage : </SPAN>          <div class="method-signature">
1424  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/BUTTONtag.html">BUTTONtag</a></SPAN>&nbsp;                  <span class="method-result"><a href="../phpHtmlLib/LABELtag.html">LABELtag</a></span>
1425  <span class="font10bold" style="color: #0000FF">html_button ( [$type = "button"] )</SPAN>                  <span class="method-name">
1426  <BR>                          html_label
1427                    </span>
1428  <BR>                                          ([<span class="var-type">string</span>&nbsp;<span class="var-name">$for</span> = <span class="var-default">""</span>], <span class="var-type">mixed</span>&nbsp;<span class="var-name">1</span>)
1429  <SPAN CLASS="font10bold">Description : </SPAN>                          </div>
1430  <!-- ========== Info from phpDoc block ========= -->  
1431  build a &lt;button&gt; tag with content.                          <ul class="parameters">
1432  <BR>                                          <li>
1433                                    <span class="var-type">mixed</span>
1434  <DL>                                  <span class="var-name">1</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1435    <DT class="font10bold">Function Parameters:</DT>                                          <li>
1436                                      <span class="var-type">string</span>
1437    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">1</SPAN></SPAN> - any number of items as                                  <span class="var-name">$for</span><span class="var-description">: - the id of the form                    element to tie this                    label to.</span>                       </li>
1438                  content.</DD>                                  </ul>
1439                      
1440    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$type</SPAN></SPAN> - the button type          
1441                   button, reset, submit  </div>
1442                   DEFAULT : button</DD>  <a name="functionhtml_legend" id="functionhtml_legend"><!-- --></a>
1443      <div class="oddrow">
1444            
1445    <DT class="font10bold">Function Info:</DT>          <div>
1446                      <span class="method-title">html_legend</span> (line <span class="line-number">849</span>)
1447    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          </div>
1448      
1449  </DL>          <!-- ========== Info from phpDoc block ========= -->
1450    <p class="short-description">build a &lt;legend&gt; tag with some content.</p>
1451  </DIV>          <ul class="tags">
1452  <BR>                                  <li><span class="field">return:</span> object.</li>
1453                            </ul>
1454  <DIV CLASS="function">          
1455  <A NAME='html_caption'><!-- --></A>          <div class="method-signature">
1456  <SPAN CLASS="font12bold">html_caption</SPAN>                  <span class="method-result"><a href="../phpHtmlLib/LEGENDtag.html">LEGENDtag</a></span>
1457  <BR>                  <span class="method-name">
1458  <SPAN CLASS="font10bold">Useage : </SPAN>                          html_legend
1459  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/CAPTIONtag.html">CAPTIONtag</a></SPAN>&nbsp;                  </span>
1460  <span class="font10bold" style="color: #0000FF">html_caption ( [0 = - n number of arguments                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1461                    as content for the tag.] )</SPAN>                          </div>
1462  <BR>  
1463                            <ul class="parameters">
1464  <BR>                                          <li>
1465  <SPAN CLASS="font10bold">Description : </SPAN>                                  <span class="var-type">mixed</span>
1466  <!-- ========== Info from phpDoc block ========= -->                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1467  build a &lt;caption&gt; tag with content.                                  </ul>
1468  <BR>                  
1469            
1470  <DL>  </div>
1471    <DT class="font10bold">Function Parameters:</DT>  <a name="functionhtml_li" id="functionhtml_li"><!-- --></a>
1472      <div class="evenrow">
1473    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments          
1474                    as content for the tag.</DD>          <div>
1475                      <span class="method-title">html_li</span> (line <span class="line-number">865</span>)
1476            </div>
1477    <DT class="font10bold">Function Info:</DT>  
1478              <!-- ========== Info from phpDoc block ========= -->
1479    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  <p class="short-description">build a &lt;LI&gt; tag with some content..</p>
1480              <ul class="tags">
1481  </DL>                                  <li><span class="field">return:</span> object.</li>
1482                                    <li><span class="field">author:</span> Walt A. Boring</li>
1483  </DIV>                          </ul>
1484  <BR>          
1485            <div class="method-signature">
1486  <DIV CLASS="function">                  <span class="method-result"><a href="../phpHtmlLib/LItag.html">LItag</a></span>
1487  <A NAME='html_center'><!-- --></A>                  <span class="method-name">
1488  <SPAN CLASS="font12bold">html_center</SPAN>                          html_li
1489  <BR>                  </span>
1490  <SPAN CLASS="font10bold">Useage : </SPAN>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1491  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/CENTERtag.html">CENTERtag</a></SPAN>&nbsp;                          </div>
1492  <span class="font10bold" style="color: #0000FF">html_center ( [0 = - n number of arguments  
1493                    as content for the tag.] )</SPAN>                          <ul class="parameters">
1494  <BR>                                          <li>
1495                                    <span class="var-type">mixed</span>
1496  <BR>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1497  <SPAN CLASS="font10bold">Description : </SPAN>                                  </ul>
1498  <!-- ========== Info from phpDoc block ========= -->                  
1499  build a &lt;center&gt; tag with some content.          
1500  <BR>  </div>
1501  DEPRICATED  <a name="functionhtml_link" id="functionhtml_link"><!-- --></a>
1502  <DL>  <div class="oddrow">
1503    <DT class="font10bold">Function Parameters:</DT>          
1504              <div>
1505    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                  <span class="method-title">html_link</span> (line <span class="line-number">880</span>)
1506                    as content for the tag.</DD>          </div>
1507      
1508            <!-- ========== Info from phpDoc block ========= -->
1509    <DT class="font10bold">Function Info:</DT>  <p class="short-description">build a &lt;LINK&gt; tag with some content..</p>
1510              <ul class="tags">
1511    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                  <li><span class="field">return:</span> object.</li>
1512                              </ul>
1513  </DL>          
1514            <div class="method-signature">
1515  </DIV>                  <span class="method-result"><a href="../phpHtmlLib/LINKtag.html">LINKtag</a></span>
1516  <BR>                  <span class="method-name">
1517                            html_link
1518  <DIV CLASS="function">                  </span>
1519  <A NAME='html_cite'><!-- --></A>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$href</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$rel</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$type</span>)
1520  <SPAN CLASS="font12bold">html_cite</SPAN>                          </div>
1521  <BR>  
1522  <SPAN CLASS="font10bold">Useage : </SPAN>                          <ul class="parameters">
1523  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/CITEtag.html">CITEtag</a></SPAN>&nbsp;                                          <li>
1524  <span class="font10bold" style="color: #0000FF">html_cite ( [0 = - n number of arguments                                  <span class="var-type">string</span>
1525                    as content for the tag.] )</SPAN>                                  <span class="var-name">$href</span><span class="var-description">: - the href link</span>                       </li>
1526  <BR>                                          <li>
1527                                    <span class="var-type">string</span>
1528  <BR>                                  <span class="var-name">$rel</span><span class="var-description">: - the rel attribute</span>                    </li>
1529  <SPAN CLASS="font10bold">Description : </SPAN>                                          <li>
1530  <!-- ========== Info from phpDoc block ========= -->                                  <span class="var-type">string</span>
1531  build a &lt;cite&gt; tag with some content.                                  <span class="var-name">$type</span><span class="var-description">: - the type of content.</span>                        </li>
1532  <BR>                                  </ul>
1533                    
1534  <DL>          
1535    <DT class="font10bold">Function Parameters:</DT>  </div>
1536      <a name="functionhtml_map" id="functionhtml_map"><!-- --></a>
1537    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  <div class="evenrow">
1538                    as content for the tag.</DD>          
1539              <div>
1540                    <span class="method-title">html_map</span> (line <span class="line-number">894</span>)
1541    <DT class="font10bold">Function Info:</DT>          </div>
1542      
1543    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          <!-- ========== Info from phpDoc block ========= -->
1544      <p class="short-description">build a &lt;map&gt; tag with some content.</p>
1545  </DL>          <ul class="tags">
1546                                    <li><span class="field">return:</span> object.</li>
1547  </DIV>                          </ul>
1548  <BR>          
1549            <div class="method-signature">
1550  <DIV CLASS="function">                  <span class="method-result"><a href="../phpHtmlLib/MAPtag.html">MAPtag</a></span>
1551  <A NAME='html_code'><!-- --></A>                  <span class="method-name">
1552  <SPAN CLASS="font12bold">html_code</SPAN>                          html_map
1553  <BR>                  </span>
1554  <SPAN CLASS="font10bold">Useage : </SPAN>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">1</span>)
1555  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/CODEtag.html">CODEtag</a></SPAN>&nbsp;                          </div>
1556  <span class="font10bold" style="color: #0000FF">html_code ( [0 = - n number of arguments  
1557                    as content for the tag.] )</SPAN>                          <ul class="parameters">
1558  <BR>                                          <li>
1559                                    <span class="var-type">mixed</span>
1560  <BR>                                  <span class="var-name">1</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1561  <SPAN CLASS="font10bold">Description : </SPAN>                                          <li>
1562  <!-- ========== Info from phpDoc block ========= -->                                  <span class="var-type">string</span>
1563  build a <code> tag with some content.                                  <span class="var-name">$name</span><span class="var-description">: - the name of the map.</span>                        </li>
1564  <BR>                                  </ul>
1565                    
1566  <DL>          
1567    <DT class="font10bold">Function Parameters:</DT>  </div>
1568      <a name="functionhtml_meta" id="functionhtml_meta"><!-- --></a>
1569    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  <div class="oddrow">
1570                    as content for the tag.</DD>          
1571              <div>
1572                    <span class="method-title">html_meta</span> (line <span class="line-number">912</span>)
1573    <DT class="font10bold">Function Info:</DT>          </div>
1574      
1575    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          <!-- ========== Info from phpDoc block ========= -->
1576      <p class="short-description">build a &lt;meta&gt; tag..</p>
1577  </DL>          <ul class="tags">
1578                                    <li><span class="field">return:</span> object.</li>
1579  </DIV>                          </ul>
1580  <BR>          
1581            <div class="method-signature">
1582  <DIV CLASS="function">                  <span class="method-result"><a href="../phpHtmlLib/METAtag.html">METAtag</a></span>
1583  <A NAME='html_col'><!-- --></A>                  <span class="method-name">
1584  <SPAN CLASS="font12bold">html_col</SPAN>                          html_meta
1585  <BR>                  </span>
1586  <SPAN CLASS="font10bold">Useage : </SPAN>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$content</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$http_equiv</span> = <span class="var-default">""</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span> = <span class="var-default">""</span>])
1587  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/CODEtag.html">CODEtag</a></SPAN>&nbsp;                          </div>
1588  <span class="font10bold" style="color: #0000FF">html_col ( [$width = ''], [$align = ''], [$span = ''] )</SPAN>  
1589  <BR>                          <ul class="parameters">
1590                                            <li>
1591  <BR>                                  <span class="var-type">string</span>
1592  <SPAN CLASS="font10bold">Description : </SPAN>                                  <span class="var-name">$content</span><span class="var-description">: - the content value.</span>                       </li>
1593  <!-- ========== Info from phpDoc block ========= -->                                          <li>
1594  build a &lt;col&gt; tag                                  <span class="var-type">string</span>
1595  <BR>                                  <span class="var-name">$http_equiv</span><span class="var-description">: - the http-equiv value</span>                  </li>
1596                                            <li>
1597  <DL>                                  <span class="var-type">string</span>
1598    <DT class="font10bold">Function Parameters:</DT>                                  <span class="var-name">$name</span><span class="var-description">: - the name</span>                    </li>
1599                                      </ul>
1600    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$width</SPAN></SPAN> - n number of arguments                  
1601                    as content for the tag.</DD>          
1602      </div>
1603    <a name="functionhtml_noframes" id="functionhtml_noframes"><!-- --></a>
1604    <DT class="font10bold">Function Info:</DT>  <div class="evenrow">
1605              
1606    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          <div>
1607                      <span class="method-title">html_noframes</span> (line <span class="line-number">934</span>)
1608  </DL>          </div>
1609    
1610  </DIV>          <!-- ========== Info from phpDoc block ========= -->
1611  <BR>  <p class="short-description">build a &lt;noframes&gt; tag with some content..</p>
1612            <ul class="tags">
1613  <DIV CLASS="function">                                  <li><span class="field">return:</span> object.</li>
1614  <A NAME='html_colgroup'><!-- --></A>                          </ul>
1615  <SPAN CLASS="font12bold">html_colgroup</SPAN>          
1616  <BR>          <div class="method-signature">
1617  <SPAN CLASS="font10bold">Useage : </SPAN>                  <span class="method-result"><a href="../phpHtmlLib/NOFRAMEStag.html">NOFRAMEStag</a></span>
1618  <span class="font10bold" style="color: #FF0000">COLGROUPEtag</SPAN>&nbsp;                  <span class="method-name">
1619  <span class="font10bold" style="color: #0000FF">html_colgroup ( $attributes )</SPAN>                          html_noframes
1620  <BR>                  </span>
1621                                            ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1622  <BR>                          </div>
1623  <SPAN CLASS="font10bold">Description : </SPAN>  
1624  <!-- ========== Info from phpDoc block ========= -->                          <ul class="parameters">
1625  build a &lt;colgroup&gt; tag.                                          <li>
1626  <BR>                                  <span class="var-type">mixed</span>
1627  NOTE: The colgroup element is an empty                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1628        element that contains attributes                                  </ul>
1629        only. To create columns, you must                  
1630        specify td elements within a tr          
1631        element.  </div>
1632  <DL>  <a name="functionhtml_noscript" id="functionhtml_noscript"><!-- --></a>
1633    <DT class="font10bold">Function Parameters:</DT>  <div class="oddrow">
1634              
1635    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">array</SPAN> <span style="color: #0000FF;font-weight:bold">$attributes</SPAN></SPAN> - tag attributes.</DD>          <div>
1636                      <span class="method-title">html_noscript</span> (line <span class="line-number">948</span>)
1637            </div>
1638    <DT class="font10bold">Function Info:</DT>  
1639              <!-- ========== Info from phpDoc block ========= -->
1640    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  <p class="short-description">build a &lt;noscript&gt; tag with some content..</p>
1641              <ul class="tags">
1642  </DL>                                  <li><span class="field">return:</span> object.</li>
1643                            </ul>
1644  </DIV>          
1645  <BR>          <div class="method-signature">
1646                    <span class="method-result"><a href="../phpHtmlLib/NOSCRIPTtag.html">NOSCRIPTtag</a></span>
1647  <DIV CLASS="function">                  <span class="method-name">
1648  <A NAME='html_comment'><!-- --></A>                          html_noscript
1649  <SPAN CLASS="font12bold">html_comment</SPAN>                  </span>
1650  <BR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1651  <SPAN CLASS="font10bold">Useage : </SPAN>                          </div>
1652  <span class="font10bold" style="color: #FF0000">string</SPAN>&nbsp;  
1653  <span class="font10bold" style="color: #0000FF">html_comment ( $string )</SPAN>                          <ul class="parameters">
1654  <BR>                                          <li>
1655                                    <span class="var-type">mixed</span>
1656  <BR>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1657  <SPAN CLASS="font10bold">Description : </SPAN>                                  </ul>
1658  <!-- ========== Info from phpDoc block ========= -->                  
1659  render an html comment string          
1660  <BR>  </div>
1661    <a name="functionhtml_object" id="functionhtml_object"><!-- --></a>
1662  <DL>  <div class="evenrow">
1663    <DT class="font10bold">Function Parameters:</DT>          
1664              <div>
1665    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$string</SPAN></SPAN> - the string to comment.</DD>                  <span class="method-title">html_object</span> (line <span class="line-number">962</span>)
1666              </div>
1667    
1668    <DT class="font10bold">Function Info:</DT>          <!-- ========== Info from phpDoc block ========= -->
1669      <p class="short-description">build a &lt;object&gt; tag with some content..</p>
1670    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - - the string wrapped in          <ul class="tags">
1671                     the html comment block</DD>                                  <li><span class="field">return:</span> object.</li>
1672                              </ul>
1673  </DL>          
1674            <div class="method-signature">
1675  </DIV>                  <span class="method-result"><a href="../phpHtmlLib/OBJECTtag.html">OBJECTtag</a></span>
1676  <BR>                  <span class="method-name">
1677                            html_object
1678  <DIV CLASS="function">                  </span>
1679  <A NAME='html_dd'><!-- --></A>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1680  <SPAN CLASS="font12bold">html_dd</SPAN>                          </div>
1681  <BR>  
1682  <SPAN CLASS="font10bold">Useage : </SPAN>                          <ul class="parameters">
1683  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/DDtag.html">DDtag</a></SPAN>&nbsp;                                          <li>
1684  <span class="font10bold" style="color: #0000FF">html_dd ( [0 = - n number of arguments                                  <span class="var-type">mixed</span>
1685                    as content for the tag.] )</SPAN>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1686  <BR>                                  </ul>
1687                    
1688  <BR>          
1689  <SPAN CLASS="font10bold">Description : </SPAN>  </div>
1690  <!-- ========== Info from phpDoc block ========= -->  <a name="functionhtml_ol" id="functionhtml_ol"><!-- --></a>
1691  build a <dd> tag with some content.  <div class="oddrow">
1692  <BR>          
1693            <div>
1694  <DL>                  <span class="method-title">html_ol</span> (line <span class="line-number">976</span>)
1695    <DT class="font10bold">Function Parameters:</DT>          </div>
1696      
1697    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments          <!-- ========== Info from phpDoc block ========= -->
1698                    as content for the tag.</DD>  <p class="short-description">build a</p>
1699              <ul class="tags">
1700                                    <li><span class="field">return:</span> object.</li>
1701    <DT class="font10bold">Function Info:</DT>                          </ul>
1702              
1703    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          <div class="method-signature">
1704                      <span class="method-result"><a href="../phpHtmlLib/OLtag.html">OLtag</a></span>
1705  </DL>                  <span class="method-name">
1706                            html_ol
1707  </DIV>                  </span>
1708  <BR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1709                            </div>
1710  <DIV CLASS="function">  
1711  <A NAME='html_del'><!-- --></A>                          <ul class="parameters">
1712  <SPAN CLASS="font12bold">html_del</SPAN>                                          <li>
1713  <BR>                                  <span class="var-type">mixed</span>
1714  <SPAN CLASS="font10bold">Useage : </SPAN>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1715  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/DELtag.html">DELtag</a></SPAN>&nbsp;                                  </ul>
1716  <span class="font10bold" style="color: #0000FF">html_del ( [0 = - n number of arguments                  
1717                    as content for the tag.] )</SPAN>          
1718  <BR>  </div>
1719    <a name="functionhtml_optgroup" id="functionhtml_optgroup"><!-- --></a>
1720  <BR>  <div class="evenrow">
1721  <SPAN CLASS="font10bold">Description : </SPAN>          
1722  <!-- ========== Info from phpDoc block ========= -->          <div>
1723  build a &lt;del&gt; tag with some content.                  <span class="method-title">html_optgroup</span> (line <span class="line-number">990</span>)
1724  <BR>          </div>
1725    
1726  <DL>          <!-- ========== Info from phpDoc block ========= -->
1727    <DT class="font10bold">Function Parameters:</DT>  <p class="short-description">build a &lt;OPTGROUP&gt; tag with some content..</p>
1728              <ul class="tags">
1729    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                                  <li><span class="field">return:</span> object.</li>
1730                    as content for the tag.</DD>                          </ul>
1731              
1732            <div class="method-signature">
1733    <DT class="font10bold">Function Info:</DT>                  <span class="method-result"><a href="../phpHtmlLib/OPTGROUPtag.html">OPTGROUPtag</a></span>
1734                      <span class="method-name">
1735    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                          html_optgroup
1736                      </span>
1737  </DL>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$label</span>)
1738                            </div>
1739  </DIV>  
1740  <BR>                          <ul class="parameters">
1741                                            <li>
1742  <DIV CLASS="function">                                  <span class="var-type">mixed</span>
1743  <A NAME='html_dfn'><!-- --></A>                                  <span class="var-name">$label</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                    </li>
1744  <SPAN CLASS="font12bold">html_dfn</SPAN>                                  </ul>
1745  <BR>                  
1746  <SPAN CLASS="font10bold">Useage : </SPAN>          
1747  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/DFNtag.html">DFNtag</a></SPAN>&nbsp;  </div>
1748  <span class="font10bold" style="color: #0000FF">html_dfn ( [0 = - n number of arguments  <a name="functionhtml_option" id="functionhtml_option"><!-- --></a>
1749                    as content for the tag.] )</SPAN>  <div class="oddrow">
1750  <BR>          
1751            <div>
1752  <BR>                  <span class="method-title">html_option</span> (line <span class="line-number">1007</span>)
1753  <SPAN CLASS="font10bold">Description : </SPAN>          </div>
1754  <!-- ========== Info from phpDoc block ========= -->  
1755  build a &lt;dfn&gt; tag with some content.          <!-- ========== Info from phpDoc block ========= -->
1756  <BR>  <p class="short-description">build a &lt;OPTION&gt; tag with some content..</p>
1757            <ul class="tags">
1758  <DL>                                  <li><span class="field">return:</span> object.</li>
1759    <DT class="font10bold">Function Parameters:</DT>                          </ul>
1760              
1761    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments          <div class="method-signature">
1762                    as content for the tag.</DD>                  <span class="method-result"><a href="../phpHtmlLib/OPTIONtag.html">OPTIONtag</a></span>
1763                      <span class="method-name">
1764                            html_option
1765    <DT class="font10bold">Function Info:</DT>                  </span>
1766                                              (<span class="var-type">string</span>&nbsp;<span class="var-name">$value</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$content</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$selected</span> = <span class="var-default">FALSE</span>])
1767    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                          </div>
1768      
1769  </DL>                          <ul class="parameters">
1770                                            <li>
1771  </DIV>                                  <span class="var-type">string</span>
1772  <BR>                                  <span class="var-name">$value</span><span class="var-description">: - the value attribute</span>                        </li>
1773                                            <li>
1774  <DIV CLASS="function">                                  <span class="var-type">string</span>
1775  <A NAME='html_dl'><!-- --></A>                                  <span class="var-name">$content</span><span class="var-description">: - the content for the tag.</span>                 </li>
1776  <SPAN CLASS="font12bold">html_dl</SPAN>                                  </ul>
1777  <BR>                  
1778  <SPAN CLASS="font10bold">Useage : </SPAN>          
1779  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/DLtag.html">DLtag</a></SPAN>&nbsp;  </div>
1780  <span class="font10bold" style="color: #0000FF">html_dl ( [0 = - n number of arguments  <a name="functionhtml_p" id="functionhtml_p"><!-- --></a>
1781                    as content for the tag.] )</SPAN>  <div class="evenrow">
1782  <BR>          
1783            <div>
1784  <BR>                  <span class="method-title">html_p</span> (line <span class="line-number">1024</span>)
1785  <SPAN CLASS="font10bold">Description : </SPAN>          </div>
1786  <!-- ========== Info from phpDoc block ========= -->  
1787  build a <dl> tag with some content.          <!-- ========== Info from phpDoc block ========= -->
1788  <BR>  <p class="short-description">build a &lt;p&gt; tag.</p>
1789            <ul class="tags">
1790  <DL>                                  <li><span class="field">return:</span> object.</li>
1791    <DT class="font10bold">Function Parameters:</DT>                          </ul>
1792              
1793    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments          <div class="method-signature">
1794                    as content for the tag.</DD>                  <span class="method-result"><a href="../phpHtmlLib/Ptag.html">Ptag</a></span>
1795                      <span class="method-name">
1796                            html_p
1797    <DT class="font10bold">Function Info:</DT>                  </span>
1798                                              ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1799    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                          </div>
1800      
1801  </DL>                          <ul class="parameters">
1802                                            <li>
1803  </DIV>                                  <span class="var-type">mixed</span>
1804  <BR>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1805                                    </ul>
1806  <DIV CLASS="function">                  
1807  <A NAME='html_dt'><!-- --></A>          
1808  <SPAN CLASS="font12bold">html_dt</SPAN>  </div>
1809  <BR>  <a name="functionhtml_param" id="functionhtml_param"><!-- --></a>
1810  <SPAN CLASS="font10bold">Useage : </SPAN>  <div class="oddrow">
1811  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/DTtag.html">DTtag</a></SPAN>&nbsp;          
1812  <span class="font10bold" style="color: #0000FF">html_dt ( [0 = - n number of arguments          <div>
1813                    as content for the tag.] )</SPAN>                  <span class="method-title">html_param</span> (line <span class="line-number">1037</span>)
1814  <BR>          </div>
1815    
1816  <BR>          <!-- ========== Info from phpDoc block ========= -->
1817  <SPAN CLASS="font10bold">Description : </SPAN>  <p class="short-description">build a &lt;param&gt; tag.</p>
1818  <!-- ========== Info from phpDoc block ========= -->          <ul class="tags">
1819  build a <dt> tag with some content.                                  <li><span class="field">return:</span> object.</li>
1820  <BR>                          </ul>
1821            
1822  <DL>          <div class="method-signature">
1823    <DT class="font10bold">Function Parameters:</DT>                  <span class="method-result"><a href="../phpHtmlLib/PARAMtag.html">PARAMtag</a></span>
1824                      <span class="method-name">
1825    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                          html_param
1826                    as content for the tag.</DD>                  </span>
1827                                              (<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$value</span> = <span class="var-default">""</span>])
1828                            </div>
1829    <DT class="font10bold">Function Info:</DT>  
1830                              <ul class="parameters">
1831    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                          <li>
1832                                      <span class="var-type">string</span>
1833  </DL>                                  <span class="var-name">$name</span><span class="var-description">: - name of the tag</span>                     </li>
1834                                    </ul>
1835  </DIV>                  
1836  <BR>          
1837    </div>
1838  <DIV CLASS="function">  <a name="functionhtml_pre" id="functionhtml_pre"><!-- --></a>
1839  <A NAME='html_em'><!-- --></A>  <div class="evenrow">
1840  <SPAN CLASS="font12bold">html_em</SPAN>          
1841  <BR>          <div>
1842  <SPAN CLASS="font10bold">Useage : </SPAN>                  <span class="method-title">html_pre</span> (line <span class="line-number">1052</span>)
1843  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/EMtag.html">EMtag</a></SPAN>&nbsp;          </div>
1844  <span class="font10bold" style="color: #0000FF">html_em ( [0 = - n number of arguments  
1845                    as content for the tag.] )</SPAN>          <!-- ========== Info from phpDoc block ========= -->
1846  <BR>  <p class="short-description">build a</p>
1847            <ul class="tags">
1848  <BR>                                  <li><span class="field">return:</span> object.</li>
1849  <SPAN CLASS="font10bold">Description : </SPAN>                          </ul>
1850  <!-- ========== Info from phpDoc block ========= -->          
1851  build a <em> tag with some content.          <div class="method-signature">
1852  <BR>                  <span class="method-result"><a href="../phpHtmlLib/PREtag.html">PREtag</a></span>
1853                    <span class="method-name">
1854  <DL>                          html_pre
1855    <DT class="font10bold">Function Parameters:</DT>                  </span>
1856                                              ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1857    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                          </div>
1858                    as content for the tag.</DD>  
1859                              <ul class="parameters">
1860                                            <li>
1861    <DT class="font10bold">Function Info:</DT>                                  <span class="var-type">mixed</span>
1862                                      <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1863    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                  </ul>
1864                      
1865  </DL>          
1866    </div>
1867  </DIV>  <a name="functionhtml_q" id="functionhtml_q"><!-- --></a>
1868  <BR>  <div class="oddrow">
1869            
1870  <DIV CLASS="function">          <div>
1871  <A NAME='html_fieldset'><!-- --></A>                  <span class="method-title">html_q</span> (line <span class="line-number">1066</span>)
1872  <SPAN CLASS="font12bold">html_fieldset</SPAN>          </div>
1873  <BR>  
1874  <SPAN CLASS="font10bold">Useage : </SPAN>          <!-- ========== Info from phpDoc block ========= -->
1875  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/FIELDSETtag.html">FIELDSETtag</a></SPAN>&nbsp;  <p class="short-description">build a &lt;q&gt; tag with some content..</p>
1876  <span class="font10bold" style="color: #0000FF">html_fieldset ( $legend )</SPAN>          <ul class="tags">
1877  <BR>                                  <li><span class="field">return:</span> object.</li>
1878                            </ul>
1879  <BR>          
1880  <SPAN CLASS="font10bold">Description : </SPAN>          <div class="method-signature">
1881  <!-- ========== Info from phpDoc block ========= -->                  <span class="method-result"><a href="../phpHtmlLib/Qtag.html">Qtag</a></span>
1882  build a &lt;fieldset&gt; tag with some content.                  <span class="method-name">
1883  <BR>                          html_q
1884                    </span>
1885  <DL>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1886    <DT class="font10bold">Function Parameters:</DT>                          </div>
1887      
1888    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">1</SPAN></SPAN> - n number of arguments                          <ul class="parameters">
1889                    as content for the tag.</DD>                                          <li>
1890                                      <span class="var-type">mixed</span>
1891    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$legend</SPAN></SPAN> - The legend text, or the                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1892                    LEGENDtag for the fieldset.</DD>                                  </ul>
1893                      
1894            
1895    <DT class="font10bold">Function Info:</DT>  </div>
1896      <a name="functionhtml_samp" id="functionhtml_samp"><!-- --></a>
1897    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  <div class="evenrow">
1898              
1899  </DL>          <div>
1900                    <span class="method-title">html_samp</span> (line <span class="line-number">1080</span>)
1901  </DIV>          </div>
1902  <BR>  
1903            <!-- ========== Info from phpDoc block ========= -->
1904  <DIV CLASS="function">  <p class="short-description">build a</p>
1905  <A NAME='html_h1'><!-- --></A>          <ul class="tags">
1906  <SPAN CLASS="font12bold">html_h1</SPAN>                                  <li><span class="field">return:</span> object.</li>
1907  <BR>                          </ul>
1908  <SPAN CLASS="font10bold">Useage : </SPAN>          
1909  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/H1tag.html">H1tag</a></SPAN>&nbsp;          <div class="method-signature">
1910  <span class="font10bold" style="color: #0000FF">html_h1 ( [0 = - n number of arguments                  <span class="method-result"><a href="../phpHtmlLib/SAMPtag.html">SAMPtag</a></span>
1911                    as content for the tag.] )</SPAN>                  <span class="method-name">
1912  <BR>                          html_samp
1913                    </span>
1914  <BR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
1915  <SPAN CLASS="font10bold">Description : </SPAN>                          </div>
1916  <!-- ========== Info from phpDoc block ========= -->  
1917  build an H1 tag object with content.                          <ul class="parameters">
1918  <BR>                                          <li>
1919                                    <span class="var-type">mixed</span>
1920  <DL>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
1921    <DT class="font10bold">Function Parameters:</DT>                                  </ul>
1922                      
1923    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments          
1924                    as content for the tag.</DD>  </div>
1925      <a name="functionhtml_script" id="functionhtml_script"><!-- --></a>
1926    <div class="oddrow">
1927    <DT class="font10bold">Function Info:</DT>          
1928              <div>
1929    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                  <span class="method-title">html_script</span> (line <span class="line-number">1094</span>)
1930              </div>
1931    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>  
1932              <!-- ========== Info from phpDoc block ========= -->
1933  </DL>  <p class="short-description">build a &lt;script&gt; tag with some content..</p>
1934            <ul class="tags">
1935  </DIV>                                  <li><span class="field">return:</span> object.</li>
1936  <BR>                          </ul>
1937            
1938  <DIV CLASS="function">          <div class="method-signature">
1939  <A NAME='html_h2'><!-- --></A>                  <span class="method-result"><a href="../phpHtmlLib/SCRIPTtag.html">SCRIPTtag</a></span>
1940  <SPAN CLASS="font12bold">html_h2</SPAN>                  <span class="method-name">
1941  <BR>                          html_script
1942  <SPAN CLASS="font10bold">Useage : </SPAN>                  </span>
1943  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/H2tag.html">H2tag</a></SPAN>&nbsp;                                          ([<span class="var-type">src</span>&nbsp;<span class="var-name">$src</span> = <span class="var-default">""</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$type</span> = <span class="var-default">"text/javascript"</span>])
1944  <span class="font10bold" style="color: #0000FF">html_h2 ( [0 = - n number of arguments                          </div>
1945                    as content for the tag.] )</SPAN>  
1946  <BR>                          <ul class="parameters">
1947                                            <li>
1948  <BR>                                  <span class="var-type">src</span>
1949  <SPAN CLASS="font10bold">Description : </SPAN>                                  <span class="var-name">$src</span><span class="var-description">: - the src</span>                      </li>
1950  <!-- ========== Info from phpDoc block ========= -->                                          <li>
1951  build an H2 tag object with content.                                  <span class="var-type">string</span>
1952  <BR>                                  <span class="var-name">$type</span><span class="var-description">: - type of script</span>                      </li>
1953                                    </ul>
1954  <DL>                  
1955    <DT class="font10bold">Function Parameters:</DT>          
1956      </div>
1957    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  <a name="functionhtml_small" id="functionhtml_small"><!-- --></a>
1958                    as content for the tag.</DD>  <div class="evenrow">
1959              
1960            <div>
1961    <DT class="font10bold">Function Info:</DT>                  <span class="method-title">html_small</span> (line <span class="line-number">1115</span>)
1962              </div>
1963    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
1964              <!-- ========== Info from phpDoc block ========= -->
1965    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>  <p class="short-description">build a small &lt;small&gt; tag with content.</p>
1966              <ul class="tags">
1967  </DL>                                  <li><span class="field">return:</span> object.</li>
1968                                    <li><span class="field">author:</span> Suren Markossian</li>
1969  </DIV>                          </ul>
1970  <BR>          
1971            <div class="method-signature">
1972  <DIV CLASS="function">                  <span class="method-result"><a href="../phpHtmlLib/SMALLtag.html">SMALLtag</a></span>
1973  <A NAME='html_h3'><!-- --></A>                  <span class="method-name">
1974  <SPAN CLASS="font12bold">html_h3</SPAN>                          html_small
1975  <BR>                  </span>
1976  <SPAN CLASS="font10bold">Useage : </SPAN>                                  ()
1977  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/H3tag.html">H3tag</a></SPAN>&nbsp;                          </div>
1978  <span class="font10bold" style="color: #0000FF">html_h3 ( [0 = - n number of arguments  
1979                    as content for the tag.] )</SPAN>                  
1980  <BR>          
1981    </div>
1982  <BR>  <a name="functionhtml_span" id="functionhtml_span"><!-- --></a>
1983  <SPAN CLASS="font10bold">Description : </SPAN>  <div class="oddrow">
1984  <!-- ========== Info from phpDoc block ========= -->          
1985  build an H3 tag object with content.          <div>
1986  <BR>                  <span class="method-title">html_span</span> (line <span class="line-number">1132</span>)
1987            </div>
1988  <DL>  
1989    <DT class="font10bold">Function Parameters:</DT>          <!-- ========== Info from phpDoc block ========= -->
1990      <p class="short-description">build a bold &lt;span&gt; tag with content.</p>
1991    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments          <ul class="tags">
1992                    as content for the tag.</DD>                                  <li><span class="field">return:</span> object.</li>
1993                              </ul>
1994            
1995    <DT class="font10bold">Function Info:</DT>          <div class="method-signature">
1996                      <span class="method-result"><a href="../phpHtmlLib/SPANtag.html">SPANtag</a></span>
1997    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                  <span class="method-name">
1998                              html_span
1999    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                  </span>
2000                                              ([<span class="var-type">string</span>&nbsp;<span class="var-name">$class</span> = <span class="var-default">""</span>], <span class="var-type">mixed</span>&nbsp;<span class="var-name">1</span>)
2001  </DL>                          </div>
2002    
2003  </DIV>                          <ul class="parameters">
2004  <BR>                                          <li>
2005                                    <span class="var-type">mixed</span>
2006  <DIV CLASS="function">                                  <span class="var-name">1</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2007  <A NAME='html_h4'><!-- --></A>                                          <li>
2008  <SPAN CLASS="font12bold">html_h4</SPAN>                                  <span class="var-type">string</span>
2009  <BR>                                  <span class="var-name">$class</span><span class="var-description">: - the class for the                    span.</span>                 </li>
2010  <SPAN CLASS="font10bold">Useage : </SPAN>                                  </ul>
2011  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/H4tag.html">H4tag</a></SPAN>&nbsp;                  
2012  <span class="font10bold" style="color: #0000FF">html_h4 ( [0 = - n number of arguments          
2013                    as content for the tag.] )</SPAN>  </div>
2014  <BR>  <a name="functionhtml_strong" id="functionhtml_strong"><!-- --></a>
2015    <div class="evenrow">
2016  <BR>          
2017  <SPAN CLASS="font10bold">Description : </SPAN>          <div>
2018  <!-- ========== Info from phpDoc block ========= -->                  <span class="method-title">html_strong</span> (line <span class="line-number">1152</span>)
2019  build an H4 tag object with content.          </div>
2020  <BR>  
2021            <!-- ========== Info from phpDoc block ========= -->
2022  <DL>  <p class="short-description">build a &lt;strong&gt; tag with some content..</p>
2023    <DT class="font10bold">Function Parameters:</DT>          <ul class="tags">
2024                                      <li><span class="field">return:</span> object.</li>
2025    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                          </ul>
2026                    as content for the tag.</DD>          
2027              <div class="method-signature">
2028                    <span class="method-result"><a href="../phpHtmlLib/STRONGtag.html">STRONGtag</a></span>
2029    <DT class="font10bold">Function Info:</DT>                  <span class="method-name">
2030                              html_strong
2031    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                  </span>
2032                                              ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2033    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                          </div>
2034      
2035  </DL>                          <ul class="parameters">
2036                                            <li>
2037  </DIV>                                  <span class="var-type">mixed</span>
2038  <BR>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2039                                    </ul>
2040  <DIV CLASS="function">                  
2041  <A NAME='html_h5'><!-- --></A>          
2042  <SPAN CLASS="font12bold">html_h5</SPAN>  </div>
2043  <BR>  <a name="functionhtml_style" id="functionhtml_style"><!-- --></a>
2044  <SPAN CLASS="font10bold">Useage : </SPAN>  <div class="oddrow">
2045  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/H5tag.html">H5tag</a></SPAN>&nbsp;          
2046  <span class="font10bold" style="color: #0000FF">html_h5 ( [0 = - n number of arguments          <div>
2047                    as content for the tag.] )</SPAN>                  <span class="method-title">html_style</span> (line <span class="line-number">1170</span>)
2048  <BR>          </div>
2049    
2050  <BR>          <!-- ========== Info from phpDoc block ========= -->
2051  <SPAN CLASS="font10bold">Description : </SPAN>  <p class="short-description">build a &lt;style&gt; tag with some content.</p>
2052  <!-- ========== Info from phpDoc block ========= -->          <ul class="tags">
2053  build an H5 tag object with content.                                  <li><span class="field">return:</span> object.</li>
2054  <BR>                          </ul>
2055            
2056  <DL>          <div class="method-signature">
2057    <DT class="font10bold">Function Parameters:</DT>                  <span class="method-result"><a href="../phpHtmlLib/STYLEtag.html">STYLEtag</a></span>
2058                      <span class="method-name">
2059    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                          html_style
2060                    as content for the tag.</DD>                  </span>
2061                                              ([<span class="var-type">string</span>&nbsp;<span class="var-name">$type</span> = <span class="var-default">"text/css"</span>], <span class="var-type">mixed</span>&nbsp;<span class="var-name">1</span>)
2062                            </div>
2063    <DT class="font10bold">Function Info:</DT>  
2064                              <ul class="parameters">
2065    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                          <li>
2066                                      <span class="var-type">mixed</span>
2067    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                                  <span class="var-name">1</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2068                                              <li>
2069  </DL>                                  <span class="var-type">string</span>
2070                                    <span class="var-name">$type</span><span class="var-description">: - the type                    text/css (DEFAULT),                    text/javasript</span>                   </li>
2071  </DIV>                                  </ul>
2072  <BR>                  
2073            
2074  <DIV CLASS="function">  </div>
2075  <A NAME='html_h6'><!-- --></A>  <a name="functionhtml_sub" id="functionhtml_sub"><!-- --></a>
2076  <SPAN CLASS="font12bold">html_h6</SPAN>  <div class="evenrow">
2077  <BR>          
2078  <SPAN CLASS="font10bold">Useage : </SPAN>          <div>
2079  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/H6tag.html">H6tag</a></SPAN>&nbsp;                  <span class="method-title">html_sub</span> (line <span class="line-number">1186</span>)
2080  <span class="font10bold" style="color: #0000FF">html_h6 ( [0 = - n number of arguments          </div>
2081                    as content for the tag.] )</SPAN>  
2082  <BR>          <!-- ========== Info from phpDoc block ========= -->
2083    <p class="short-description">build a &lt;sub&gt; tag with some content..</p>
2084  <BR>          <ul class="tags">
2085  <SPAN CLASS="font10bold">Description : </SPAN>                                  <li><span class="field">return:</span> object.</li>
2086  <!-- ========== Info from phpDoc block ========= -->                          </ul>
2087  build an H6 tag object with content.          
2088  <BR>          <div class="method-signature">
2089                    <span class="method-result"><a href="../phpHtmlLib/SUBtag.html">SUBtag</a></span>
2090  <DL>                  <span class="method-name">
2091    <DT class="font10bold">Function Parameters:</DT>                          html_sub
2092                      </span>
2093    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2094                    as content for the tag.</DD>                          </div>
2095      
2096                            <ul class="parameters">
2097    <DT class="font10bold">Function Info:</DT>                                          <li>
2098                                      <span class="var-type">mixed</span>
2099    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2100                                      </ul>
2101    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                  
2102              
2103  </DL>  </div>
2104    <a name="functionhtml_sup" id="functionhtml_sup"><!-- --></a>
2105  </DIV>  <div class="oddrow">
2106  <BR>          
2107            <div>
2108  <DIV CLASS="function">                  <span class="method-title">html_sup</span> (line <span class="line-number">1200</span>)
2109  <A NAME='html_head'><!-- --></A>          </div>
2110  <SPAN CLASS="font12bold">html_head</SPAN>  
2111  <BR>          <!-- ========== Info from phpDoc block ========= -->
2112  <SPAN CLASS="font10bold">Useage : </SPAN>  <p class="short-description">build a &lt;sup&gt; tag with some content..</p>
2113  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/HEADtag.html">HEADtag</a></SPAN>&nbsp;          <ul class="tags">
2114  <span class="font10bold" style="color: #0000FF">html_head ( [0 = - n number of arguments                                  <li><span class="field">return:</span> object.</li>
2115                    as content for the tag.] )</SPAN>                          </ul>
2116  <BR>          
2117            <div class="method-signature">
2118  <BR>                  <span class="method-result"><a href="../phpHtmlLib/SUPtag.html">SUPtag</a></span>
2119  <SPAN CLASS="font10bold">Description : </SPAN>                  <span class="method-name">
2120  <!-- ========== Info from phpDoc block ========= -->                          html_sup
2121  build an &lt;head&gt; tag object with content.                  </span>
2122  <BR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2123                            </div>
2124  <DL>  
2125    <DT class="font10bold">Function Parameters:</DT>                          <ul class="parameters">
2126                                              <li>
2127    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                                  <span class="var-type">mixed</span>
2128                    as content for the tag.</DD>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2129                                      </ul>
2130                    
2131    <DT class="font10bold">Function Info:</DT>          
2132      </div>
2133    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  <a name="functionhtml_table" id="functionhtml_table"><!-- --></a>
2134      <div class="evenrow">
2135    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>          
2136              <div>
2137  </DL>                  <span class="method-title">html_table</span> (line <span class="line-number">1224</span>)
2138            </div>
2139  </DIV>  
2140  <BR>          <!-- ========== Info from phpDoc block ========= -->
2141    <p class="short-description">Build a TABLEtag object  with some of the attributes set</p>
2142  <DIV CLASS="function">          <ul class="tags">
2143  <A NAME='html_hr'><!-- --></A>                                  <li><span class="field">return:</span> object.</li>
2144  <SPAN CLASS="font12bold">html_hr</SPAN>                          </ul>
2145  <BR>          
2146  <SPAN CLASS="font10bold">Useage : </SPAN>          <div class="method-signature">
2147  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/HRtag.html">HRtag</a></SPAN>&nbsp;                  <span class="method-result"><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a></span>
2148  <span class="font10bold" style="color: #0000FF">html_hr (  )</SPAN>                  <span class="method-name">
2149  <BR>                          html_table
2150                    </span>
2151  <BR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">"100%"</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$border</span> = <span class="var-default">"0"</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$cellspacing</span> = <span class="var-default">"0"</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$cellpadding</span> = <span class="var-default">"0"</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$align</span> = <span class="var-default">NULL</span>])
2152  <SPAN CLASS="font10bold">Description : </SPAN>                          </div>
2153  <!-- ========== Info from phpDoc block ========= -->  
2154  build an <hr> tag object.                          <ul class="parameters">
2155  <BR>                                          <li>
2156                                    <span class="var-type">mixed</span>
2157  <DL>                                  <span class="var-name">$width</span><span class="var-description">: - width attribute                 default: 100%</span>                      </li>
2158    <DT class="font10bold">Function Parameters:</DT>                                          <li>
2159                                      <span class="var-type">mixed</span>
2160                                    <span class="var-name">$border</span><span class="var-description">: - border                 default: 0</span>                 </li>
2161    <DT class="font10bold">Function Info:</DT>                                          <li>
2162                                      <span class="var-type">mixed</span>
2163    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                  <span class="var-name">$cellspacing</span><span class="var-description">: - cellspacing                 default: 0</span>                       </li>
2164                                              <li>
2165  </DL>                                  <span class="var-type">mixed</span>
2166                                    <span class="var-name">$cellpadding</span><span class="var-description">: - cellpadding                 default: 0</span>                       </li>
2167  </DIV>                                          <li>
2168  <BR>                                  <span class="var-type">string</span>
2169                                    <span class="var-name">$align</span><span class="var-description">: - align the align                  attribute                 default: not set.</span>                       </li>
2170  <DIV CLASS="function">                                  </ul>
2171  <A NAME='html_html'><!-- --></A>                  
2172  <SPAN CLASS="font12bold">html_html</SPAN>          
2173  <BR>  </div>
2174  <SPAN CLASS="font10bold">Useage : </SPAN>  <a name="functionhtml_tbody" id="functionhtml_tbody"><!-- --></a>
2175  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/HTMLtag.html">HTMLtag</a></SPAN>&nbsp;  <div class="oddrow">
2176  <span class="font10bold" style="color: #0000FF">html_html ( [0 = - n number of arguments          
2177                    as content for the tag.] )</SPAN>          <div>
2178  <BR>                  <span class="method-title">html_tbody</span> (line <span class="line-number">1246</span>)
2179            </div>
2180  <BR>  
2181  <SPAN CLASS="font10bold">Description : </SPAN>          <!-- ========== Info from phpDoc block ========= -->
2182  <!-- ========== Info from phpDoc block ========= -->  <p class="short-description">build a &lt;tbody&gt; tag with some content..</p>
2183  build an &lt;html&gt; tag object.          <ul class="tags">
2184  <BR>                                  <li><span class="field">return:</span> object.</li>
2185                            </ul>
2186  <DL>          
2187    <DT class="font10bold">Function Parameters:</DT>          <div class="method-signature">
2188                      <span class="method-result"><a href="../phpHtmlLib/TBODYtag.html">TBODYtag</a></span>
2189    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                  <span class="method-name">
2190                    as content for the tag.</DD>                          html_tbody
2191                      </span>
2192                                            ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2193    <DT class="font10bold">Function Info:</DT>                          </div>
2194      
2195    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                          <ul class="parameters">
2196                                              <li>
2197    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                                  <span class="var-type">mixed</span>
2198                                      <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2199  </DL>                                  </ul>
2200                    
2201  </DIV>          
2202  <BR>  </div>
2203    <a name="functionhtml_td" id="functionhtml_td"><!-- --></a>
2204  <DIV CLASS="function">  <div class="evenrow">
2205  <A NAME='html_i'><!-- --></A>          
2206  <SPAN CLASS="font12bold">html_i</SPAN>          <div>
2207  <BR>                  <span class="method-title">html_td</span> (line <span class="line-number">1265</span>)
2208  <SPAN CLASS="font10bold">Useage : </SPAN>          </div>
2209  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/Itag.html">Itag</a></SPAN>&nbsp;  
2210  <span class="font10bold" style="color: #0000FF">html_i ( [0 = - n number of arguments          <!-- ========== Info from phpDoc block ========= -->
2211                    as content for the tag.] )</SPAN>  <p class="short-description">build an td tag object with content.</p>
2212  <BR>          <ul class="tags">
2213                                    <li><span class="field">return:</span> object.</li>
2214  <BR>                          </ul>
2215  <SPAN CLASS="font10bold">Description : </SPAN>          
2216  <!-- ========== Info from phpDoc block ========= -->          <div class="method-signature">
2217  build a <i> tag with some content.                  <span class="method-result"><a href="../phpHtmlLib/TDtag.html">TDtag</a></span>
2218  <BR>                  <span class="method-name">
2219                            html_td
2220  <DL>                  </span>
2221    <DT class="font10bold">Function Parameters:</DT>                                          ([<span class="var-type">string</span>&nbsp;<span class="var-name">$class</span> = <span class="var-default">""</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$align</span> = <span class="var-default">""</span>], <span class="var-type">mixed</span>&nbsp;<span class="var-name">2</span>)
2222                              </div>
2223    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
2224                    as content for the tag.</DD>                          <ul class="parameters">
2225                                              <li>
2226                                    <span class="var-type">mixed</span>
2227    <DT class="font10bold">Function Info:</DT>                                  <span class="var-name">2</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2228                                              <li>
2229    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                  <span class="var-type">string</span>
2230                                      <span class="var-name">$class</span><span class="var-description">: - the class to use</span>                   </li>
2231    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                                          <li>
2232                                      <span class="var-type">string</span>
2233  </DL>                                  <span class="var-name">$align</span><span class="var-description">: - the alignment                    left, right</span>                       </li>
2234                                    </ul>
2235  </DIV>                  
2236  <BR>          
2237    </div>
2238  <DIV CLASS="function">  <a name="functionhtml_tfoot" id="functionhtml_tfoot"><!-- --></a>
2239  <A NAME='html_iframe'><!-- --></A>  <div class="oddrow">
2240  <SPAN CLASS="font12bold">html_iframe</SPAN>          
2241  <BR>          <div>
2242  <SPAN CLASS="font10bold">Useage : </SPAN>                  <span class="method-title">html_tfoot</span> (line <span class="line-number">1289</span>)
2243  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/Itag.html">Itag</a></SPAN>&nbsp;          </div>
2244  <span class="font10bold" style="color: #0000FF">html_iframe ( $src, $width, $height, $scrolling )</SPAN>  
2245  <BR>          <!-- ========== Info from phpDoc block ========= -->
2246    <p class="short-description">build a &lt;tfoot&gt; tag with content.</p>
2247  <BR>          <ul class="tags">
2248  <SPAN CLASS="font10bold">Description : </SPAN>                                  <li><span class="field">return:</span> object.</li>
2249  <!-- ========== Info from phpDoc block ========= -->                          </ul>
2250  build a &lt;irame&gt; tag with some content.          
2251  <BR>          <div class="method-signature">
2252                    <span class="method-result"><a href="../phpHtmlLib/TFOOTtag.html">TFOOTtag</a></span>
2253  <DL>                  <span class="method-name">
2254    <DT class="font10bold">Function Parameters:</DT>                          html_tfoot
2255                      </span>
2256    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">src</SPAN> <span style="color: #0000FF;font-weight:bold">$src</SPAN></SPAN> - the url for the iframe</DD>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2257                              </div>
2258    
2259    <DT class="font10bold">Function Info:</DT>                          <ul class="parameters">
2260                                              <li>
2261    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                  <span class="var-type">mixed</span>
2262                                      <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2263    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                                  </ul>
2264                      
2265  </DL>          
2266    </div>
2267  </DIV>  <a name="functionhtml_th" id="functionhtml_th"><!-- --></a>
2268  <BR>  <div class="evenrow">
2269            
2270  <DIV CLASS="function">          <div>
2271  <A NAME='html_img'><!-- --></A>                  <span class="method-title">html_th</span> (line <span class="line-number">1304</span>)
2272  <SPAN CLASS="font12bold">html_img</SPAN>          </div>
2273  <BR>  
2274  <SPAN CLASS="font10bold">Useage : </SPAN>          <!-- ========== Info from phpDoc block ========= -->
2275  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/IMGtag.html">IMGtag</a></SPAN>&nbsp;  <p class="short-description">build a &lt;th&gt;$header&lt;/th&gt; tag.</p>
2276  <span class="font10bold" style="color: #0000FF">html_img ( $image, [$width = ''], [$height = ''], [$border = 0], $alt, [$usemap = ""NULL], [$title = NULL] )</SPAN>          <ul class="tags">
2277  <BR>                                  <li><span class="field">return:</span> object.</li>
2278                            </ul>
2279  <BR>          
2280  <SPAN CLASS="font10bold">Description : </SPAN>          <div class="method-signature">
2281  <!-- ========== Info from phpDoc block ========= -->                  <span class="method-result"><a href="../phpHtmlLib/THtag.html">THtag</a></span>
2282  Build an <img> tag.                  <span class="method-name">
2283  <BR>                          html_th
2284  If width and or height are not provided                  </span>
2285   we do not set them in the tag.                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2286  <DL>                          </div>
2287    <DT class="font10bold">Function Parameters:</DT>  
2288                              <ul class="parameters">
2289    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$image</SPAN></SPAN> -  - image src</DD>                                          <li>
2290                                      <span class="var-type">mixed</span>
2291    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$width</SPAN></SPAN> -  - width of the image.</DD>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2292                                      </ul>
2293    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$heigth</SPAN></SPAN> -  - height of the image</DD>                  
2294              
2295    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$border</SPAN></SPAN> -  - border flag.</DD>  </div>
2296      <a name="functionhtml_thead" id="functionhtml_thead"><!-- --></a>
2297    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$alt</SPAN></SPAN> -  - alt tag for the image</DD>  <div class="oddrow">
2298              
2299    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$usemap</SPAN></SPAN> -  - the image map name</DD>          <div>
2300                      <span class="method-title">html_thead</span> (line <span class="line-number">1318</span>)
2301            </div>
2302    <DT class="font10bold">Function Info:</DT>  
2303              <!-- ========== Info from phpDoc block ========= -->
2304    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  <p class="short-description">build a &lt;thhead&gt; tag.</p>
2305              <ul class="tags">
2306    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walter A. Boring IV</DD>                                  <li><span class="field">return:</span> object.</li>
2307                              </ul>
2308  </DL>          
2309            <div class="method-signature">
2310  </DIV>                  <span class="method-result"><a href="../phpHtmlLib/THEADtag.html">THEADtag</a></span>
2311  <BR>                  <span class="method-name">
2312                            html_thead
2313  <DIV CLASS="function">                  </span>
2314  <A NAME='html_img_href'><!-- --></A>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2315  <SPAN CLASS="font12bold">html_img_href</SPAN>                          </div>
2316  <BR>  
2317  <SPAN CLASS="font10bold">Useage : </SPAN>                          <ul class="parameters">
2318  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/Atag.html">Atag</a></SPAN>&nbsp;                                          <li>
2319  <span class="font10bold" style="color: #0000FF">html_img_href ( $url, $image, [$width = ''], [$height = ''], [$border = 0],                                  <span class="var-type">mixed</span>
2320                                                  $alt, [$usemap = ""NULL], [$target = NULL], [$title = NULL] )</SPAN>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2321  <BR>                                  </ul>
2322                    
2323  <BR>          
2324  <SPAN CLASS="font10bold">Description : </SPAN>  </div>
2325  <!-- ========== Info from phpDoc block ========= -->  <a name="functionhtml_title" id="functionhtml_title"><!-- --></a>
2326  build an hlink for an image.  <div class="evenrow">
2327  <BR>          
2328  this automatically turns off indenting          <div>
2329  and newlines, so it formats well                  <span class="method-title">html_title</span> (line <span class="line-number">1334</span>)
2330  <DL>          </div>
2331    <DT class="font10bold">Function Parameters:</DT>  
2332              <!-- ========== Info from phpDoc block ========= -->
2333    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$url</SPAN></SPAN> -  - href for the <a></DD>  <p class="short-description">build a &lt;title&gt; tag with some content.</p>
2334              <ul class="tags">
2335    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$image</SPAN></SPAN> -  - src for the <img></DD>                                  <li><span class="field">return:</span> object.</li>
2336                                      <li><span class="field">author:</span> Walt A. Boring</li>
2337    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$width</SPAN></SPAN> -  - width of the image</DD>                          </ul>
2338              
2339    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$height</SPAN></SPAN> -  - height of the image</DD>          <div class="method-signature">
2340                      <span class="method-result"><a href="../phpHtmlLib/TITLEtag.html">TITLEtag</a></span>
2341    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$border</SPAN></SPAN> -  - for the <img></DD>                  <span class="method-name">
2342                              html_title
2343    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$alt</SPAN></SPAN> -  - for the <img ALT=""></DD>                  </span>
2344                                              ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2345    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$usemap</SPAN></SPAN> -  - the image map name</DD>                          </div>
2346      
2347    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$target</SPAN></SPAN> -  - the <a target="blah"></DD>                          <ul class="parameters">
2348                                              <li>
2349    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$title</SPAN></SPAN> -  - the title attribute</DD>                                  <span class="var-type">mixed</span>
2350                                      <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2351                                    </ul>
2352    <DT class="font10bold">Function Info:</DT>                  
2353              
2354    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object with <img> as content</DD>  </div>
2355      <a name="functionhtml_tr" id="functionhtml_tr"><!-- --></a>
2356  </DL>  <div class="oddrow">
2357            
2358  </DIV>          <div>
2359  <BR>                  <span class="method-title">html_tr</span> (line <span class="line-number">1349</span>)
2360            </div>
2361  <DIV CLASS="function">  
2362  <A NAME='html_input'><!-- --></A>          <!-- ========== Info from phpDoc block ========= -->
2363  <SPAN CLASS="font12bold">html_input</SPAN>  <p class="short-description">build a &lt;tr&gt; tag and contents</p>
2364  <BR>          <ul class="tags">
2365  <SPAN CLASS="font10bold">Useage : </SPAN>                                  <li><span class="field">return:</span> object.</li>
2366  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/INPUTtag.html">INPUTtag</a></SPAN>&nbsp;                          </ul>
2367  <span class="font10bold" style="color: #0000FF">html_input ( $type, $name, [$value = ''], [$attributes = array()] )</SPAN>          
2368  <BR>          <div class="method-signature">
2369                    <span class="method-result"><a href="../phpHtmlLib/TRtag.html">TRtag</a></span>
2370  <BR>                  <span class="method-name">
2371  <SPAN CLASS="font10bold">Description : </SPAN>                          html_tr
2372  <!-- ========== Info from phpDoc block ========= -->                  </span>
2373  This builds an &lt;input&gt; object                                          ([<span class="var-type">string</span>&nbsp;<span class="var-name">$class</span> = <span class="var-default">""</span>], <span class="var-type">mixed</span>&nbsp;<span class="var-name">1</span>)
2374  <BR>                          </div>
2375  NOTE: This wrapper automatically  
2376        calls htmlspecialchars() on                          <ul class="parameters">
2377        the value attribute's data.                                          <li>
2378  <DL>                                  <span class="var-type">mixed</span>
2379    <DT class="font10bold">Function Parameters:</DT>                                  <span class="var-name">1</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2380                                              <li>
2381    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$type</SPAN></SPAN> - the type attribute</DD>                                  <span class="var-type">string</span>
2382                                      <span class="var-name">$class</span><span class="var-description">: - class</span>                      </li>
2383    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$name</SPAN></SPAN> - the name attribute</DD>                                  </ul>
2384                      
2385    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$value</SPAN></SPAN> - the value attribute</DD>          
2386      </div>
2387    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">array</SPAN> <span style="color: #0000FF;font-weight:bold">$attributes</SPAN></SPAN> - any other name=&gt;value attributes  <a name="functionhtml_tt" id="functionhtml_tt"><!-- --></a>
2388                   for the tag</DD>  <div class="evenrow">
2389              
2390            <div>
2391    <DT class="font10bold">Function Info:</DT>                  <span class="method-title">html_tt</span> (line <span class="line-number">1370</span>)
2392              </div>
2393    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
2394              <!-- ========== Info from phpDoc block ========= -->
2395  </DL>  <p class="short-description">build a &lt;tt&gt; tag and contents</p>
2396            <ul class="tags">
2397  </DIV>                                  <li><span class="field">return:</span> object.</li>
2398  <BR>                          </ul>
2399            
2400  <DIV CLASS="function">          <div class="method-signature">
2401  <A NAME='html_ins'><!-- --></A>                  <span class="method-result"><a href="../phpHtmlLib/TTtag.html">TTtag</a></span>
2402  <SPAN CLASS="font12bold">html_ins</SPAN>                  <span class="method-name">
2403  <BR>                          html_tt
2404  <SPAN CLASS="font10bold">Useage : </SPAN>                  </span>
2405  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/INStag.html">INStag</a></SPAN>&nbsp;                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2406  <span class="font10bold" style="color: #0000FF">html_ins ( [0 = - n number of arguments                          </div>
2407                    as content for the tag.] )</SPAN>  
2408  <BR>                          <ul class="parameters">
2409                                            <li>
2410  <BR>                                  <span class="var-type">mixed</span>
2411  <SPAN CLASS="font10bold">Description : </SPAN>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2412  <!-- ========== Info from phpDoc block ========= -->                                  </ul>
2413  build a &lt;ins&gt; tag with some content.                  
2414  <BR>          
2415    </div>
2416  <DL>  <a name="functionhtml_u" id="functionhtml_u"><!-- --></a>
2417    <DT class="font10bold">Function Parameters:</DT>  <div class="oddrow">
2418              
2419    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments          <div>
2420                    as content for the tag.</DD>                  <span class="method-title">html_u</span> (line <span class="line-number">1384</span>)
2421              </div>
2422    
2423    <DT class="font10bold">Function Info:</DT>          <!-- ========== Info from phpDoc block ========= -->
2424      <p class="short-description">build a &lt;u&gt; tag and contents</p>
2425    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          <ul class="tags">
2426                                      <li><span class="field">return:</span> object.</li>
2427    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                          </ul>
2428              
2429  </DL>          <div class="method-signature">
2430                    <span class="method-result"><a href="../phpHtmlLib/Utag.html">Utag</a></span>
2431  </DIV>                  <span class="method-name">
2432  <BR>                          html_u
2433                    </span>
2434  <DIV CLASS="function">                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2435  <A NAME='html_kbd'><!-- --></A>                          </div>
2436  <SPAN CLASS="font12bold">html_kbd</SPAN>  
2437  <BR>                          <ul class="parameters">
2438  <SPAN CLASS="font10bold">Useage : </SPAN>                                          <li>
2439  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/KBDtag.html">KBDtag</a></SPAN>&nbsp;                                  <span class="var-type">mixed</span>
2440  <span class="font10bold" style="color: #0000FF">html_kbd ( [0 = - n number of arguments                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2441                    as content for the tag.] )</SPAN>                                  </ul>
2442  <BR>                  
2443            
2444  <BR>  </div>
2445  <SPAN CLASS="font10bold">Description : </SPAN>  <a name="functionhtml_ul" id="functionhtml_ul"><!-- --></a>
2446  <!-- ========== Info from phpDoc block ========= -->  <div class="evenrow">
2447  build a &lt;kbd&gt; tag with some content.          
2448  <BR>          <div>
2449                    <span class="method-title">html_ul</span> (line <span class="line-number">1401</span>)
2450  <DL>          </div>
2451    <DT class="font10bold">Function Parameters:</DT>  
2452              <!-- ========== Info from phpDoc block ========= -->
2453    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  <p class="short-description">build a</p>
2454                    as content for the tag.</DD>          <ul class="tags">
2455                                      <li><span class="field">return:</span> object.</li>
2456                                    <li><span class="field">author:</span> Walt A. Boring</li>
2457    <DT class="font10bold">Function Info:</DT>                          </ul>
2458              
2459    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          <div class="method-signature">
2460                      <span class="method-result"><a href="../phpHtmlLib/ULtag.html">ULtag</a></span>
2461  </DL>                  <span class="method-name">
2462                            html_ul
2463  </DIV>                  </span>
2464  <BR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2465                            </div>
2466  <DIV CLASS="function">  
2467  <A NAME='html_label'><!-- --></A>                          <ul class="parameters">
2468  <SPAN CLASS="font12bold">html_label</SPAN>                                          <li>
2469  <BR>                                  <span class="var-type">mixed</span>
2470  <SPAN CLASS="font10bold">Useage : </SPAN>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2471  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/LABELtag.html">LABELtag</a></SPAN>&nbsp;                                  </ul>
2472  <span class="font10bold" style="color: #0000FF">html_label ( $for )</SPAN>                  
2473  <BR>          
2474    </div>
2475  <BR>  <a name="functionhtml_var" id="functionhtml_var"><!-- --></a>
2476  <SPAN CLASS="font10bold">Description : </SPAN>  <div class="oddrow">
2477  <!-- ========== Info from phpDoc block ========= -->          
2478  build a &lt;label&gt; tag with some content.          <div>
2479  <BR>                  <span class="method-title">html_var</span> (line <span class="line-number">1415</span>)
2480            </div>
2481  <DL>  
2482    <DT class="font10bold">Function Parameters:</DT>          <!-- ========== Info from phpDoc block ========= -->
2483      <p class="short-description">build a</p>
2484    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">1</SPAN></SPAN> - n number of arguments          <ul class="tags">
2485                    as content for the tag.</DD>                                  <li><span class="field">return:</span> object.</li>
2486                              </ul>
2487    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$for</SPAN></SPAN> - the id of the form          
2488                     element to tie this          <div class="method-signature">
2489                     label to.</DD>                  <span class="method-result"><a href="../phpHtmlLib/VARtag.html">VARtag</a></span>
2490                      <span class="method-name">
2491                            html_var
2492    <DT class="font10bold">Function Info:</DT>                  </span>
2493                                              ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2494    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                          </div>
2495      
2496  </DL>                          <ul class="parameters">
2497                                            <li>
2498  </DIV>                                  <span class="var-type">mixed</span>
2499  <BR>                                  <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2500                                    </ul>
2501  <DIV CLASS="function">                  
2502  <A NAME='html_legend'><!-- --></A>          
2503  <SPAN CLASS="font12bold">html_legend</SPAN>  </div>
2504  <BR>  <a name="functionhtml_xmp" id="functionhtml_xmp"><!-- --></a>
2505  <SPAN CLASS="font10bold">Useage : </SPAN>  <div class="evenrow">
2506  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/LEGENDtag.html">LEGENDtag</a></SPAN>&nbsp;          
2507  <span class="font10bold" style="color: #0000FF">html_legend ( [0 = - n number of arguments          <div>
2508                    as content for the tag.] )</SPAN>                  <span class="method-title">html_xmp</span> (line <span class="line-number">1431</span>)
2509  <BR>          </div>
2510    
2511  <BR>          <!-- ========== Info from phpDoc block ========= -->
2512  <SPAN CLASS="font10bold">Description : </SPAN>  <p class="short-description">build a &lt;xmp&gt; tag with some content..</p>
2513  <!-- ========== Info from phpDoc block ========= -->          <ul class="tags">
2514  build a &lt;legend&gt; tag with some content.                                  <li><span class="field">return:</span> object.</li>
2515  <BR>                                  <li><span class="field">author:</span> Walt A. Boring</li>
2516                            </ul>
2517  <DL>          
2518    <DT class="font10bold">Function Parameters:</DT>          <div class="method-signature">
2519                      <span class="method-result"><a href="../phpHtmlLib/XMPtag.html">XMPtag</a></span>
2520    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                  <span class="method-name">
2521                    as content for the tag.</DD>                          html_xmp
2522                      </span>
2523                                            ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- n number of arguments                   as content for the tag.</span>])
2524    <DT class="font10bold">Function Info:</DT>                          </div>
2525      
2526    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                          <ul class="parameters">
2527                                              <li>
2528  </DL>                                  <span class="var-type">mixed</span>
2529                                    <span class="var-name">0</span><span class="var-description">: - n number of arguments                   as content for the tag.</span>                 </li>
2530  </DIV>                                  </ul>
2531  <BR>                  
2532            
2533  <DIV CLASS="function">  </div>
2534  <A NAME='html_li'><!-- --></A>  <a name="functionmailto" id="functionmailto"><!-- --></a>
2535  <SPAN CLASS="font12bold">html_li</SPAN>  <div class="oddrow">
2536  <BR>          
2537  <SPAN CLASS="font10bold">Useage : </SPAN>          <div>
2538  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/LItag.html">LItag</a></SPAN>&nbsp;                  <span class="method-title">mailto</span> (line <span class="line-number">1451</span>)
2539  <span class="font10bold" style="color: #0000FF">html_li ( [0 = - n number of arguments          </div>
2540                    as content for the tag.] )</SPAN>  
2541  <BR>          <!-- ========== Info from phpDoc block ========= -->
2542    <p class="short-description">build a mailto url link .</p>
2543  <BR>          <ul class="tags">
2544  <SPAN CLASS="font10bold">Description : </SPAN>                                  <li><span class="field">return:</span> object.</li>
2545  <!-- ========== Info from phpDoc block ========= -->                                  <li><span class="field">author:</span> Walt A. Boring</li>
2546  build a &lt;LI&gt; tag with some content..                          </ul>
2547  <BR>          
2548            <div class="method-signature">
2549  <DL>                  <span class="method-result"><a href="../phpHtmlLib/CENTERtag.html">CENTERtag</a></span>
2550    <DT class="font10bold">Function Parameters:</DT>                  <span class="method-name">
2551                              mailto
2552    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments                  </span>
2553                    as content for the tag.</DD>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$email</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$subject</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$body</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$cc</span> = <span class="var-default">NULL</span>])
2554                              </div>
2555    
2556    <DT class="font10bold">Function Info:</DT>                          <ul class="parameters">
2557                                              <li>
2558    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>                                  <span class="var-type">string</span>
2559                                      <span class="var-name">$email</span><span class="var-description">: - the email address                           for the mailto</span>                 </li>
2560    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>                                          <li>
2561                                      <span class="var-type">string</span>
2562  </DL>                                  <span class="var-name">$subject</span><span class="var-description">: - the subject for                             the email</span>                    </li>
2563                                            <li>
2564  </DIV>                                  <span class="var-type">string</span>
2565  <BR>                                  <span class="var-name">$body</span><span class="var-description">: - the body conent                            for the email</span>                    </li>
2566                                            <li>
2567  <DIV CLASS="function">                                  <span class="var-type">string</span>
2568  <A NAME='html_link'><!-- --></A>                                  <span class="var-name">$cc</span><span class="var-description">: = the cc email address.</span>                 </li>
2569  <SPAN CLASS="font12bold">html_link</SPAN>                                  </ul>
2570  <BR>                  
2571  <SPAN CLASS="font10bold">Useage : </SPAN>          
2572  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/LINKtag.html">LINKtag</a></SPAN>&nbsp;  </div>
2573  <span class="font10bold" style="color: #0000FF">html_link ( $href, $rel, $type )</SPAN>                  </div>
2574  <BR>          </div>
2575            
2576  <BR>          <p class="notes" id="credit">
2577  <SPAN CLASS="font10bold">Description : </SPAN>                  Documentation generated on Thu,  1 Apr 2004 09:38:59 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
2578  <!-- ========== Info from phpDoc block ========= -->          </p>
2579  build a &lt;LINK&gt; tag with some content..          </div></body>
2580  <BR>  </html>
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$href</SPAN></SPAN> - the href link</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$rel</SPAN></SPAN> - the rel attribute</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$type</SPAN></SPAN> - the type of content.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_map'><!-- --></A>  
 <SPAN CLASS="font12bold">html_map</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/MAPtag.html">MAPtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_map ( $name )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;map&gt; tag with some content.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">1</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$name</SPAN></SPAN> - the name of the map.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_meta'><!-- --></A>  
 <SPAN CLASS="font12bold">html_meta</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/METAtag.html">METAtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_meta ( $content, $http_equiv, $name )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;meta&gt; tag..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$content</SPAN></SPAN> - the content value.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$http_equiv</SPAN></SPAN> - the http-equiv value</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$name</SPAN></SPAN> - the name</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_noframes'><!-- --></A>  
 <SPAN CLASS="font12bold">html_noframes</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/NOFRAMEStag.html">NOFRAMEStag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_noframes ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;noframes&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_noscript'><!-- --></A>  
 <SPAN CLASS="font12bold">html_noscript</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/NOSCRIPTtag.html">NOSCRIPTtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_noscript ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;noscript&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_object'><!-- --></A>  
 <SPAN CLASS="font12bold">html_object</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/OBJECTtag.html">OBJECTtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_object ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;object&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_ol'><!-- --></A>  
 <SPAN CLASS="font12bold">html_ol</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/OLtag.html">OLtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_ol ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;OL&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_optgroup'><!-- --></A>  
 <SPAN CLASS="font12bold">html_optgroup</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/OPTGROUPtag.html">OPTGROUPtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_optgroup ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;OPTGROUP&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_option'><!-- --></A>  
 <SPAN CLASS="font12bold">html_option</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/OPTIONtag.html">OPTIONtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_option ( $value, $content )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;OPTION&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$value</SPAN></SPAN> - the value attribute</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$content</SPAN></SPAN> - the content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_p'><!-- --></A>  
 <SPAN CLASS="font12bold">html_p</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/Ptag.html">Ptag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_p ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a <p> tag.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_param'><!-- --></A>  
 <SPAN CLASS="font12bold">html_param</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/PARAMtag.html">PARAMtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_param ( $name, $value )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;param&gt; tag.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$name</SPAN></SPAN> - name of the tag</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_pre'><!-- --></A>  
 <SPAN CLASS="font12bold">html_pre</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/PREtag.html">PREtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_pre ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a <pre> tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_q'><!-- --></A>  
 <SPAN CLASS="font12bold">html_q</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/Qtag.html">Qtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_q ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;q&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_samp'><!-- --></A>  
 <SPAN CLASS="font12bold">html_samp</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/SAMPtag.html">SAMPtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_samp ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;samp&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_script'><!-- --></A>  
 <SPAN CLASS="font12bold">html_script</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/SCRIPTtag.html">SCRIPTtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_script ( $src, [$type = "text/javascript"] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;script&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">src</SPAN> <span style="color: #0000FF;font-weight:bold">$src</SPAN></SPAN> - the src</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$type</SPAN></SPAN> - type of script</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_small'><!-- --></A>  
 <SPAN CLASS="font12bold">html_small</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/SMALLtag.html">SMALLtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_small (  )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a small &lt;small&gt; tag with content.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Suren Markossian</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_span'><!-- --></A>  
 <SPAN CLASS="font12bold">html_span</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/SPANtag.html">SPANtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_span ( $class )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a bold &lt;span&gt; tag with content.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">1</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$class</SPAN></SPAN> - the class for the  
                    span.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_strong'><!-- --></A>  
 <SPAN CLASS="font12bold">html_strong</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/STRONGtag.html">STRONGtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_strong ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a <strong> tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_style'><!-- --></A>  
 <SPAN CLASS="font12bold">html_style</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/STYLEtag.html">STYLEtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_style ( [$type = "text/css"] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;style&gt; tag with some content.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">1</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$type</SPAN></SPAN> - the type  
                    text/css (DEFAULT),  
                    text/javasript</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_sub'><!-- --></A>  
 <SPAN CLASS="font12bold">html_sub</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/SUBtag.html">SUBtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_sub ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a <sub> tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_sup'><!-- --></A>  
 <SPAN CLASS="font12bold">html_sup</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/SUPtag.html">SUPtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_sup ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a <sup> tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_table'><!-- --></A>  
 <SPAN CLASS="font12bold">html_table</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_table ( [$width = "100%"], [$border = "0"], [$cellspacing = "0"], [$cellpadding = "0"], [$align = NULL] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 Build a TABLEtag object  
 with some of the attributes set  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$width</SPAN></SPAN> - width attribute  
                 default: 100%</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$border</SPAN></SPAN> - border  
                 default: 0</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$cellspacing</SPAN></SPAN> - cellspacing  
                 default: 0</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$cellpadding</SPAN></SPAN> - cellpadding  
                 default: 0</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$align</SPAN></SPAN> - align the align  
                  attribute  
                 default: not set.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_tbody'><!-- --></A>  
 <SPAN CLASS="font12bold">html_tbody</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TBODYtag.html">TBODYtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_tbody ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;tbody&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_td'><!-- --></A>  
 <SPAN CLASS="font12bold">html_td</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TDtag.html">TDtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_td ( $class, $align )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build an td tag object with content.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">2</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$class</SPAN></SPAN> - the class to use</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$align</SPAN></SPAN> - the alignment  
                    left, right</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_tfoot'><!-- --></A>  
 <SPAN CLASS="font12bold">html_tfoot</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TFOOTtag.html">TFOOTtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_tfoot ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;tfoot&gt; tag with content.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_th'><!-- --></A>  
 <SPAN CLASS="font12bold">html_th</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/THtag.html">THtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_th ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;th&gt;$header&lt;/th&gt; tag.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_thead'><!-- --></A>  
 <SPAN CLASS="font12bold">html_thead</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/THEADtag.html">THEADtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_thead ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;thhead&gt; tag.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_title'><!-- --></A>  
 <SPAN CLASS="font12bold">html_title</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TITLEtag.html">TITLEtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_title ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;title&gt; tag with some content.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_tr'><!-- --></A>  
 <SPAN CLASS="font12bold">html_tr</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TRtag.html">TRtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_tr ( $class )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;tr&gt; tag and contents  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">1</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$class</SPAN></SPAN> - class</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_tt'><!-- --></A>  
 <SPAN CLASS="font12bold">html_tt</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TTtag.html">TTtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_tt ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;tt&gt; tag and contents  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_u'><!-- --></A>  
 <SPAN CLASS="font12bold">html_u</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/Utag.html">Utag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_u ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;u&gt; tag and contents  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_ul'><!-- --></A>  
 <SPAN CLASS="font12bold">html_ul</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/ULtag.html">ULtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_ul ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;UL&gt; tag with content  
 wrapped in an &lt;LI&gt; tag.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_var'><!-- --></A>  
 <SPAN CLASS="font12bold">html_var</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/VARtag.html">VARtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_var ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;var&gt; tag and contents  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_xmp'><!-- --></A>  
 <SPAN CLASS="font12bold">html_xmp</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/XMPtag.html">XMPtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_xmp ( [0 = - n number of arguments  
                   as content for the tag.] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a &lt;xmp&gt; tag with some content..  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - n number of arguments  
                   as content for the tag.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='mailto'><!-- --></A>  
 <SPAN CLASS="font12bold">mailto</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/CENTERtag.html">CENTERtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">mailto ( $email, [$subject = NULL], [$body = NULL], [$cc = NULL] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a mailto url link .  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$email</SPAN></SPAN> - the email address  
                           for the mailto</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$subject</SPAN></SPAN> - the subject for  
                             the email</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$body</SPAN></SPAN> - the body conent  
                                                    for the email</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$cc</SPAN></SPAN> = the cc email address.</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walt A. Boring</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
   
 <br>  
 </HTML>  

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed