void xhtml_display_test(
)
|
|
Displays W3.org's Validator Icon to test page with compliance to XHTML.
NOTE: DO NOT LEAVE THIS ON FOR PRODUCTION SITES UNLESS THE ENTIRE SITE COMPLETELY CONFORMS WITHOUT ERROR.
void xhtml_head_start(
$type)
|
|
Sends the three types of standard xhtml headers out
$type: [0] Transitional, [1] Frameset, [2] Strict
While Frameset would rarely be used, the goal is to reach Strict
Parameters