3.9. label

Label element, shows a text.

crate a label element:

element createLabel (string text, [int cols, [string name, [string FORMATTING]]]);

parameter:

example:

		$myLabel = $ippfp->createLabel("example text",1,"mylabel",IPPFP_BOLD);
		
Hint:

HTML: if this function is called with the name attribute a span tag with this name will be created. You can use it for your css stylesheets.