WIKINDX CLASSES

MISC

Class Call:
include_once("core/html/MISC.php");

Description:
Collection of methods providing miscellaneous HTML tags to be used in preference to literal insertion for those tags. Yes, this may be a pain, but using these methods ensures firstly that the HTML code is XHTML compliant and secondly that it prints neatly when viewing source from a web browser.

Most of these methods take an optional CSS class and all return a XHTML-compliant string.

Methods:
a()
aName()
b()
br()
h()
hr()
i()
img()
li()
ol()
p()
span()
ul()

WIKINDX home      WIKINDX usage      WIKINDX classes